View the stopping pattern for a specific trip/service run
Path parameters
The run_ref is the identifier of a run as returned by the departures/* and runs/* endpoints. WARNING, run_id is deprecated. Use run_ref instead.
Number identifying transport mode; values returned via RouteTypes API
Query parameters
List of objects to be returned in full (i.e. expanded) - options include: All, Stop, Route, Run, Direction, Disruption, VehiclePosition, VehicleDescriptor and None. Default is Disruption. Run must be expanded to receive VehiclePosition and VehicleDescriptor information.
Filter by stop_id; values returned by Stops API
Filter by the date and time of the request (ISO 8601 UTC format) (default = current date and time)
Include any skipped stops in a stopping pattern. Defaults to false.
Indicates if geopath data will be returned (default = false)
Indicates whether data related to interchanges should be included in the response (default = false) When set to true, this parameter enables API clients to retrieve additional exchange information (stops, routes, runs, directions and disruptions) in a single call instead of making multiple requests
Please ignore
Your developer id
Authentication signature for request
Response
The stopping pattern of the specified run_ref and route type. (NOTE: the departure sequence field should be used to sort departures in chronological order, however it is not always N+1 or N-1 of the previous or following departure. e.g 100, 200, 250, 300 instead of 1, 2, 3, 4)