Stops

View all stops near a specific location

get/v3/stops/location/{latitude},{longitude}

Path parameters

latitudenumber float required

Geographic coordinate of latitude

longitudenumber float required

Geographic coordinate of longitude

Query parameters

route_typesinteger[]

Filter by route_type; values returned via RouteTypes API

max_resultsinteger

Maximum number of results returned (default = 30)

max_distancenumber double

Filter by maximum distance (in metres) from location specified via latitude and longitude parameters (default = 300)

stop_disruptionsboolean

Indicates if stop disruption information will be returned (default = false)

tokenstring

Please ignore

devidstring

Your developer id

signaturestring

Authentication signature for request

Response

All stops near the specified location.

disruptionsobject

Disruption information applicable to relevant routes or stops

Changes

No recorded changes to this endpoint across all 2 revisions of this API.