Bedrock

Resolve XUID

Resolve a Bedrock gamertag into an XUID or normalize an existing XUID.

GEThttps://util.axolite.app/v1/bedrock/player/:identifier/xuid
FormatJSON
GroupBedrock
DemoAvailable

Parameters

NameLocationRequiredDescription
identifierpathYesBedrock gamertag or XUID. Example: Notch

Request examples

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

Sample response

{
  "xuid": "2535463334762930",
  "gamertag": "Notch"
}

Notes

  • Useful for Bedrock cache normalization and platform linking.