Hello developers,
I'm new to cta bus tracker api. I'm thinking of creating an android app using this api.
Right now I'm trying to get all the stops according to directions
so I used this example url:
but this doesn't work it returns
{
"bustime-response": {
"error": [
{
"rt": "76",
"dir": "West Bound",
"msg": "No data found for parameter"
}
]
}
}
Does anyone figure it out? Am I missing something?? Let me know asap. Thank you!
-- Austin