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