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