Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GWDGRNPK
Name
Woodgrange Park
Modes
overground
Coordinates
51.54917, 0.04473
Checking for a TfL API key…
{
"id": "910GWDGRNPK",
"name": "Woodgrange Park",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"suffragette"
],
"arrivalsStopIds": [
"910GWDGRNPK"
],
"aliasIds": [],
"lat": 51.549168,
"lon": 0.0447283
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GWDGRNPK")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GWDGRNPK"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GWDGRNPK")