Skip to main content

Utility endpoint to get either a Java UUID or a Bedrock xuid

GET 

/v2/utils/uuid/bedrock_or_java/:username

Utility endpoint to get either a Java UUID or a Bedrock xuid

Request

Path Parameters

    username stringrequired

    The username of the Minecraft player

    Examples:

    Example: .Tim203

Query Parameters

    prefix stringrequired

    The prefix used in your Floodgate config

    Example: .

Responses

The Bedrock xuid in Floodgate UUID format and username. Response made to be identical to the Mojang endpoint

Schema

    iduuidrequired

    The Floodgate UUID of the Bedrock player

    Example: 0000000000000000000901f64f65c7c3
    namestringrequired

    The Floodgate username

    Example: .Tim203