v1

latestOpenAPI 3.1.02026-07-234140131.3 KB
Content API

Search and filter experiences

get/experiences

Query parameters

city_idinteger

Only return experiences located in the defined city. Use the /cities endpoint to find the IDs Tiqets has assigned to the various known cities. Experiences located in the surrounding area can also be returned, this depends on the configuration of each individual product.

Repeat the city_id parameter to broaden the search to span multiple cities.

country_idinteger

Only return experiences located in the defined country. Use the [/countries]#tag/Content-API/paths/~1countries/get) endpoint to find the IDs Tiqets has assigned to the various known countries. Experiences located in the surrounding area can also be returned, this depends on the configuration of each individual product.

Repeat the country_id parameter to broaden the search to span multiple countries.

type'venue' | 'activity' | 'service' | 'poi'

Only return experiences with the defined type.

currencystring

Currency code of the price components (ISO 4217).

langstring

Language of the content to retrieve (ISO 639-1). Defaults to English if undefined.

page_sizeinteger

Number of items per page. Default value is 10, maximum value is 100.

pageinteger

Number of the page to retrieve. Used in combination with the page_size parameter to define the page size.

Headers

Authorizationstring required

Token <Your_API_Key>.

Response

Successful operation.

successboolean