Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
Station hub
ID
940GZZLUWWL
Name
Walthamstow Central
Hub
HUBWHC
Modes
overground, tube
Coordinates
51.58295, -0.01984
StopPoints in this hub. Poll each id that carries the line you want.
Walthamstow Central
910GWLTWCEN
Walthamstow Central
940GZZLUWWL
Checking for a TfL API key…
{
"id": "940GZZLUWWL",
"name": "Walthamstow Central",
"kind": "stopPoint",
"modes": [
"overground",
"tube"
],
"lineIds": [
"victoria",
"weaver"
],
"hubId": "HUBWHC",
"hubMembers": [
{
"id": "910GWLTWCEN",
"name": "Walthamstow Central",
"lineIds": [
"weaver"
]
},
{
"id": "940GZZLUWWL",
"name": "Walthamstow Central",
"lineIds": [
"victoria"
]
}
],
"arrivalsStopIds": [
"940GZZLUWWL",
"910GWLTWCEN"
],
"aliasIds": [
"910GWLTWCEN",
"HUBWHC"
],
"lat": 51.582948,
"lon": -0.019842
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUWWL")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUWWL","910GWLTWCEN"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUWWL")