Explore the API Reference
The MERPI API is organized into five sections, each covering a specific ticket category. Every section contains the full endpoint reference for that category, including request parameters, response structures, and examples.
API Categories
Experience Ticketing
Concerts, parties, conferences, comedy shows, festivals, and other entertainment events. Covers browsing experiences, fetching ticket categories, holding inventory, and completing purchases.
Cinema Ticketing
Movie showings across cinema chains nationwide. Covers fetching movie listings, showtime structures, multi-location cinemas, and purchasing cinema tickets.
Bus Ticketing
Inter-city and intra-city bus tickets. Covers fetching routes, terminals, schedules, seat availability, and completing bus ticket purchases.
How Each Section Is Structured
Every endpoint page in the API reference follows the same structure so you always know what to expect:
Endpoint: The HTTP method and path
Query or path parameters: What you can pass and what each field does
Response fields: A description of every field returned
Example requests: Ready-to-use request examples
Example responses: Real response payloads showing all possible field combinations
Before You Start Calling Endpoints
Make sure you have completed the Getting Started steps before making your first API call. You will need your API key attached to every request and a funded Staging wallet to test purchase endpoints.
Last updated