TFL Unified API, empty case for all line disconnect responses

Attempting to request ongoing failures on the underground line and getting [] as the body for each response.

The request I'm trying to send is:

https://api.tfl.gov.uk/Line/bakerloo/Disruption?app_id=&app_key=

String id query works as expected

https://api.tfl.gov.uk/Line/bakerloo?app_id=&app_key=

I get the correct (and expected) response when I execute this request.

So my question is:. If someone else uses this API and if they also had similar problems / know how to get something more useful than [] as an answer.

I just use REST Client (Postman), so it does not depend on coding / language.

Documentation: https://api.tfl.gov.uk

+6
source share
1 answer

Contact TFL Technical Support, answer:

Sorry for delay. Unfortunately, this endpoint is currently broken. It has been for some time, so I will pursue this together with our technical team to see what a delay. This helps, the endpoint / mode / tube / destruction works.

+1
source

All Articles