Skip to main content

Get the most recently converted skin of a Bedrock player

GET 

/v2/skin/:xuid

Get the most recently converted skin of a Bedrock player

Request

Path Parameters

    xuid stringrequired

    Bedrock xuid

    Example: 2535432196048835

Responses

Converted skin or an empty object if there is no skin stored for that player

Schema

    hash stringrequired

    The hash of the skin bytes

    is_steve booleanrequired

    If the skin is a Steve or an Alex

    signature string

    The signature of the skin data used by Minecraft

    texture_id stringrequired

    The texture id used by Minecraft

    value stringrequired

    The value of the skin data used by Minecraft

Loading...