Bedrock

Bedrock Player Profile

Resolve a Bedrock gamertag or XUID into current Bedrock skin metadata.

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

Parameters

NameLocationRequiredDescription
identifierpathYesBedrock gamertag or XUID. Example: Notch

Request examples

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

Sample response

{
  "xuid": "2535463334762930",
  "gamertag": "Notch",
  "skin_url": "https://textures.minecraft.net/texture/...",
  "texture_id": "abc123",
  "is_steve": false
}

Notes

  • Uses the Geyser API for Xbox/XUID resolution.
  • Returns texture metadata for Bedrock rendering.