Discover/Southbankcentre API
live

Southbankcentre APIsouthbankcentre.co.uk

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.

This API takes change requests — .
Endpoint health
monitored
list_events
Checks pendingself-healing
Endpoints
1
Updated
2h ago
This call costs10 credits / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/ea628afe-bf7b-4bcc-9819-74eb6656d9a5/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/ea628afe-bf7b-4bcc-9819-74eb6656d9a5/list_events' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

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.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer count of events returned",
    "events": "array of event objects"
  },
  "sample": {
    "data": {
      "total": 61,
      "events": [
        {
          "url": "https://www.southbankcentre.co.uk/whats-on/gift-to-the-future/",
          "date": "Sat 22 Aug – Sun 27 Sep 2026",
          "slug": "gift-to-the-future",
          "title": "Gift to the Future",
          "category": "Art & exhibitions",
          "location": "Site wide",
          "image_url": "https://bynder.southbankcentre.co.uk/transform/e9eae3ae-ba56-4173-bf06-4fdafb1bcfbc/Gift-to-the-Future_Royal-Festival-Hall-1_Credit-Jo-Underhill?io=transform%3Afill%2Cwidth%3A640%2Cheight%3A400",
          "description": "See our brutalist buildings transformed with a giant poetry installation",
          "price_label": "Free"
        },
        {
          "url": "https://www.southbankcentre.co.uk/whats-on/anish-kapoor/",
          "date": "Tue 16 Jun – Sun 18 Oct 2026",
          "slug": "anish-kapoor",
          "title": "Anish Kapoor",
          "category": "Art & exhibitions",
          "location": "Hayward Gallery",
          "image_url": "https://bynder.southbankcentre.co.uk/transform/ffca4788-f2b3-43c6-b71a-0b9139e71b08/Anish-Kapoor_Email-header?io=transform%3Afill%2Cwidth%3A640%2Cheight%3A400",
          "description": "Venture into a world of mystery through the artist's awe-inspiring works at our major exhibition",
          "price_label": null
        }
      ]
    },
    "status": "success"
  }
}

About the Southbankcentre API

The Southbankcentre API on Parse exposes 1 endpoint for the publicly available data on southbankcentre.co.uk. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.