TfL playground guide
This guide explains what the TfL API playground demonstrates and how to interpret the demo behavior.
What this playground demonstrates
The TfL playground demonstrates interactive API exploration with practical transport-focused examples and no-auth defaults.
Scope and limits
- The playground and its OpenAPI file describe three GET operations only.
- Defaults are tuned for fast successful responses.
- The demo is intended for onboarding and platform evaluation.
OpenAPI description
Download the canonical spec bundled with this site:
Included demo operations
GET /Line/Mode/{modes}/StatusGET /StopPoint/Search/{query}GET /BikePoint
Try-it defaults
Defaults are pre-filled to reduce setup time:
modes=tubedetail=falsequery=waterloo
Expected response behavior
Requests should return useful data without requiring user-provided credentials.
Related routes
- Playground: /tfl/api-playground
- Product docs start: /tfl/getting-started