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