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.
Query parameters
Optional. Default is WALK. Modes allowed for the first (access) mile when reconstructing leg alternatives. Should match the preTransitModes of the original plan request.
Optional. Default is WALK. Modes allowed for the last (egress) mile when reconstructing leg alternatives. Should match the postTransitModes of the original plan request.
Different accessibility profiles for pedestrians.
Average speed for pedestrian routing in meters per second
Average speed for pedestrian routing on the first/last mile.
Average speed for bike routing in meters per second
Average speed for bike routing on the first/last mile.
Different elevation cost profiles for street routing. Using a elevation cost profile will prefer routes with a smaller incline and smaller difference in elevation, even if the routed way is longer.
- NONE: Ignore elevation data for routing. This is the default behavior
- LOW: Add a low penalty for inclines. This will favor longer paths, if the elevation increase and incline are smaller.
- HIGH: Add a high penalty for inclines. This will favor even longer paths, if the elevation increase and incline are smaller.
Elevation cost profile for first/last-mile street routing.
Maximum matching distance in meters to the street network.
Is limited by server config variable max_max_matching_distance, larger values are capped to this limit.
Maximum time in seconds for the first (access) street leg.
Maximum time in seconds for the last (egress) street leg.
Allowed rental form factors for the first (access) leg.
Allowed rental form factors for the last (egress) leg.
Allowed rental propulsion types for the first (access) leg.
Allowed rental propulsion types for the last (egress) leg.
Allowed rental providers for the first (access) leg.
Allowed rental providers for the last (egress) leg.
Allowed rental provider groups for the first (access) leg.
Allowed rental provider groups for the last (egress) leg.
Ignore rental return constraints on the first (access) leg.
Ignore rental return constraints on the last (egress) leg.
Response
reconstructed itinerary