Skip to content

Instantly share code, notes, and snippets.

@luqmaan
Created February 9, 2014 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luqmaan/8905382 to your computer and use it in GitHub Desktop.
Save luqmaan/8905382 to your computer and use it in GitHub Desktop.
POST http://www.capmetro.org/planner/s_nextbus2.asp with querystring
```
stopid:5868
route:801
dir:N
output:json
opt:2
min:1
```
```
{
"status": "OK",
"routeDesc": "801-N Lamar S Congress-NB",
"stopDesc": "REPUBLIC SQUARE STATION (NB)",
"list": [{
"sched": "02:08 PM",
"est": "02:08 PM",
"estMin": 4,
"real": false,
"vId": ""
}, {
"sched": "02:28 PM",
"est": "02:28 PM",
"estMin": 24,
"real": false,
"vId": ""
}, {
"sched": "02:48 PM",
"est": "02:48 PM",
"estMin": 44,
"real": false,
"vId": ""
}]
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment