Interactive Demo
Run the API without leaving the docs.
Switch between public endpoints, try real player queries, and inspect the exact request and response shape before you integrate it.
GET
/v1/bedrock/player/:identifier/xuidResolve XUID
Resolve a Bedrock gamertag into an XUID or normalize an existing XUID.
Request builderReady
Request
GET https://util.axolite.app/v1/bedrock/player/Notch/xuidResponse
{
"status": "ready"
}Code example
curl "https://util.axolite.app/v1/bedrock/player/Notch/xuid"