Plume API
Minecraft

/minecraft/avatar

Get the avatar image of a player

GET
/minecraft/avatar

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/avatar?name=string"
"string"
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}