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