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