# Markthalle Hamburg — 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.

> Access data from markthalle-hamburg.de.

**Category:** Entertainment | **Website:** [markthalle-hamburg.de/programm/](https://markthalle-hamburg.de/programm/) | **Docs:** [parse.bot/marketplace/585aae8f-43bb-468c-a239-9183aacbc9fa/markthalle-hamburg-de-api](https://parse.bot/marketplace/585aae8f-43bb-468c-a239-9183aacbc9fa/markthalle-hamburg-de-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-markthalle-hamburg-de-api-585aae8f/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_upcoming_events

Fetches all upcoming public events from Markthalle Hamburg. Returns the full list of scheduled events with details including title, description, dates, venue, lineup, ticket links, and images. Results are ordered chronologically by start date. Each event includes the venue room (e.g. Grosser Saal, MarX), parsed artist lineup, and external ticket purchase URLs where available.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-markthalle-hamburg-de-api-585aae8f/get_upcoming_events \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
