Extended overview
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/stats/overview
Requires scopestats:read
Users, licenses, sessions and 30-day auth trends.
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Responses
200Overview.
json
{ "stats": { "totalUsers": 412, "totalLicenses": 1580, "activeSessions": 37, "totalBlacklist": 12, "authEvents": 9214, "authByType": { "login": 7401, "register": 512, "license_redeem": 1301 }, "authByDay": [ { "date": "2026-08-08", "count": 331 }, { "date": "2026-08-09", "count": 298 } ] } }
More in Statistics
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs