User growth over time
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/stats/users
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
200Growth buckets.
json
{ "users": [ { "date": "2026-08-08", "newUsers": 9, "total": 403 }, { "date": "2026-08-09", "newUsers": 9, "total": 412 } ] }
More in Statistics
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs