Interactive Demo
Run the API without leaving the docs.
Switch between public endpoints, try real player queries, and inspect the exact request and response shape before you integrate it.
GET
/v1/statsGlobal Statistics
Comprehensive lifetime statistics including total requests, renders served, unique players, and cache performance.
Request builderReady
Request
GET https://util.axolite.app/v1/statsResponse
{
"status": "ready"
}Code example
curl "https://util.axolite.app/v1/stats"