Labyrinthevents APIlabyrinthevents.com ↗
Discover upcoming featured events on the Labyrinth platform with complete details including venue information, performing artists, and direct ticket purchase links. Stay informed about events happening near you by accessing curated event listings in real-time.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/cbc585bb-b94c-4811-9125-7a18c0b0ce9e/get_featured_events' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns all upcoming featured events listed on the Labyrinth Events homepage. Each event includes title, date, times, venue, location, artists, description, ticket URL, info URL, image, and sold-out status. Only future events are returned (filtered by today's date). Results are ordered by start date ascending. Makes two API calls: one for events with venue data, one for artist/guest names.
No input parameters required.
{
"type": "object",
"fields": {
"total": "integer count of events returned",
"events": "array of event objects with full structured detail"
},
"sample": {
"data": {
"total": 3,
"events": [
{
"date": "2026-09-19",
"town": "London",
"title": "Boris Brejcha Reflections tour",
"venue": "Alexandra Palace",
"genres": null,
"artists": [
"Boris Brejcha",
"Frieder & Jakob",
"Ann Clue"
],
"country": "United Kingdom",
"end_time": "22:45",
"info_url": "https://www.labyrinthevents.com/events/boris-brejcha-reflections-2026",
"sold_out": false,
"image_url": "https://qdfiahcfaujnyybepbke.supabase.co/storage/v1/object/public/images/631ce8ac-4194-4537-9e03-1ff0f16c2a4e.jpg",
"start_time": "18:30",
"ticket_url": "https://dice.fm/event/699865f73588140001556352",
"description": "The king of high tech minimal & man in the mask, Boris Brejcha makes his debut at the iconic Alexandra Palace on September 19th for his biggest ever UK show, as part of his 2026 Reflections Tour.",
"indoor_outdoor": null
}
]
},
"status": "success"
}
}About the Labyrinthevents API
The Labyrinthevents API on Parse exposes 1 endpoint for the publicly available data on labyrinthevents.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.