Weekend & Planned Tube Status

Hi There,

I was wondering if someone can point me in the direction of where I can access the API to retrieve weekend and planned tube statuses?

I’m currently using the below to find the current status, but can’t seem to find where to view future statuses:
https://api.tfl.gov.uk/line/mode/tube/status

Thanks in advance!

@Lausal

The best option there is at the moment is to grab Planned line closures and service changes - Transport for London and scrape it.

It’s a step up from the PDF!

In case any one finds this post like I did when searching, this is in the API now. Example calls:

https://api.tfl.gov.uk/line/victoria/status/2021-06-01/to/2021-08-01
https://api.tfl.gov.uk/line/central,victoria,northern/status/2021-06-01/to/2021-08-01

Docs: TfL Unified API

1 Like