Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUVIC
Name
Victoria
Modes
tube
Coordinates
51.49637, -0.14315
Checking for a TfL API key…
{
"id": "940GZZLUVIC",
"name": "Victoria",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"district",
"victoria"
],
"arrivalsStopIds": [
"940GZZLUVIC"
],
"aliasIds": [
"HUBVIC"
],
"lat": 51.4963688,
"lon": -0.1431522
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUVIC")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUVIC"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUVIC")