Get List of Experiences
This endpoint returns list of experiences and it also includes cinema movies. You'll notice that they type differentiates normal events from cinema movies as cinema movies have 'cinema' as the type.
GET /api/v1/merpi/experienceFilter experiences by a specific business ID.
Search for experiences by keywords in title, description, etc.
Filter by a specific category ID.
Sort experiences based on different criteria. Allowed values include:
- just_added: Sort by experiences recently added.
- upcoming: Sort by experiences with future dates.
- randomly: Sort experiences in a random order.
Filter by experiences flagged as featured.
Filter by experience type:
- true: Returns only cinema experiences (movies)
- false: Returns only regular experiences (events)
- Not provided: Returns all experiences (default behavior)
Page number for pagination. Starts at 1.
1Successfully retrieved experiences
Indicates whether the request was successful.
HTTP status code representing the response status.
Human-readable description of the response.
Bad Request - Invalid query parameters
Not Found - Specified resource doesn't exist
Internal Server Error
Query Parameters
Response Fields
Root Response Object
Data Object
Experience Object
Cinema Info Object
Address Object
Image Object
Business Object
Category Object
Example Requests
Get all experiences
Get only cinema experiences
Get only regular experiences
Get featured cinema experiences
Search cinema experiences
Understanding Experience Types
Last updated