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