Uses the Navigo engine to plan optimal trips from an origin to a destination. Origins and destinations are encoded strings representing a location or point.
Format for locations: (addresses|intersections|monuments)/{key} Location keys can be found from the locations query.
Format for points: utm/{x},{y} or geo/{lat},{lon}
Valid URL Parameters
origin
The origin. See above for formatting rules.
destination
The destination. See above for formatting rules.
date
The date for which to get navigo results in YYYY-mm-dd format. Defaults to today.
time
The time in HH:MM or HH:MM:SS format. Defaults to now.
mode
depart-before:
Depart before the given time.
depart-after:
Depart after the given time.
arrive-before:
Arrive before the given time.
arrive-after:
Arrive after the given time.
walk-speed
Walking speed in km/h. Can be a float.
max-walk-time
The maximum number of minutes to spend walking.
min-transfer-wait
The minimum number of minutes to spend waiting for a transfer.
max-transfer-wait
The maximum number of minutes to spend waiting for a transfer.
Each plan describes a different trip or path which can be used to get from the origin to the destination.
segments
A plan has one or more segments, each which describes a disparate part of the trip (eg. walk, ride, transfer, ride, walk).
segment/@type
What type of segment it is (ie. walk, ride, or transfer)
segment/route
A ride segment contains route information. See the Route service for more details.
segment/variant
A ride segment contains variant information. See the Variants service for more details.
segment/from|segment/to
Walk and transfer segments contain information which describes the start point and end point of the segment.
from/origin|to/destination
These elements indicate that the walk path starts at the origin of the trip, or ends at the destination. They contain location elements (see the Locations service for more details), or point elements which define a geographical point.
(from|to)/stop
These elements indicate that the walk or transfer segment begins or ends at a stop. Only includes basic stop information. xlink:href attributes point to the service which can be called for more info.
(plan|segment)/times
Contains start and end times of the plan or segment, including the total duration in minutes. Riding, walking, and waiting totals are also included where appropriate.
segment/bus
For ride segments, information about the bus servicing this segment. Typically present in plans for today but omitted for past and future dates.
segment/bus/key
A unique identifier for this bus servicing this segment.
segment/bus/bike-rack
Boolean field describing whether or not the bus has a bike rack.
segment/bus/wifi
Boolean field describing whether or not the bus has wifi.