NextBus wrapper for Georgia Tech buses.
/api/v1/agencies/<agency>/routes
- configuration for all routes, including stops and paths./api/v1/agencies/<agency>/vehicles
- all bus locations for a given agency./api/v1/agencies/<agency>/predictions
- all time predictions for a given agency./api/v1/agencies/<agency>/messages
- general messages as well as messages specific to each route./api/v1/agencies/<agency>/multiPredictions
- bus prediction times for specific stops.https://gtbuses.herokuapp.com/api/v1/agencies/georgia-tech/routes
https://gtbuses.herokuapp.com/api/v1/agencies/georgia-tech/vehicles
https://gtbuses.herokuapp.com/api/v1/agencies/georgia-tech/predictions
https://gtbuses.herokuapp.com/api/v1/agencies/georgia-tech/messages
https://gtbuses.herokuapp.com/api/v1/agencies/georgia-tech/multiPredictions?stops=blue|cherfers
JSON
format by default..xml
to any endpoint to receive a response in XML
.200 OK
- request was successfully returned.400 Bad Request
- invalid request data.404 Not Found
- requested data not found.502 Bad Gateway
- request made to NextBus failed.