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