Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GDENMRKH
Name
Denmark Hill
Modes
overground
Coordinates
51.46820, -0.08936
Checking for a TfL API key…
{
"id": "910GDENMRKH",
"name": "Denmark Hill",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"windrush"
],
"arrivalsStopIds": [
"910GDENMRKH"
],
"aliasIds": [],
"lat": 51.468203,
"lon": -0.089361
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GDENMRKH")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GDENMRKH"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GDENMRKH")