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