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