Hi,
I’m trying to get timetable info from the unified API. According to the docs, it’s at /Line/{id}/Timetable/{fromStopPointId}
However, going to these URLs (eg https://api.tfl.gov.uk/Line/Bakerloo/Timetable/940GZZLUCHX ) just gives a disambiguation page. If I follow a URL from one of the disambiguation options (eg https://api.tfl.gov.uk/Line/Bakerloo/Timetable/940GZZLUCHX/outbound ), I get a 404
I’ve tried it with a few different modes (eg https://api.tfl.gov.uk/line/rb1/timetable/930GGNW/inbound ), and get 404s for all the ones I try.
Am I doing something wrong? The documentation I’ve found isn’t especially clear on the matter.
Thanks,
Luke