Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GACTNCTL
Name
Acton Central
Modes
overground
Coordinates
51.50872, -0.26281
Checking for a TfL API key…
{
"id": "910GACTNCTL",
"name": "Acton Central",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"mildmay"
],
"arrivalsStopIds": [
"910GACTNCTL"
],
"aliasIds": [],
"lat": 51.5087164,
"lon": -0.2628073
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GACTNCTL")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GACTNCTL"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GACTNCTL")