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