Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUBKH
Name
Buckhurst Hill
Modes
tube
Coordinates
51.62594, 0.04682
Checking for a TfL API key…
{
"id": "940GZZLUBKH",
"name": "Buckhurst Hill",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central"
],
"arrivalsStopIds": [
"940GZZLUBKH"
],
"aliasIds": [],
"lat": 51.6259439,
"lon": 0.0468161
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUBKH")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUBKH"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUBKH")