You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each node only returns buses going in one direction
e.g.
# Nova Kinosenter towards Downtown
https://atbapi.tar.io/api/v1/departures/16011022
# Nova Kinosenter from Downtown
https://atbapi.tar.io/api/v1/departures/16010022
Notice how the nodeIds are almost the same 16011022 vs 16010022, this is how most stops behave, where one is towards downtown, and the other out of downtown
How can one request bus departures from a given stopId (bus direction)?
The resquest
/api/v1/departures/{node-id}
seems to return the results for an arbitrary direction for that node-id.
Thank you!
The text was updated successfully, but these errors were encountered: