Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZDLDEV
Name
Devons Road
Modes
dlr
Coordinates
51.52221, -0.01727
Checking for a TfL API key…
{
"id": "940GZZDLDEV",
"name": "Devons Road",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLDEV"
],
"aliasIds": [],
"lat": 51.5222078,
"lon": -0.0172729
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLDEV")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLDEV"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLDEV")