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