Java Edition
Resolve Username
Resolve a UUID or username into the current Java username.
GET
https://util.axolite.app/v1/player/:identifier/usernameParameters
| Name | Location | Required | Description |
|---|---|---|---|
identifier | path | Yes | Java username or UUID. Example: 069a79f4-44e9-4726-a5be-fca90e38aaf5 |
Request examples
curl "https://util.axolite.app/v1/player/069a79f4-44e9-4726-a5be-fca90e38aaf5/username"Sample response
{
"uuid": "069a79f4-44e9-4726-a5be-fca90e38aaf5",
"username": "Notch"
}Notes
- Useful when you already store UUIDs and need the latest name.
- Accepts both names and UUIDs.