# Labyrinthevents — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> 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.

**Category:** Entertainment | **Website:** [www.labyrinthevents.com/](https://www.labyrinthevents.com/) | **Docs:** [parse.bot/marketplace/fbe93276-aac9-4985-9e06-982c95f5bb03/labyrinthevents-com-api](https://parse.bot/marketplace/fbe93276-aac9-4985-9e06-982c95f5bb03/labyrinthevents-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-labyrinthevents-com-api-fbe93276/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_featured_events

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.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-labyrinthevents-com-api-fbe93276/get_featured_events \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
