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