Get Ticket Categories & Pricing
Fetch available ticket categories with pricing information for a specific experience (event or cinema movie).
GET /api/v1/merpi/experience/tickets/{experience_id}Path parameters
experience_idstring · uuidRequiredExample:
Unique identifier for the experience (UUID format). Works for both regular experiences and cinema experiences.
9b0c2340-8274-4e9b-b7b8-a652dbb652ebResponses
200
Successfully retrieved ticket categories and pricing
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 - Experience doesn't exist
application/json
500
Internal Server Error
application/json
get
/api/v1/merpi/experience/tickets/{experience_id}Path Parameters
Parameter
Type
Required
Description
Response Format
Root Response Object
Field
Type
Description
Data Object
Field
Type
Description
Ticket Object
Field
Type
Description
Price Breakdown Object
Field
Type
Description
Experience Reference Object
Field
Type
Description
Validating Ticket Availability
JavaScript Validation
Python Validation
Working with Free Tickets
Integration Workflow
Complete Ticket Selection Flow
Response Caching Considerations
Next Steps
Related Endpoints
Last updated