Retrieve bookable experiences (tickets, tours, activities) for a specific city. Filter results by collection, category, or subcategory to narrow down products. Each product includes pricing, images, reviews, availability info, and cancellation policies.
Uppercase city identifier (e.g., NEW_YORK, DUBAI, LONDON). Use the Cities API to retrieve all available city codes.
Filter products by a specific themed collection (e.g., Broadway Shows, Theme Parks). Obtain collection IDs from the Collections API.
Filter products by a top-level experience type (e.g., Tickets, Tours, Transportation). Obtain category IDs from the Categories API.
Filter products by a specific subcategory within a category (e.g., Museums, Landmarks). Obtain subcategory IDs from the Subcategories API.
Language code for localizing response content including product names, descriptions, and URLs. Defaults to English (EN). See supported language codes.
EN, ES, FR, IT, DE, PT, NL, PL Currency code for displaying prices (e.g., USD, EUR, GBP). All price fields in the response will use this currency. See Currency Codes.
Partner-specific campaign identifier for tracking conversions and attributing bookings to marketing campaigns.
Number of records to skip for pagination. Use with limit to paginate through large result sets. Start at 0 for the first page.
Maximum number of records to return per request. Use with offset to paginate through results. Check nextOffset in response for more pages.
Successful response
The products in this page of results.
Full URL to fetch the next page of results. Null if on the last page.
Full URL to fetch the previous page of results. Null if on the first page.
Total number of products matching the query across all pages.
Offset value to use in the next request to retrieve the following page.