Player Skin Parts
Get a specific part of a player's skin.
The player skin parts endpoint allows you to get a specific part of a player's skin.
GET /player/:part/:query
Part | Description |
---|
head | Get the player's isometric head |
face | Get the player's face |
body | Get the player's body |
Parameter | Description | Required |
---|
part | The part of the skin you want to get. | Yes |
query | The username or uuid of the player you want to look up. | Yes |
Status Code | Description |
---|
400 | The username is invalid. |
404 | The player was not found. |
429 | The Mojang API rate limit has been exhausted. |