v11
latestOpenAPI 3.1.12026-08-03174162.0 MBList event slugs
List current event slugs with the same filters and access rules as event lists. Supports skip/limit pagination for sitemap generation.
Query parameters
Filter events by their current lifecycle status
Filter events by their approval status
Filter events by their visibility setting
Filter events to only those belonging to a specific promoter. If not provided, returns events from all promoters the user has access to
Filter events to only those belonging to a specific team. If not provided, returns events from all teams the user has access to
Filter events to only those at a specific venue. If not provided, returns events at all venues
Search term to filter events by name, description, or location. Triggers full‑text search when provided
Latitude coordinate for geographic search. Provide with longitude (and optional radius)
Longitude coordinate for geographic search. Provide with latitude (and optional radius)
Search radius in kilometers from the provided coordinates. Defaults to 20km
Filter by country region slug. Matches events where location.country equals the region name
Filter by state/province region slug. Matches events where location.state equals the region name
Filter by city region slug. Matches events where location.city equals the region name
Filter events that start on or after this date (YYYY-MM-DD format). Events with entryStartsAt >= from
Filter events that start on or before this date (YYYY-MM-DD format). Events with entryStartsAt <= to
Optional list sort field. Defaults to event start time. Use createdAt to return newest or oldest events first.
Sort direction for event lists. Defaults to lifecycle-aware event start order unless sort is provided.
Filter events by music genre(s). Returns events matching ANY of the provided genres (OR logic). Maximum 20 genres
[ "Tech House", "Melodic Techno" ]
Filter events by category(s). Returns events matching ANY of the provided categories (OR logic). Maximum 10 categories
[ "Day Party", "Open Air" ]
Filter to only featured (editorial pick) events
Maximum number of event slugs to return. Must be between 1 and 1000, defaults to 1000
Number of matching event slugs to skip before returning results
Response
OK
Example response
{
"limit": 1000
}