> For the complete documentation index, see [llms.txt](https://syticks.gitbook.io/merpi-by-syticks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://syticks.gitbook.io/merpi-by-syticks/api-reference/cinema-ticketing-cinema-movies-available-days-purchase-etc/fetch-available-cinema-dates-in-the-month.md).

# Fetch available cinema dates in the month

Usually, a cinema movie is an experience/event that recurs. What this means is that unlike normal experiences like parties or comedy shows that usually happen within a day or 2, cinema movies could show for a month, 2 months, a year depending on how long the Cinema business sets it for, and they have days in the week when they show.

They could show from Monday to Saturdays or on just Thursday and Saturday or however the Cinema business sets it to. So, if a movie shows on only Thursdays and Saturdays, that means that for the month of November or December or any other month that you pass, the only dates that will be returned are only the Thursdays and the Saturdays in that month.

That is exactly what this endpoint does.

{% openapi src="/files/Fz5Mtl7hLdQJuPwnaZ3y" path="/api/v1/merpi/experience/cinema/dates/{experience\_id}/{month}" method="get" %}
[fetch-available-cinema-dates.yaml](https://1222476653-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2r9YlOLh3xxMyGYKBpvG%2Fuploads%2Fummgq2GYCVMsgrHfG310%2Ffetch-available-cinema-dates.yaml?alt=media\&token=25906f95-673d-428b-bdac-420758db06a7)
{% endopenapi %}


---

# 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:

```
GET https://syticks.gitbook.io/merpi-by-syticks/api-reference/cinema-ticketing-cinema-movies-available-days-purchase-etc/fetch-available-cinema-dates-in-the-month.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
