timetable

Reconstruct an itinerary from an itinerary ID.

Experimental (API might change without prior notice and without API version bump). Only supports walking at start/end or station-to-station itineraries.

All parameters mirror those of the plan endpoint - see the plan endpoint for their descriptions.

get/api/v6/refresh-itinerary

Query parameters

itineraryIdstring required
requireDisplayNameMatchboolean
joinInterlinedLegsboolean
detailedTransfersboolean
detailedLegsboolean
withFaresboolean
withScheduledSkippedStopsboolean
numLegAlternativesinteger
transitModesMode[]
pedestrianProfile'FOOT' | 'WHEELCHAIR'

Different accessibility profiles for pedestrians.

useRoutedTransfersboolean
requireBikeTransportboolean
requireCarTransportboolean
languagestring[]

Response

reconstructed itinerary

durationinteger required

journey duration in seconds

startTimestring date-time required

journey departure time

endTimestring date-time required

journey arrival time

transfersinteger required

The number of transfers this trip has.

idstring required

Experimental (format might change). Opaque itinerary identifier. Pass it as itineraryId to refresh-itinerary endpoint for reconstruction using the new schedule/realtime data.

Changes