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