Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
Station hub
ID
910GBLCHSRD
Name
Blackhorse Road
Hub
HUBBHO
Modes
overground, tube
Coordinates
51.58677, -0.04118
StopPoints in this hub. Poll each id that carries the line you want.
Blackhorse Road
910GBLCHSRD
Blackhorse Road
940GZZLUBLR
Checking for a TfL API key…
940GZZLUBLR910GBLCHSRD{
"id": "910GBLCHSRD",
"name": "Blackhorse Road",
"kind": "stopPoint",
"modes": [
"overground",
"tube"
],
"lineIds": [
"suffragette",
"victoria"
],
"hubId": "HUBBHO",
"hubMembers": [
{
"id": "910GBLCHSRD",
"name": "Blackhorse Road",
"lineIds": [
"suffragette"
]
},
{
"id": "940GZZLUBLR",
"name": "Blackhorse Road",
"lineIds": [
"victoria"
]
}
],
"arrivalsStopIds": [
"910GBLCHSRD",
"940GZZLUBLR"
],
"aliasIds": [
"940GZZLUBLR",
"HUBBHO"
],
"lat": 51.586768,
"lon": -0.041185
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GBLCHSRD")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GBLCHSRD","940GZZLUBLR"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GBLCHSRD")