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

    id uuidrequired

    The Floodgate UUID of the Bedrock player

    name stringrequired

    The Floodgate username

Loading...