Stops
View all stops on a specific route
get/v3/stops/route/{route_id}/route_type/{route_type}
Path parameters
route_idinteger required
Identifier of route; values returned by Routes API - v3/routes
route_type0 | 1 | 2 | 3 | 4 required
Number identifying transport mode; values returned via RouteTypes API
Query parameters
direction_idinteger
Direction for which the stops need to be returned
stop_disruptionsboolean
Flag to specify whether disruptions should be included in the response
include_geopathboolean
Flag to specify whether geo_path should be included in the response
geopath_utcstring date-time
Filter geopaths by date (ISO 8601 UTC format) (default = current date)
include_advertised_interchangeboolean
Flag to specify whether additional stops for interchanges should be included in the response. Note-: To make use of this flag please pass in direction_id.
tokenstring
Please ignore
devidstring
Your developer id
signaturestring
Authentication signature for request
Response
All stops on the specified route.