Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GKLBRNHR
Name
Kilburn High Road
Modes
overground
Coordinates
51.53775, -0.19135
Checking for a TfL API key…
{
"id": "910GKLBRNHR",
"name": "Kilburn High Road",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"lioness"
],
"arrivalsStopIds": [
"910GKLBRNHR"
],
"aliasIds": [],
"lat": 51.5377475,
"lon": -0.1913533
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GKLBRNHR")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GKLBRNHR"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GKLBRNHR")