Java Edition

Player History

Returns historical name data when available plus a note about Mojang history limitations.

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

Parameters

NameLocationRequiredDescription
identifierpathYesJava username or UUID. Example: Notch

Request examples

curl "https://util.axolite.app/v1/player/Notch/history"

Sample response

{
  "uuid": "069a79f4-44e9-4726-a5be-fca90e38aaf5",
  "history": [],
  "note": "Mojang removed the name history API in 2022. Only current name is available."
}

Notes

  • Mojang removed the public history API in 2022.
  • The endpoint still returns normalized structure and guidance.