Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUCWL
Name
Chigwell
Modes
tube
Coordinates
51.61764, 0.07572
Checking for a TfL API key…
{
"id": "940GZZLUCWL",
"name": "Chigwell",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central"
],
"arrivalsStopIds": [
"940GZZLUCWL"
],
"aliasIds": [],
"lat": 51.6176444,
"lon": 0.0757204
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUCWL")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUCWL"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUCWL")