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