# Southbankcentre — 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 exhibitions, gigs, talks, and performances at London's Southbank Centre by accessing their complete events calendar. Plan your visits by retrieving detailed information about all available shows and cultural events happening at the venue.

**Category:** Entertainment | **Website:** [www.southbankcentre.co.uk/](https://www.southbankcentre.co.uk/) | **Docs:** [parse.bot/marketplace/1c7df654-1163-4b19-b2fe-afae70cbe7b9/southbankcentre-co-uk-api](https://parse.bot/marketplace/1c7df654-1163-4b19-b2fe-afae70cbe7b9/southbankcentre-co-uk-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-southbankcentre-co-uk-api-1c7df654/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_events

Lists all upcoming events at the Southbank Centre from today through the next 180 days. Returns deduplicated events across all categories (art & exhibitions, classical music, comedy, courses & workshops, family, gigs, literature & poetry, online, performance & dance, talks & debates, tours & activities, young people). Each call fetches events from all category pages and deduplicates by URL. Typically returns 50-80 events depending on the current programme. No pagination — all events are returned in a single response.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-southbankcentre-co-uk-api-1c7df654/list_events \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
