Log statistics
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/logs/stats
Requires scopelogs: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: 30 |
Responses
200Stats.
json
{ "stats": { "total": 9214, "byType": { "login": 7401, "register": 512, "license_redeem": 1301 }, "byDay": [ { "date": "2026-08-08", "count": 331 }, { "date": "2026-08-09", "count": 298 } ] } }
More in Logs
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs