Hello,
This endpoint for the DLR routes:
https://api.tfl.gov.uk/Line/Mode/dlr/Route
Gives, among others, this route:
{‘$type’: ‘Tfl.Api.Presentation.Entities.MatchedRoute, Tfl.Api.Presentation.Entities’,
‘name’: ‘Bank DLR Station - Lewisham DLR Station’,
‘direction’: ‘outbound’,
‘originationName’: ‘Bank DLR Station’,
‘destinationName’: ‘Lewisham DLR Station’,
‘originator’: ‘940GZZDLBNK’,
‘destination’: ‘940GZZDLLEW’,
‘serviceType’: ‘Regular’,
‘validTo’: ‘2024-12-23T00:00:00Z’,
‘validFrom’: ‘2024-07-06T00:00:00Z’}
However, when I tried to get the timetable for that route like this:
https://api.tfl.gov.uk/Line/dlr/Timetable/940GZZDLBNK/to/940GZZDLLEW
I get:
“Could not find a matching ICS code for the Naptan Id 940GZZDLBNK. Argument name: fromNaptanId.”
This used to been working until about 2 weeks ago - any help much appreciated!