Getting a 2D rendered skin

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

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

Use:

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


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/full








Getting a rendering of a players skin from all 4 sides:

Use:

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

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)
sizeintsizeAt the moment the size doesn't change anything, the size is fixed to 1200x696px


Example:

GET https://skinmc.net/api/v1/renders/skins/95932dc7-1a76-48f1-af66-83a9493fbddb/preview/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 at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article