Getting a 2D player head

Created by Little Programmer, Modified on Fri, 04 Aug 2023 at 04:29 AM by Rux from SkinMC

Getting a 2D player head of any skin on SkinMC.net:

Use:

GET https://skinmc.net/api/v1/renders/skins/<skinUUID>/head


Parameters:

ParameterTypeValueNote
skinUUIDUUIDskin uuidTakes 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:

ParameterTypeValueNote
skinUUIDUUIDskin uuidTakes 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)
toolstringtoolLook at the Table below for available tools.


ToolDescription / example
gryscaleSets the head to only grey colors
invertInverts the color on the head
hueShiftShifts 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/)
rotateHeadLeftShows the left side of the head
rotateHeadRightShows 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:

ParameterTypeValueNote
playerNamestring
player nameTakes a player's name to display his face.
sizeintsizeDefines 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

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article