Search and filter products
This endpoint allows querying for product information using several search parameters. Common use cases include the initial and periodic retrieval of products in a certain city or country, retrieving a list of popular products in a given location, or a free-text query.
Only return products located in the defined city. Use the /cities endpoint to find the IDs Tiqets has assigned to the various known cities. Products 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.
113Name of the city to filter by. Useful for debugging or certain use cases. We recommend using city_id instead.
BarcelonaTiqets ID of the product country to filter by.
50233Name of the country to filter by. Useful for debugging or certain use cases. We recommend using country_id instead.
United StatesCurrency code of the price components (ISO 4217).
EURExample: EURExclude products from the results if they belong to the specified city.
113Exclude products from the results if they belong to the specified experience.
145528Language of the content to retrieve (ISO 639-1). Defaults to English if undefined.
enExample: enFilters the result set by latitude. Requires a combination of latitude/longitude parameters. Also see max_distance.
40.74844100000001Filters the result set by longitude. Requires a combination of latitude/longitude parameters. Also see max_distance.
-73.9856616352348Maximum distance in kilometers to filter results by. Value can be between 0 and 100; defaults to 5 if undefined.
Minimum rating of the product in customer reviews.
1Number 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: 1Textual query to find products that match the query. The results are ranked by internal calculation of relevancy which can change over time. Adding more keywords narrows down the results.
Sagrada FamiliaDefine as true if you do not wish to include products that do not have a determined venue location. Defaults to false if undefined.
falseSort by
popularitypricetitledistance(in combination withlat/lng)score(Search query matching score. Only in combination with thequeryparameter). Sort ascending (asc) or descending (desc).
distance descID of the tag to filter by. See tags endpoint. Repeat the tag_id parameter to broaden the search to include one or more of the provided tag IDs.
312ID of the experience to filter by. Experiences can be searched and retrieved using the dedicated Experiences endpoint.
Repeat the experience_id parameter to broaden the search to span multiple experiences.
Note that this parameter is not allowed together with venue_id that is deprecated.
145528ID of the experience to filter by. Experiences can be searched and retrieved using the dedicated Experiences endpoint.
Repeat the venue_id parameter to broaden the search to span multiple experiences.
Note that this parameter is deprecated and experience_id is recommended. If you specify this and experience_id, it will trigger an error.
145528Token <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?

