Java Edition

Resolve Username

Resolve a UUID or username into the current Java username.

GEThttps://util.axolite.app/v1/player/:identifier/username
FormatJSON
GroupJava Edition
DemoAvailable

Parameters

NameLocationRequiredDescription
identifierpathYesJava 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.