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