Plume API
Minecraft

/minecraft/body

Get the body image of a player

GET
/minecraft/body

Query Parameters

name*string

The player name

Length1 <= length <= 100

Response Body

image/png

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/minecraft/body?name=string"
"string"
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}