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/metricsPublic Metrics
Read the public platform metrics used by the homepage and dashboard surfaces.
Request builderReady
Request
GET https://util.axolite.app/v1/metricsResponse
{
"status": "ready"
}Code example
curl "https://util.axolite.app/v1/metrics"