# Molotowclub — 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.

> Get upcoming events at Molotow music club in Hamburg with full details including artist lineups, event dates, ticket links, venue information, and pricing. Stay updated on concerts and performances happening at this popular electronic music venue.

**Category:** Entertainment | **Website:** [www.molotowclub.com/](https://www.molotowclub.com/) | **Docs:** [parse.bot/marketplace/05fb54aa-0218-45c2-aa14-f39f314e4fc0/molotowclub-com-api](https://parse.bot/marketplace/05fb54aa-0218-45c2-aa14-f39f314e4fc0/molotowclub-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-molotowclub-com-api-05fb54aa/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_upcoming_events

Retrieves all upcoming public events at Molotow Hamburg. Returns events across all venue spaces (Club, Top Ten Bar, SkyBar, Karatekeller, Backyard) with title, description, start datetime, ticket URLs, image, lineup, genre tags, pricing, and venue information. Events are ordered chronologically. No input parameters required.

**Estimated cost:** Metered

_No parameters required._

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