View departures for all routes from a stop
Path parameters
Number identifying transport mode; values returned via RouteTypes API
Identifier of stop; values returned by Stops API
Query parameters
Filter by platform number at stop
Filter by identifier of direction of travel; values returned by Directions API - /v3/directions/route/{route_id}
Indicates that stop_id parameter will accept "GTFS stop_id" data
Filter by the date and time of the request (ISO 8601 UTC format) (default = current date and time)
Maximum number of results returned
Indicates if cancelled services (if they exist) are returned (default = false) - metropolitan train only
Indicates if filtering runs (and their departures) to those that arrive at destination before date_utc (default = false). Requires max_results > 0.
List of objects to be returned in full (i.e. expanded) - options include: All, Stop, Route, Run, Direction, Disruption, VehiclePosition, VehicleDescriptor or None. Run must be expanded to receive VehiclePosition and VehicleDescriptor information.
Indicates if the route geopath should be returned
Please ignore
Your developer id
Authentication signature for request
Response
Service departures from the specified stop for all routes of the specified route type; departures are timetabled and real-time (if applicable).