all-about-apikey/ticketmaster
Muhammad Daffa 9ee885c92a Add 10 informations 2022-08-17 23:10:40 +07:00
..
README.md Add 10 informations 2022-08-17 23:10:40 +07:00

README.md

Ticketmaster

Description

Search events, attractions, or venues

Example Request

  • Curl
curl "https://app.ticketmaster.com/discovery/v2/events.json?apikey={{token}}"
  • Raw
GET /discovery/v2/events.json?apikey={{token}} HTTP/1.1
Host: app.ticketmaster.com

Response

  • Success
{
    "_embedded":{
        "events":[
            {
                "name":"Imagine Dragons: Mercury World Tour",
                "type":"event",
                "id":"Z7r9jZ1Ad8S4v",
                "test":false,
                "url":"https://www.ticketmaster.com/event/abcd1234avcd",
                "locale":"en-us",
                "images":[
                    {
                        "ratio":"16_9",
                        ...
                    }
                ]
            }
        ]
    }
}
  • Error
{
    "fault": {
        "faultstring": "Invalid ApiKey",
        "detail": {
            "errorcode": "oauth.v2.InvalidApiKey"
        }
    }
}

Regex

[a-zA-Z0-9]{32}

Example API key

QSzFlcDwaXtfevSu4Oo98AsJb4fKMGio