Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUCYD
Name
Chorleywood
Modes
tube
Coordinates
51.65425, -0.51831
Checking for a TfL API key…
{
"id": "940GZZLUCYD",
"name": "Chorleywood",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"metropolitan"
],
"arrivalsStopIds": [
"940GZZLUCYD"
],
"aliasIds": [
"HUBCLW"
],
"lat": 51.654249,
"lon": -0.518312
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUCYD")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUCYD"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUCYD")