Skip to main content

Welcome to Enter Theatre

Enter Theatre provides a comprehensive API for accessing data about West End theatre shows in London. Our API gives you access to shows, theatres, cast members, productions, and more.

Quickstart

Get started with the Enter Theatre API in minutes.

Core Resources

Access all the data you need about London’s West End theatre scene.

Advanced Features

Base URL

All API requests should be made to:
https://entertheatre.com/api

Response Format

All endpoints return JSON responses. Successful responses include the requested data, while errors return a structured error object:
{
  "error": "Error message description"
}