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