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