Unified API - missing weekday bus schedules

Hi

For route 208 - we are only getting Sunday service:
Here is a request for example:
https://api.tfl.gov.uk/Line/206/Timetable/490000127KA/to/490010715N?app_id={{app_id}}&app_key={{app_key}}

For route 490 - we are only getting Sunday service:
Here is a request for example:
https://api.tfl.gov.uk/Line/490/Timetable/490018677N/to/4900164301?app_id={{app_id}}&app_key={{app_key}}

For route 484 - we are not getting schedules:

Here is a request for example:
https://api.tfl.gov.uk/Line/484/Timetable/490004687P/to/490004687P?app_id={{app_id}}&app_key={{app_key}}

at the end of the response we are getting:
“statusErrorMessage”: “The stop you selected has now been removed from the route, and therefore we cannot show you a timetable. The route page will be updated shortly to reflect these changes.”

Please could someone see if they can spot the error on our side, or if there is something that needs to be fixed in the API?

Thank you

@kiki

Just as a general check, I clicked on the third one and I get

“statusErrorMessage”: “The stop you selected has now been removed from the route, and therefore we cannot show you a timetable. The route page will be updated shortly to reflect these changes.”

That’s interesting as arrival are still showing for the route at this stop: https://api.tfl.gov.uk/Line/484/Arrivals/490004687P?app_id={{app_id}}&app_key={{app_key}}

This is the first stop on the 484 towards Lewisham Station. As far as I know there are no changes due for this route any time soon.

@nathanodong

I think you may have a mistake in the 3rd one: originator and destination stop are the same - destination should be 490001177U for Lewisham Station, which works.

Both of these also work (albeit with some 500 errors,as discusssed elsewhere):

https://api.tfl.gov.uk/Line/484/Timetable/490004687P?app_id=xxx&app_key=yyy
https://api.tfl.gov.uk/Line/484/Timetable/490004687P?direction=inbound&app_id=xxx&app_key=yyy

1 Like