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