Getting a 2D player head of any skin on SkinMC.net:
Use:
GET https://skinmc.net/api/v1/renders/skins/<skinUUID>/head
Parameters:
Parameter | Type | Value | Note |
skinUUID | UUID | skin uuid | Takes a skin uuid. Get the skin uuid from the link of the skin page (ex: https://skinmc.net/en/skins/95932dc7-1a76-48f1-af66-83a9493fbddb -> skinUUID = 95932dc7-1a76-48f1-af66-83a9493fbddb) |
Example:
GET https://skinmc.net/api/v1/renders/skins/95932dc7-1a76-48f1-af66-83a9493fbddb/head
Getting a 2D player head with effects:
Use:
GET https://skinmc.net/api/v1/renders/skins/<skinUUID>/tools/<tool>/head
Parameters:
Parameter | Type | Value | Note |
skinUUID | UUID | skin uuid | Takes a skin uuid. Get the skin uuid from the link of the skin page (ex: https://skinmc.net/en/skins/95932dc7-1a76-48f1-af66-83a9493fbddb -> skinUUID = 95932dc7-1a76-48f1-af66-83a9493fbddb) |
tool | string | tool | Look at the Table below for available tools. |
Tool | Description / example |
gryscale | Sets the head to only grey colors |
invert | Inverts the color on the head |
hueShift | Shifts the hue around a lot xD (For more reference on hue shift read here https://www.blue-canary.net/miniature-painting/painting-tips-and-guides/hue-shifting/) |
rotateHeadLeft | Shows the left side of the head |
rotateHeadRight | Shows the right side of the head |
Getting the face from the current skin of a player:
Use:
GET https://skinmc.net/api/v1/face/username/<playerName>/<size>
Parameters:
Parameter | Type | Value | Note |
playerName | string | player name | Takes a player's name to display his face. |
size | int | size | Defines the size of the face in pixels |
Example:
GET https://skinmc.net/api/v1/face/username/Rux/50
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article