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