Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
Station hub
ID
940GZZLUSVS
Name
Seven Sisters
Hub
HUBSVS
Modes
overground, tube
Coordinates
51.58293, -0.07331
StopPoints in this hub. Poll each id that carries the line you want.
Seven Sisters
910GSEVNSIS
Seven Sisters
940GZZLUSVS
Checking for a TfL API key…
{
"id": "940GZZLUSVS",
"name": "Seven Sisters",
"kind": "stopPoint",
"modes": [
"overground",
"tube"
],
"lineIds": [
"victoria",
"weaver"
],
"hubId": "HUBSVS",
"hubMembers": [
{
"id": "910GSEVNSIS",
"name": "Seven Sisters",
"lineIds": [
"weaver"
]
},
{
"id": "940GZZLUSVS",
"name": "Seven Sisters",
"lineIds": [
"victoria"
]
}
],
"arrivalsStopIds": [
"940GZZLUSVS",
"910GSEVNSIS"
],
"aliasIds": [
"910GSEVNSIS",
"HUBSVS"
],
"lat": 51.582931,
"lon": -0.073306
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUSVS")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUSVS","910GSEVNSIS"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUSVS")