extractr docs
Ticketmaster

Type-ahead search suggestions

GET
/ticketmaster/search_suggest

Ticketmaster’s type-ahead endpoint (/api/search/search-suggest) — a fast, ranked mix of matching artists, venues, events and categories for a partial query. Ideal for autocomplete.

Costs 1 credit 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

q*string

Partial search query.

Length1 <= length
country?string

Storefront country (ISO-3166 alpha-2).

Default"DE"

Value in

  • "DE"
  • "AT"
  • "BE"
  • "NL"
  • "ES"
  • "FI"
  • "CZ"
  • "DK"
  • "NO"
  • "PL"
  • "ZA"
  • "SE"
  • "CH"
  • "AE"
limit?integer
Range1 <= value <= 20
Default8

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/search_suggest?q=weeknd"
{  "query": "string",  "results": [    {      "title": "The Weeknd",      "type": "artist",      "url": "http://example.com",      "image": "http://example.com",      "event_count": 12    }  ]}
{  "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."  }}