v2

latestSwagger 2.0Creative Commons Attribution 4.0 International2026-08-0126125128.6 KB
Departures

View departures for all routes from a stop

get/v3/departures/route_type/{route_type}/stop/{stop_id}

Path parameters

route_type0 | 1 | 2 | 3 | 4 required

Number identifying transport mode; values returned via RouteTypes API

stop_idinteger required

Identifier of stop; values returned by Stops API

Query parameters

platform_numbersinteger[]

Filter by platform number at stop

direction_idinteger

Filter by identifier of direction of travel; values returned by Directions API - /v3/directions/route/{route_id}

gtfsboolean

Indicates that stop_id parameter will accept "GTFS stop_id" data

date_utcstring date-time

Filter by the date and time of the request (ISO 8601 UTC format) (default = current date and time)

max_resultsinteger

Maximum number of results returned

include_cancelledboolean

Indicates if cancelled services (if they exist) are returned (default = false) - metropolitan train only

look_backwardsboolean

Indicates if filtering runs (and their departures) to those that arrive at destination before date_utc (default = false). Requires max_results > 0.

expandinteger[]

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.

include_geopathboolean

Indicates if the route geopath should be returned

tokenstring

Please ignore

devidstring

Your developer id

signaturestring

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).

stopsobject

A train station, tram stop, bus stop, regional coach stop or Night Bus stop

routesobject

Train lines, tram routes, bus routes, regional coach routes, Night Bus routes

runsobject

Individual trips/services of a route

directionsobject

Directions of travel of route

disruptionsobject

Disruption information applicable to relevant routes or stops

All 26 operations