Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
Station hub
ID
940GZZLUNWY
Name
North Wembley
Hub
HUBNWB
Modes
overground, tube
Coordinates
51.56258, -0.30399
StopPoints in this hub. Poll each id that carries the line you want.
North Wembley
910GNWEMBLY
North Wembley
940GZZLUNWY
Checking for a TfL API key…
{
"id": "940GZZLUNWY",
"name": "North Wembley",
"kind": "stopPoint",
"modes": [
"overground",
"tube"
],
"lineIds": [
"bakerloo",
"lioness"
],
"hubId": "HUBNWB",
"hubMembers": [
{
"id": "910GNWEMBLY",
"name": "North Wembley",
"lineIds": [
"lioness"
]
},
{
"id": "940GZZLUNWY",
"name": "North Wembley",
"lineIds": [
"bakerloo"
]
}
],
"arrivalsStopIds": [
"940GZZLUNWY",
"910GNWEMBLY"
],
"aliasIds": [
"910GNWEMBLY",
"HUBNWB"
],
"lat": 51.56258,
"lon": -0.303992
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUNWY")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUNWY","910GNWEMBLY"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUNWY")