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