GET
/api/where/agency/{agencyID}.json
Retrieve info for a specific transit agency identified by ID
GET
/api/where/route/{routeID}.json
Retrieve info for a specific route identified by ID
GET
/api/where/route-ids-for-agency/{agencyID}.json
Get route IDs for a specific agency
GET
/api/where/vehicles-for-agency/{agencyID}.json
Get vehicles for a specific agency
GET
/api/where/trip/{tripID}.json
Get details of a specific trip
GET
/api/where/trips-for-location.json
Retrieve trips for a given location
GET
/api/where/stops-for-route/{routeID}.json
Get stops for a specific route
GET
/api/where/stops-for-agency/{agencyID}.json
Get stops for a specific agency
GET
/api/where/stop/{stopID}.json
Get details of a specific stop
GET
/api/where/schedule-for-stop/{stopID}.json
Get schedule for a specific stop
GET
/api/where/stop-ids-for-agency/{agencyID}.json
Get stop IDs for a specific agency
GET
/api/where/report-problem-with-stop/{stopID}.json
Submit a user-generated problem report for a stop
#
GET
/api/where/report-problem-with-trip/{tripID}.json
Submit a user-generated problem report for a particular trip.
#
GET
/api/where/search/stop.json
Search for a stop based on its name.
#
GET
/api/where/search/route.json
Search for a route based on its name.
#
GET
/api/where/block/{blockID}.json
Get details of a specific block by ID
GET
/api/where/shape/{shapeID}.json
Retrieve a shape by ID