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