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
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.
113Only 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.
50233Only return experiences with the defined type.
activityPossible values: Currency code of the price components (ISO 4217).
EURExample: EURLanguage of the content to retrieve (ISO 639-1). Defaults to English if undefined.
enExample: enNumber of items per page. Default value is 10, maximum value is 100.
10Example: 5Number of the page to retrieve. Used in combination with the page_size parameter to define the page size.
1Example: 1Token <Your_API_Key>.
Token <Partner_API_key>.Successful operation.
Bad Request -- Check your request parameters (typo in parameter or invalid value).
Unauthorized -- Your API key is incorrect.
Forbidden -- The endpoint or parameters are not allowed for the matching API key.
Not Found -- Requested resource/endpoint could not be found.
Method Not Allowed -- Check your request method.
Too Many Requests -- We currently apply a fair-use policy, but we might enforce limits in the future.
Internal Server Error -- We had a problem with our server. Try again later.
Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
Last updated
Was this helpful?

