-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Beebeeoii edited this page Aug 31, 2020
·
4 revisions
- All bus services' details
https://sgcommute-287703.appspot.com/buses
- Single bus service's details
https://sgcommute-287703.appspot.com/{busServiceNumber}
where busServiceNumber=27 for bus 27 3.Single bus service's routehttps://sgcommute-287703.appspot.com/{busServiceNumber}/route
where busServiceNumber=27 for bus 27
- All bus stops details
https://sgcommute-287703.appspot.com/busstops
- Single bus stop's details
https://sgcommute-287703.appspot.com/busstops/{busStopNumber}
where busStopNumber=01012 for bus stop 01012
- All bus arrival timings at a single bus stop
https://sgcommute-287703.appspot.com/busstops/{busStopNumber}/arrivals
where busStopNumber=01012 for bus stop 01012
- Single bus arrival timings at a single bus stop
https://sgcommute-287703.appspot.com/busstops/{busStopNumber}/{busServiceNumber}
where busStopNumber=01012 and busServiceNumber=12 for bus 12 at bus stop 01012
SGCommute API Wiki