Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUWSM
Name
Westminster
Modes
tube
Coordinates
51.50136, -0.12493
Checking for a TfL API key…
{
"id": "940GZZLUWSM",
"name": "Westminster",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"district",
"jubilee"
],
"arrivalsStopIds": [
"940GZZLUWSM"
],
"aliasIds": [
"HUBWSM"
],
"lat": 51.5013562,
"lon": -0.1249302
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUWSM")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUWSM"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUWSM")