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