v1

latestOpenAPI 3.1.02026-07-234140131.3 KB
Content API

Search and filter temporary events

get/temporary-events

Query parameters

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.

city_idinteger

Filter results by city. Use the /cities endpoint to find the IDs Tiqets has assigned to the various known cities. Repeat the city_id parameter to broaden the search to span multiple cities.

country_idinteger

Filter results by country. Use the /countries endpoint to find the IDs Tiqets has assigned to the various known countries. Repeat the country_id parameter to broaden the search to span multiple countries.

experience_idinteger

Filter results by experience. Use the /experiences endpoint to find the IDs Tiqets has assigned to the various known experiences. Repeat the experience_id parameter to broaden the search to span multiple experiences.

from_datestring date

Filter by when temporary events are active. Defaults to today when omitted. If to_date is provided, only events that are active at any time between this date and to_date are returned. If to_date is omitted, only events that are active on or after this date are returned.

to_datestring date

End of the date range for filtering temporary events. When provided together with from_date, only events that are active at any time between from_date and this date are returned. When omitted, no upper bound is applied (events from from_date onwards).

Headers

Authorizationstring required

Token <Your_API_Key>.

Response

Successful operation.

successboolean