Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
Station hub
ID
940GZZLUEBY
Name
Ealing Broadway
Hub
HUBEAL
Modes
elizabeth-line, tube
Coordinates
51.51499, -0.30213
StopPoints in this hub. Poll each id that carries the line you want.
Ealing Broadway
910GEALINGB
Ealing Broadway
940GZZLUEBY
Checking for a TfL API key…
940GZZLUEBY940GZZLUEBY910GEALINGB{
"id": "940GZZLUEBY",
"name": "Ealing Broadway",
"kind": "stopPoint",
"modes": [
"elizabeth-line",
"tube"
],
"lineIds": [
"central",
"district",
"elizabeth"
],
"hubId": "HUBEAL",
"hubMembers": [
{
"id": "910GEALINGB",
"name": "Ealing Broadway",
"lineIds": [
"elizabeth"
]
},
{
"id": "940GZZLUEBY",
"name": "Ealing Broadway",
"lineIds": [
"central",
"district"
]
}
],
"arrivalsStopIds": [
"940GZZLUEBY",
"910GEALINGB"
],
"aliasIds": [
"910GEALINGB",
"HUBEAL"
],
"lat": 51.514993,
"lon": -0.302131
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUEBY")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUEBY","910GEALINGB"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUEBY")