Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GBUSHYDC
Name
Bushey
Modes
overground
Coordinates
51.64558, -0.38475
Checking for a TfL API key…
{
"id": "910GBUSHYDC",
"name": "Bushey",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"lioness"
],
"arrivalsStopIds": [
"910GBUSHYDC"
],
"aliasIds": [
"HUBBSH"
],
"lat": 51.645582,
"lon": -0.384752
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GBUSHYDC")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GBUSHYDC"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GBUSHYDC")