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}. See the guide. Included in tfl-playground.json.
Other endpoints on the live API
These aren't in the downloadable playground spec:
- Arrivals:
GET /StopPoint/{ids}/Arrivals. See the arrivals guide. - By ID:
GET /StopPoint/{ids}for 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 the playground spec