Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
Station hub
ID
940GZZDLCAN
Name
Canary Wharf
Hub
HUBCAW
Modes
dlr, elizabeth-line, tube
Coordinates
51.50350, -0.01863
StopPoints in this hub. Poll each id that carries the line you want.
Canary Wharf
910GCANWHRF
Canary Wharf
940GZZDLCAN
Canary Wharf
940GZZLUCYF
Checking for a TfL API key…
940GZZLUCYF940GZZDLCAN910GCANWHRF{
"id": "940GZZDLCAN",
"name": "Canary Wharf",
"kind": "stopPoint",
"modes": [
"dlr",
"elizabeth-line",
"tube"
],
"lineIds": [
"dlr",
"elizabeth",
"jubilee"
],
"hubId": "HUBCAW",
"hubMembers": [
{
"id": "910GCANWHRF",
"name": "Canary Wharf",
"lineIds": [
"elizabeth"
]
},
{
"id": "940GZZDLCAN",
"name": "Canary Wharf",
"lineIds": [
"dlr"
]
},
{
"id": "940GZZLUCYF",
"name": "Canary Wharf",
"lineIds": [
"jubilee"
]
}
],
"arrivalsStopIds": [
"940GZZDLCAN",
"910GCANWHRF",
"940GZZLUCYF"
],
"aliasIds": [
"910GCANWHRF",
"940GZZLUCYF",
"HUBCAW"
],
"lat": 51.5035036,
"lon": -0.0186272
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLCAN")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLCAN","910GCANWHRF","940GZZLUCYF"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLCAN")