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