Login activity by day
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/stats/logins
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: 30 · Range: 1–90 |
Responses
200Login buckets.
json
{ "logins": [ { "date": "2026-08-08", "success": 318, "failed": 13 }, { "date": "2026-08-09", "success": 287, "failed": 11 } ] }
More in Statistics
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs