extractr docs
Ticketmaster

Venue detail

GET
/ticketmaster/get_venue

Full venue detail from /api/venue/info — address, city, coordinates, static map and storefront URL.

Costs 2 credits per request.

Authorization

ApiKeyAuth
X-API-Key<token>

API key created in the extractr dashboard (ext_live_...). Also accepted as Authorization: Bearer.

In: header

Query Parameters

venue_id*string

Ticketmaster venue id.

Length1 <= length
country?string
Default"DE"

Value in

  • "DE"
  • "AT"
  • "BE"
  • "NL"
  • "ES"
  • "FI"
  • "CZ"
  • "DK"
  • "NO"
  • "PL"
  • "ZA"
  • "SE"
  • "CH"
  • "AE"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/ticketmaster/get_venue?venue_id=108117"
{  "id": "108117",  "name": "Olympiastadion",  "address": "Olympischer Platz 3",  "city": "Berlin",  "postal_code": "14053",  "country": "Germany",  "country_code": "DE",  "location": {    "lat": 52.5145,    "lng": 13.2395  },  "url": "https://www.ticketmaster.de/venue/olympiastadion-berlin-tickets/108117",  "image": "http://example.com",  "static_map": "http://example.com"}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}