Search and filter experiences

The term experience describes a venue, activity, service, point of interest. Tickets for an experience are available through one or more products related to the experience.

This endpoint allows querying for experiences using several search parameters. Common use cases include the initial and periodic retrieval of experiences in a certain city or country, retrieving a list of popular experiences in a given location, or a free-text query.

Read more with our guide How to Find and Display Experiences Using the Tiqets API

Search and filter experiences

get
/experiences
Query parameters
city_idintegerOptional

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.

Example: 113
country_idintegerOptional

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.

Example: 50233
typestring · enumOptional

Only return experiences with the defined type.

Example: activityPossible values:
currencystringOptional

Currency code of the price components (ISO 4217).

Default: EURExample: EUR
langstringOptional

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

Default: enExample: en
page_sizeinteger · min: 1 · max: 100Optional

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

Default: 10Example: 5
pageinteger · min: 1Optional

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

Default: 1Example: 1
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
get
/experiences

Last updated

Was this helpful?