Get Cinema Experience Details
Returns the details about a cinema experience/event like the days in the week the movie shows at the cinema, the times in the day when the movie shows(11:30pm - 1:45pm, 2:20pm - 4:50pm), etc.
Path parameters
experience_idstring · uuidRequiredExample:
Unique identifier for the cinema experience (UUID format)
9b0c2340-8274-4e9b-b7b8-a652dbb652ebResponses
200
Successfully retrieved cinema experience details
application/json
successbooleanOptional
Indicates whether the request was successful.
statusintegerOptional
HTTP status code (200 for success).
messagestringOptional
Human-readable description of the response.
400
Bad Request - Invalid experience ID format
application/json
404
Not Found - Cinema experience doesn't exist
application/json
500
Internal Server Error
application/json
get
/api/v1/merpi/experience/v/{experience_id}Path Parameters
Parameter
Type
Required
Description
Response Format
Root Response Object
Field
Type
Description
Data Object (Cinema Experience Details)
Field
Type
Description
Cinema Info Object
Field
Type
Description
Showtime Object
Field
Type
Description
Address Object
Field
Type
Description
Image Object
Field
Type
Description
Business Object
Field
Type
Description
Category Object
Field
Type
Description
Request Examples
Basic request
Using cURL
Using JavaScript (Fetch)
Using Python (Requests)
Understanding Showtimes
Showtime Frequency
Value
Meaning
Example
Showtime Objects
Date Formats
Common Use Cases
Display Movie Details with Showtimes
Filter Showtimes by Time of Day
Build Showtime Selector for Booking
Check if Movie is Currently Showing
Key Differences from Regular Experiences
Feature
Cinema Experience
Regular Experience
Handling Cinema Info
Validating Cinema Response
Grouping Showtimes
Next Steps
Related Endpoints
Last updated