How can one retrieve list of unique staions data for tube,dlr ,tram and...
If I point to https://api.tfl.gov.uk/Stoppoint/mode/tube the api returns 1683 objects. Which includes duplicated entry in the form of entrance 1, entrance 2 etc. For example, point to that endpoint...
View ArticleHow can one retrieve list of unique staions data for tube,dlr ,tram and...
hi @syed-hoque, it may be worth filtering the response from the API using the StopPoint types (perhaps NaptanMetroStation or NaptanRailStation) regards, James Evans Technology Service Operations Read...
View ArticleHow can one retrieve list of unique staions data for tube,dlr ,tram and...
syed-hoque: https://api.tfl.gov.uk/Stoppoint/mode/tube Is there an API which returns a list of all the Overground station coordinates, like it does for the tube stations? Thank you. Read full topic
View ArticleHow can one retrieve list of unique staions data for tube,dlr ,tram and...
@Kupod5uR Start with this to get the list of id values https://api.tfl.gov.uk/line/mode/tube,overground,dlr,tflrail,tram/status and plug in into line…arrivals...
View ArticleHow can one retrieve list of unique staions data for tube,dlr ,tram and...
I’ve already looked at those URLs. Yes, I know I can extract lat and lon values manually. Several Tube URLs have a “coordinates” array where they include all the coordinates for a given line. Do any...
View ArticleHow can one retrieve list of unique staions data for tube,dlr ,tram and...
Have a look at /Line/london-overground/Route/Sequence/{direction], where direction is outbound or inbound. This has both the linestrings array and the individual stop coordinates Read full topic
View ArticleHow can one retrieve list of unique staions data for tube,dlr ,tram and...
Try Naptan >>> https://naptan.app.dft.gov.uk/DataRequest/help Simon Read full topic
View Article