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