# Docksfreiheit36 — 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 docksfreiheit36.com.

**Category:** Entertainment | **Website:** [docksfreiheit36.com/de/events](https://docksfreiheit36.com/de/events) | **Docs:** [parse.bot/marketplace/f833a8e7-c301-4b31-8eb3-2e92817604d8/docksfreiheit36-com-api](https://parse.bot/marketplace/f833a8e7-c301-4b31-8eb3-2e92817604d8/docksfreiheit36-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-docksfreiheit36-com-api-f833a8e7/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### events

Returns all upcoming confirmed public events from all venue pages (Docks, Prinzenbar, Grosse Freiheit 36, Kaiserkeller). Each event includes name, start/end dates in ISO 8601 UTC, door time, description, event type, genre, performers, image URL, ticket URL, price/offers, organizer, age restriction, source URL, and location details. Events are sorted chronologically by start date. Results are auto-iterated as a single page containing all events.

**Estimated cost:** Metered

_No parameters required._

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