Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
Station hub
ID
910GHTRWAPT
Name
Heathrow Terminals 2&3
Hub
HUBH13
Modes
elizabeth-line, tube
Coordinates
51.47134, -0.45248
StopPoints in this hub. Poll each id that carries the line you want.
Heathrow Terminals 2&3
910GHTRWAPT
Heathrow Terminals 2&3
940GZZLUHRC
Checking for a TfL API key…
940GZZLUHRC910GHTRWAPT{
"id": "910GHTRWAPT",
"name": "Heathrow Terminals 2&3",
"kind": "stopPoint",
"modes": [
"elizabeth-line",
"tube"
],
"lineIds": [
"elizabeth",
"piccadilly"
],
"hubId": "HUBH13",
"hubMembers": [
{
"id": "910GHTRWAPT",
"name": "Heathrow Terminals 2&3",
"lineIds": [
"elizabeth"
]
},
{
"id": "940GZZLUHRC",
"name": "Heathrow Terminals 2&3",
"lineIds": [
"piccadilly"
]
}
],
"arrivalsStopIds": [
"910GHTRWAPT",
"940GZZLUHRC"
],
"aliasIds": [
"940GZZLUHRC",
"HUBH13"
],
"lat": 51.4713416,
"lon": -0.452483
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GHTRWAPT")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GHTRWAPT","940GZZLUHRC"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GHTRWAPT")