Fetch available cinema dates in the month
Returns all the dates in the month that a cinema movie is showing.
Fetch the available dates for a specific cinema experience within a specified month using the experience ID and the month name.
Path parameters
experience_idstringRequired
The unique identifier of the cinema experience.
monthstringRequired
The name of the month (e.g., "January").
Responses
200
Successfully retrieved available dates
application/json
successbooleanOptional
Indicates whether the request was successful.
statusintegerOptional
HTTP status code (e.g., 200 for success).
messagestringOptional
Descriptive message about the response.
datastring[]Optional
A date when the cinema experience is available (formatted as YYYY-MM-DD).
get
/api/v1/merpi/experience/cinema/dates/{experience_id}/{month}200
Successfully retrieved available dates
Last updated