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