Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUSWC
Name
Swiss Cottage
Modes
tube
Coordinates
51.54372, -0.17498
Checking for a TfL API key…
{
"id": "940GZZLUSWC",
"name": "Swiss Cottage",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"jubilee"
],
"arrivalsStopIds": [
"940GZZLUSWC"
],
"aliasIds": [],
"lat": 51.543722,
"lon": -0.174982
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUSWC")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUSWC"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUSWC")