Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLURVY
Name
Roding Valley
Modes
tube
Coordinates
51.61708, 0.04376
Checking for a TfL API key…
{
"id": "940GZZLURVY",
"name": "Roding Valley",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central"
],
"arrivalsStopIds": [
"940GZZLURVY"
],
"aliasIds": [],
"lat": 51.6170812,
"lon": 0.0437553
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLURVY")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLURVY"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLURVY")