Hello Everyone,
Any idea, how to get routes and platform no between two stations from this data?
Public Transport - Timetables - For Realtime
https://api.transport.nsw.gov.au/v1/gtfs/schedule/
This returns, zip file with stops, stop_times, routes and so on. I couldn’t figure it out.
For example, If I want to go from Allawah Station to Albion Park Station, How to extract route from data above or do I have to use trip planner API?
Thanks in advance.