API endpoints
Rendering - Query Parameters
For all the endpoints that render a Minecraft skin, the following parameters are available for use:
Parameter Name | Description |
---|---|
alex |
When present, the Alex model is used for rendering. |
steve |
When present, the Steve model is used for rendering. This parameter has higher priority than the alex query parameter.
|
noshading |
When present, no shading will be added to the rendered image. |
nolayers |
When present, the secondary layers of the skins will not be added to the rendered image. |
GET /fullbody/{uuid|texture hash}
- Render a player's full body
Render a player's Minecraft body into a PNG image.
You can specify either a valid Minecraft account UUID, name, or a texture hash.
Examples:
GET /bust/{uuid|texture hash}
- Render a player's upper-body (bust)
Render a player's Minecraft upper-body into a PNG image.
You can specify either a valid Minecraft account UUID, name, or a texture hash.
Examples:
GET /frontfull/{uuid|texture hash}
- Render a player's full body in 2D
Render a full image of a Minecraft player's body in 2D into a PNG image.
You can specify either a valid Minecraft account UUID, name, or a texture hash.
Examples:
GET /fullbodyiso/{uuid|texture hash}
- Render a player's full body in true isometric projection
Render a player's Minecraft body into a PNG image.
You can specify either a valid Minecraft account UUID, name, or a texture hash.
Examples:
GET /head/{uuid|texture hash}
- Render a player's head
Render a player's Minecraft head into a PNG image.
You can specify either a valid Minecraft account UUID, name, or a texture hash.
Examples:
GET /face/{uuid|texture hash}
- Render a player's face
Render a player's Minecraft face into a PNG image.
You can specify either a valid Minecraft account UUID, name, or a texture hash.
Examples:
GET /headiso/{uuid|texture hash}
- Render a player's head in isometric projection
Render a player's Minecraft head into a PNG image.
You can specify either a valid Minecraft account UUID, name, or a texture hash.
Examples:
GET /skin/{uuid|texture hash}
- Fetch a player's skin
Get the player's Minecraft skin returned as a PNG image.
You can specify either a valid Minecraft account UUID, name, or a texture hash.
You can also specify the ?process
query parameter to pre-process
the skin.
Examples: