Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
Station hub
ID
910GHGHI
Name
Highbury & Islington
Hub
HUBHHY
Modes
overground, tube
Coordinates
51.54627, -0.10354
StopPoints in this hub. Poll each id that carries the line you want.
Highbury & Islington
910GHGHI
Highbury & Islington
940GZZLUHAI
Checking for a TfL API key…
{
"id": "910GHGHI",
"name": "Highbury & Islington",
"kind": "stopPoint",
"modes": [
"overground",
"tube"
],
"lineIds": [
"mildmay",
"victoria",
"windrush"
],
"hubId": "HUBHHY",
"hubMembers": [
{
"id": "910GHGHI",
"name": "Highbury & Islington",
"lineIds": [
"mildmay",
"windrush"
]
},
{
"id": "940GZZLUHAI",
"name": "Highbury & Islington",
"lineIds": [
"victoria"
]
}
],
"arrivalsStopIds": [
"910GHGHI",
"940GZZLUHAI"
],
"aliasIds": [
"940GZZLUHAI",
"HUBHHY"
],
"lat": 51.546269,
"lon": -0.103538
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GHGHI")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GHGHI","940GZZLUHAI"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GHGHI")