Bedrock
Resolve XUID
Resolve a Bedrock gamertag into an XUID or normalize an existing XUID.
GET
https://util.axolite.app/v1/bedrock/player/:identifier/xuidParameters
| Name | Location | Required | Description |
|---|---|---|---|
identifier | path | Yes | Bedrock 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.