Skip to main content

Journey

Plan routes between two locations using public transport.

Key endpoints

  • Journey results: GET /Journey/JourneyResults/{from}/to/{to} — plan a route
  • Meta: GET /Journey/Meta/Modes — available journey modes

Parameters

ParameterDescription
fromOrigin stop ID, or latitude and longitude as lat,lon
toDestination stop ID, or latitude and longitude as lat,lon
modeTransport modes (tube, bus, etc.)
dateDate for journey (YYYYMMDD)
timeTime for journey (HHmm)

Guides