Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUVXL
Name
Vauxhall
Modes
tube
Coordinates
51.48601, -0.12486
Checking for a TfL API key…
{
"id": "940GZZLUVXL",
"name": "Vauxhall",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"victoria"
],
"arrivalsStopIds": [
"940GZZLUVXL"
],
"aliasIds": [
"HUBVXH"
],
"lat": 51.4860091,
"lon": -0.1248604
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUVXL")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUVXL"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUVXL")