Minecraft
/minecraft/skin
Get the skin textures of a player
Query Parameters
name*string
The player name
Length
1 <= length <= 100Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/minecraft/skin?name=string"{
"id": "string",
"name": "string",
"skin_url": "string",
"cape_url": "string",
"avatar_url": "string",
"body_url": "string"
}{
"message": "string"
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}