Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUCAL
Name
Chalfont & Latimer
Modes
tube
Coordinates
51.66811, -0.56052
Checking for a TfL API key…
{
"id": "940GZZLUCAL",
"name": "Chalfont & Latimer",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"metropolitan"
],
"arrivalsStopIds": [
"940GZZLUCAL"
],
"aliasIds": [
"HUBCFO"
],
"lat": 51.668109,
"lon": -0.560519
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUCAL")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUCAL"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUCAL")