London Overground - Error

I believe there is a Error through the Chingford - Liverpool Street Station.
Where are the trains heading for Liverpool Street,and why excatly does it say “Platform Unknown” with a Train going to Chingford within 40 Minutes?

Press on this link: Walthamstow Central Rail Station - Transport for London

1 Like

UPDATE

I just checked London liverpool Street,no information there.

At the moment, I’m seeing platform numbers for the next two trains but not for the third. By the looks of it, the programmer may have been instructed to display platform numbers only for the earlier trains.

That would make some sense for a station with more platforms, if the platforms have to be dynamically reallocated to allow for late-running trains. But the link is for Walthamstow and there is only one platform that a train heading towards Liv St could possibly stop, so it makes little point to intentionally surpress information that cannot change.

A bit of research suggests that this problem affects ALL stations on the London Overground and TfL Rail, except those on the North London Line and Watford Junction branch. Canonbury is OK for both LO lines (NLL and ELL).

Just to add to the fun, all departures from Hoxton appear to be “platform unknown”.

An additional problem is that for each terminal point on the affected lines, I get a message that there are no departures at the moment. As departures are shown one stop down the line, it appears not to be a question of waiting for the train to start.

Highbury & Islington is a special case as the North London line is shown correctly but the East London line is not shown at all, presumably for the same supposed lack of departures issue as the other terminals on that line/

On the other point, did the absence of trains towards Liverpool Street simply reflect that the last train had already gone?

OK, you can see the original “Darwin” data here

image

Which is odd, because the elctronic timetables (from NRE) clearly show allocated platform numbers

image

The usual reason for Darwin not showing platform numbers is for when they CAN be allocated dynamically, like they can at Liverpool Street station, they are not given out the public until the relevant hardware is where it is supposed to be.

NRE - national rail enquires http://www.nationalrail.co.uk/static/documents/NRE%20Feeds_Developer%20Pack%20v.01-04.pdf

Darwin - GB train data live system

WLTWCEN is the TIPLOC (Transport location) code for Walthamstow Central, where the three-letter code is WHC.

Walthamstow only has 2 platforms.One heading for LIV Street and other for Chingford.I am a bit confused onwhat you said.

Liverpool Street is high demand,I don’t think they will make the last train leave earlier than the Chingford’s Last Train.Note that Chingford is a very small town so there is a less demand compared to Liv.St.

There are four platforms at Walthamstow Central, two of them being Victoria Line.

The high demand direction at Liverpool Street late at night is out of town, not into town. But that’s not a tech issue; you can check that from the timetable.

1 Like

I’d like to get arrival data and train location for every Overground stop. It says that this is currently available only for tube stations. This is the Url structure for a Tube stop:

https://api.tfl.gov.uk/Line/bakerloo/Arrivals/940GZZLUBST

What would be the Url for Overground stops?

Thank you.

@Kupod5uR

https://api.tfl.gov.uk/line/london-overground/arrivals

as a general rule I go to

https://api.tfl.gov.uk/line/mode/tube,overground,dlr,tflrail,tram/status

and pick up the ids from there, also giving you

https://api.tfl.gov.uk/line/tfl-rail/arrivals
https://api.tfl.gov.uk/line/tram/arrivals

You an also use the https://api.tfl.gov.uk/line/mode/bus/status call to get you the bus routes numbers too

https://api.tfl.gov.uk/line/76/arrivals

1 Like

Is there a Url that returns info for a specific station, like the tube one I pasted above?

Yes use the naptanId from https://api.tfl.gov.uk/line/london-overground/arrivals

to give you

https://api.tfl.gov.uk/line/london-overground/arrivals/910GCHINGFD

as per your original example.

If you want everything from the naptanId you need to use “stoppoint”

https://api.tfl.gov.uk/stoppoint/910GCHINGFD