This repository was archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
RESTful API
Stanley Zheng edited this page Mar 3, 2016
·
13 revisions
Prod API: http://api.hrtb.us/api/
-
/api/routes/active/
-
/api/buses/on_route/<int:routeId>/
-
/api/buses/history/<int:busId>/
-
/api/buses/api/buses/<int:routeID>/
/api/stops/near/intersection/<city>/<intersection>/
-
/api/stops/near/<lat>/<lng>/
-
/api/stop_times/<int:routeId>/<int:stopId>/
-
/api/stops/near/<lat>/<lng>/
- sample: http://api.hrtb.us/api/v2/stops/near/36.8411416/-76.13431090000002/
- returns routes with attached stop times
-
/api/stops?id=8004,8008/
- sample: http://api.hrtb.us/api/v2/stops?id=8004,8008
- returns routes with attached stop times