Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUWLO
Name
Waterloo
Modes
tube
Coordinates
51.50300, -0.11398
Checking for a TfL API key…
{
"id": "940GZZLUWLO",
"name": "Waterloo",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"bakerloo",
"jubilee",
"northern",
"waterloo-city"
],
"arrivalsStopIds": [
"940GZZLUWLO"
],
"aliasIds": [
"HUBWAT"
],
"lat": 51.5030015,
"lon": -0.1139812
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUWLO")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUWLO"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUWLO")