Stop points
Search for stops and stations, and get real-time arrivals. The API playground includes stop search only.
Playground endpoint (in this site’s OpenAPI)
- Search —
GET /StopPoint/Search/{query}— Guide — tfl-playground.json
Other endpoints on the live API
These aren't in the downloadable playground spec:
- Arrivals —
GET /StopPoint/{ids}/Arrivals— Arrivals guide - By ID —
GET /StopPoint/{ids}— stop details
Cycle hire listing for the demo is documented under Bike points (GET /BikePoint).
Guides
- Search stops — playground GET with full reference
- Arrivals — next departures (outside playground spec)