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