Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GIVER
Name
Iver
Modes
elizabeth-line
Coordinates
51.50850, -0.50673
Checking for a TfL API key…
{
"id": "910GIVER",
"name": "Iver",
"kind": "stopPoint",
"modes": [
"elizabeth-line"
],
"lineIds": [
"elizabeth"
],
"arrivalsStopIds": [
"910GIVER"
],
"aliasIds": [],
"lat": 51.508503,
"lon": -0.506726
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GIVER")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GIVER"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GIVER")