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