Guide

Bedrock XUID vs Java lookup

Most large lookup sites are Java-first. Bedrock uses Xbox gamertags and XUIDs; there is no Mojang username history API for Bedrock like there is for Java. MCProfiles resolves the Javaprofile first (skin, cape, model), then calls Geyser's global API to attach an XUID when the gamertag matches — the same bridge many cross-play servers rely on.

Use Bedrock focus on the home search to highlight that flow, or add ?edition=bedrock to a profile URL. For API consumers, type=bedrock on /api/player/… mirrors that intent in JSON metadata.

Try search · API docs