Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GWHHRTLA
Name
White Hart Lane
Modes
overground
Coordinates
51.60453, -0.07092
Checking for a TfL API key…
{
"id": "910GWHHRTLA",
"name": "White Hart Lane",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"weaver"
],
"arrivalsStopIds": [
"910GWHHRTLA"
],
"aliasIds": [],
"lat": 51.6045335,
"lon": -0.0709154
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GWHHRTLA")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GWHHRTLA"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GWHHRTLA")