GET /Journey/JourneyResults/{from}/to/{to}

tfl.gov.uk

Summary: Perform a Journey Planner search from the parameters specified in simple types
Operation ID: Journey_JourneyResults
Auth: unknown

Parameters (28)

accessibilityPreference (array, query, optional)

The accessibility preference must be a comma separated list eg. "noSolidStairs,noEscalators,noElevators,stepFreeToVehicle,stepFreeToPlatform"

adjustment (string, query, optional)

Time adjustment command. eg possible options: "TripFirst" | "TripLast"

alternativeCycle (boolean, query, optional)

Option to determine whether to return alternative cycling journey

alternativeWalking (boolean, query, optional)

Option to determine whether to return alternative walking journey

applyHtmlMarkup (boolean, query, optional)

Flag to determine whether certain text (e.g. walking instructions) should be output with HTML tags or not.

bikeProficiency (array, query, optional)

A comma separated list of cycling proficiency levels. eg possible options: "easy,moderate,fast"

calcOneDirection (boolean, query, optional)

A boolean to make Journey Planner calculate journeys in one temporal direction only. In other words, only calculate journeys after the 'depart' time, or before the 'arrive' time. By default, the Journey Planner engine (EFA) calculates journeys in both temporal directions.

cyclePreference (string, query, optional)

The cycle preference. eg possible options: "allTheWay" | "leaveAtStation" | "takeOnTransport" | "cycleHire"

Constraints: {'enum': ['None', 'LeaveAtStation', 'TakeOnTransport', 'AllTheWay', 'CycleHire']}

date (string, query, optional)

The date must be in yyyyMMdd format

from (string, path, required)

Origin of the journey. Can be WGS84 coordinates expressed as "lat,long", a UK postcode, a Naptan (StopPoint) id, an ICS StopId, or a free-text string (will cause disambiguation unless it exactly matches a point of interest name).

fromName (string, query, optional)

An optional name to associate with the origin of the journey in the results.

journeyPreference (string, query, optional)

The journey preference eg possible options: "leastinterchange" | "leasttime" | "leastwalking"

Constraints: {'enum': ['LeastInterchange', 'LeastTime', 'LeastWalking']}

maxTransferMinutes (string, query, optional)

The max walking time in minutes for transfer eg. "120"

maxWalkingMinutes (string, query, optional)

The max walking time in minutes for journeys eg. "120"

mode (array, query, optional)

The mode must be a comma separated list of modes. eg possible options: "public-bus,overground,train,tube,coach,dlr,cablecar,tram,river,walking,cycle"

nationalSearch (boolean, query, optional)

Does the journey cover stops outside London? eg. "nationalSearch=true"

routeBetweenEntrances (boolean, query, optional)

A boolean to indicate whether public transport routes should include directions between platforms and station entrances.

taxiOnlyTrip (boolean, query, optional)

A boolean to indicate whether to return one or more taxi journeys. Note, setting this to true will override "useMultiModalCall".

time (string, query, optional)

The time must be in HHmm format

timeIs (string, query, optional)

Does the time given relate to arrival or leaving time? Possible options: "departing" | "arriving"

Constraints: {'enum': ['Arriving', 'Departing']}

to (string, path, required)

Destination of the journey. Can be WGS84 coordinates expressed as "lat,long", a UK postcode, a Naptan (StopPoint) id, an ICS StopId, or a free-text string (will cause disambiguation unless it exactly matches a point of interest name).

toName (string, query, optional)

An optional name to associate with the destination of the journey in the results.

useMultiModalCall (boolean, query, optional)

A boolean to indicate whether or not to return 3 public transport journeys, a bus journey, a cycle hire journey, a personal cycle journey and a walking journey

useRealTimeLiveArrivals (boolean, query, optional)

A boolean to indicate if we want to receive real time live arrivals data where available.

via (string, query, optional)

Travel through point on the journey. Can be WGS84 coordinates expressed as "lat,long", a UK postcode, a Naptan (StopPoint) id, an ICS StopId, or a free-text string (will cause disambiguation unless it exactly matches a point of interest name).

viaName (string, query, optional)

An optional name to associate with the via point of the journey in the results.

walkingOptimization (boolean, query, optional)

A boolean to indicate whether to optimize journeys using walking

walkingSpeed (string, query, optional)

The walking speed. eg possible options: "slow" | "average" | "fast".

Constraints: {'enum': ['Slow', 'Average', 'Fast']}

No probe data for this endpoint yet.