Missing W15 Data

Hi All,

Picked up on an issue with route W15; Does not show any departures for stop 490012390N and on further investigation, the route doesn’t appear to show any stops returning a 404 error.

https://api.tfl.gov.uk/StopPoint/490012390N/Arrivals

https://api.tfl.gov.uk/line/W15/stoppoints

20220907-TfL-API

All the Best

Hi - this has been highlighted in one of the other threads. We’re working on restoring this now. Hopefully this will be fixed today or tomorrow.

Thanks,
James

Thanks James, apologies for the repetition👍

1 Like

@jamesevans , API feed still appears to return a 404 error for line W15.

Would you have any update on the problem at all?

Thanks

{"$type":"Tfl.Api.Presentation.Entities.ApiError, Tfl.Api.Presentation.Entities","timestampUtc":"2022-09-13T18:15:19.8716857Z","exceptionType":"EntityNotFoundException","httpStatusCode":404,"httpStatus":"NotFound","relativeUri":"/Line/W15/stoppoints","message":"The following line id is not recognised: W15"}

Hi @OldManBrook

Apologies for the delay in resolution on this. Our initial attempts to fix W15 were unsucessful as there was a further error in the data.

We believe we’ve resolved this but are not due to release this to live until next Tuesday as we are protecting the overall service for the demand seen and expected throughout the mourning period.

Thanks,
James

Thanks for update @jamesevans :+1:

Stop 490012390N is also served by the N26 that does not show any departures either.
Is this also related as N26 shows this stop… (not a question, just one for your DEV) :slight_smile:

https://api.tfl.gov.uk/line/N26/stoppoints

[{"$type":"Tfl.Api.Presentation.Entities.LineModeGroup, Tfl.Api.Presentation.Entities","modeName":"bus","lineIdentifier":["n26"]}],"status":true,"id":"490012390N","commonName":"Spitalfields Market","placeType":"StopPoint","additionalProperties":[{"$type":"Tfl.Api.Presentation.Entities.AdditionalProperties, Tfl.Api.Presentation.Entities","category":"Direction","key":"CompassPoint","sourceSystemKey":"Naptan490","value":"E"},{"$type":"Tfl.Api.Presentation.Entities.AdditionalProperties, Tfl.Api.Presentation.Entities","category":"Direction","key":"Towards","sourceSystemKey":"CountDown","value":"Leytonstone"}]

https://api.tfl.gov.uk/StopPoint/490012390N/Arrivals
Array returns completely empty.

https://api.tfl.gov.uk/StopPoint/490012390S/Arrivals
Returns populated array (minus w15 at the moment)

Best

Jason