Player Skin Parts

    Get a specific part of a player's skin.

    Overview

    The player skin parts endpoint allows you to get a specific part of a player's skin.

    Endpoint

    GET /player/:part/:query
    

    Parts

    PartDescription
    headGet the player's isometric head
    faceGet the player's face
    bodyGet the player's body

    Parameters

    ParameterDescriptionRequired
    partThe part of the skin you want to get.Yes
    queryThe username or uuid of the player you want to look up.Yes

    Example

    Bash
    curl -X GET "https://api.mcutils.xyz/player/head/imfascinated" -H "accept: image/png"
    

    Response

    Skin Part

    Errors

    Status CodeDescription
    400The username is invalid.
    404The player was not found.
    429The Mojang API rate limit has been exhausted.