Bedrock
Bedrock Player Profile
Resolve a Bedrock gamertag or XUID into current Bedrock skin metadata.
GET
https://util.axolite.app/v1/bedrock/player/:identifierParameters
| Name | Location | Required | Description |
|---|---|---|---|
identifier | path | Yes | Bedrock 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.