Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUDGE
Name
Dagenham East
Modes
tube
Coordinates
51.54402, 0.16495
Checking for a TfL API key…
{
"id": "940GZZLUDGE",
"name": "Dagenham East",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"district"
],
"arrivalsStopIds": [
"940GZZLUDGE"
],
"aliasIds": [],
"lat": 51.544018,
"lon": 0.1649496
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUDGE")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUDGE"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUDGE")