Skip to main content

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)

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