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