Is there a URL that returns a list of stations for all modes?

e.g. tube, overground, dlr in one list.

Thank you in advance.

Answering in a slightly thinking out of the box kind of way…

https://beta-naptan.dft.gov.uk/download
or
https://naptan.api.dft.gov.uk/swagger/index.html

Simon

hi @Kupod5uR ,

You can describe all stoppoints by mode, like this:

https://api.tfl.gov.uk/StopPoint/mode/tube,dlr

Responses can be quite big, so you may want to do a separate call by each mode.

Thanks,
James