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.
Retrieve detailed information about a cinema movie experience. This includes title, description, showing times, and location details.
Path parameters
experience_idstringRequired
The unique ID of the cinema experience.
Responses
200
Cinema experience details retrieved successfully
application/json
successbooleanOptional
Indicates whether the request was successful.
statusintegerOptional
HTTP status code.
messagestringOptional
A message describing the outcome of the request.
get
/api/v1/merpi/experience/v/{experience_id}200
Cinema experience details retrieved successfully
Last updated