Plume API
Minecraft

/minecraft/skin

Get the skin textures of a player

GET
/minecraft/skin

Query Parameters

name*string

The player name

Length1 <= length <= 100

Response 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"
}