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/player/:identifier/usernameResolve Username
Resolve a UUID or username into the current Java username.
Request builderReady
Request
GET https://util.axolite.app/v1/player/069a79f4-44e9-4726-a5be-fca90e38aaf5/usernameResponse
{
"status": "ready"
}Code example
curl "https://util.axolite.app/v1/player/069a79f4-44e9-4726-a5be-fca90e38aaf5/username"