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