Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GLYTNSHR
Name
Leytonstone High Road
Modes
overground
Coordinates
51.56368, 0.00820
Checking for a TfL API key…
{
"id": "910GLYTNSHR",
"name": "Leytonstone High Road",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"suffragette"
],
"arrivalsStopIds": [
"910GLYTNSHR"
],
"aliasIds": [],
"lat": 51.5636822,
"lon": 0.0082011
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GLYTNSHR")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GLYTNSHR"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GLYTNSHR")