> For the complete documentation index, see [llms.txt](https://developers.tiqets.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.tiqets.dev/basics/openapi/content-api/exhibitions-and-temporary-events.md).

# Exhibitions and temporary events

&#x20;Exhibitions and temporary events are limited-time activities, an exclusive Tiqets feature designed to differentiate your inventory from standard monument listings. These high-demand offerings complete your content and increase your site's attractiveness and relevance. By leveraging urgency and scarcity, these events drive higher conversion and average basket values, while adding the seasonal freshness that keeps customers coming back

Example of a carousel shown on Tiqets city page for Paris:

<div data-with-frame="true"><figure><img src="/files/gWGnxqKYX8KTt1XzIZNk" alt=""><figcaption></figcaption></figure></div>

Events:

* can be free, as long as you have a *regular entry ticket* to the venue;&#x20;
* or can require a *specific ticket* to access them.&#x20;

But in any case, `temporary events` themselves cannot be sold directly, so you always need to sell a `product`. E.g. the product '*Entry ticket to the King's Gallery*' gives access to 'Queen *Elizabeth II: her life in style*'.

Example of an exhibition page on Tiqets:

<div data-with-frame="true"><figure><img src="/files/X4nGvq6W6S5jjE2qRpwC" alt=""><figcaption></figcaption></figure></div>

Our endpoints will give you the relevant information to discover and display temporary events (name, dates, description, image, venue) as well as the list of products giving access to each event.

You can list events on your country pages, venue pages, product pages, and you can make specific event pages.

Example of a product page on Tiqets, with access to several events:

<div data-with-frame="true"><figure><img src="/files/ToO6gFDb8F0eahOJ5QFm" alt=""><figcaption></figcaption></figure></div>

Most temporary events are *exhibitions* (check the field `type` in the endpoint), but we also have other kind of events, for instance seasonal shows for Halloween or Christmas, special happenings for Valentine Day, etc.

Check the detailed spec of the endpoint in the next pages:

-> [Search and filter temporary events](/basics/openapi/content-api/exhibitions-and-temporary-events/search-and-filter-temporary-events.md)

-> [Get single temporary event](/basics/openapi/content-api/exhibitions-and-temporary-events/get-single-temporary-event.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers.tiqets.dev/basics/openapi/content-api/exhibitions-and-temporary-events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
