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