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