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