Session trends
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/stats/sessions
Requires scopestats:read
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Query parameters
| days integer | Window length in days, counting back from today. Default: 7 · Range: 1–30 |
Responses
200Session buckets.
json
{ "sessions": { "active": 37, "peak": 84, "byDay": [ { "date": "2026-08-08", "sessions": 71 }, { "date": "2026-08-09", "sessions": 84 } ] } }
More in Statistics
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs