Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GWATFJDC
Name
Watford Junction
Modes
overground
Coordinates
51.66391, -0.39593
Checking for a TfL API key…
{
"id": "910GWATFJDC",
"name": "Watford Junction",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"lioness"
],
"arrivalsStopIds": [
"910GWATFJDC"
],
"aliasIds": [
"HUBWFJ"
],
"lat": 51.663908,
"lon": -0.395928
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GWATFJDC")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GWATFJDC"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GWATFJDC")