# Docksfreiheit36 (Germany) — 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.de.

**Category:** Entertainment | **Website:** [docksfreiheit36.de/docks/](https://docksfreiheit36.de/docks/) | **Docs:** [parse.bot/marketplace/b7230bb6-e66f-4f2d-a5e3-d09eea242017/docksfreiheit36-de-api](https://parse.bot/marketplace/b7230bb6-e66f-4f2d-a5e3-d09eea242017/docksfreiheit36-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-docksfreiheit36-de-api-b7230bb6/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### events

Retrieves all upcoming public events for the Docks Hamburg venue. Returns an array of events with name, start date, door time, description, image, ticket URL, pricing offers, organizer, source URL, and location details. Events are sourced from the official Docks page and include only current/future confirmed events. Results are auto-iterated as a single page.

**Estimated cost:** Metered

_No parameters required._

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