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.

Shows

Browse musicals, plays, comedies, and dramas currently running in the West End.

Theatres

Access information about 32+ West End theatre venues including locations and capacity.

People

Discover performers and crew members from West End productions.

Productions

View production details including opening dates and theatre assignments.

Advanced Features

Cast Members

Link performers to shows with roles and billing order.

Roles

Manage character and role definitions for productions.

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"
}