Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
Station hub
ID
940GZZLUBND
Name
Bond Street
Hub
HUBBDS
Modes
elizabeth-line, tube
Coordinates
51.51398, -0.14942
StopPoints in this hub. Poll each id that carries the line you want.
Bond Street
910GBONDST
Bond Street
940GZZLUBND
Checking for a TfL API key…
940GZZLUBND940GZZLUBND910GBONDST{
"id": "940GZZLUBND",
"name": "Bond Street",
"kind": "stopPoint",
"modes": [
"elizabeth-line",
"tube"
],
"lineIds": [
"central",
"elizabeth",
"jubilee"
],
"hubId": "HUBBDS",
"hubMembers": [
{
"id": "910GBONDST",
"name": "Bond Street",
"lineIds": [
"elizabeth"
]
},
{
"id": "940GZZLUBND",
"name": "Bond Street",
"lineIds": [
"central",
"jubilee"
]
}
],
"arrivalsStopIds": [
"940GZZLUBND",
"910GBONDST"
],
"aliasIds": [
"910GBONDST",
"HUBBDS"
],
"lat": 51.5139808,
"lon": -0.1494231
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUBND")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUBND","910GBONDST"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUBND")