Getting the Minecraft cape of a player:
Use:
GET https://skinmc.net/api/v1/cape/<uuid>
Parameters:
Parameter | Type | Value | Note |
uuid | UUID | player uuid | Takes a player's UUID to get his cape |
Example:
GET https://skinmc.net/api/v1/cape/ed091386-35d0-460a-81e8-fb61140f6730
Getting the optifine cape of a player:
Use:
GET https://skinmc.net/api/v1/optifineCape/<username>
Parameters:
Parameter | Type | Value | Note |
username | string | user name | Uses the players name to get the OF cape |
Example:
GET https://skinmc.net/api/v1/optifineCape/thejocraft
Getting the SkinMC.net cape of a player:
Use:
GET https://skinmc.net/api/v1/skinmcCape/<uuid>
Parameters:
Parameter | Type | Value | Note |
uuid | UUID | player uuid | Takes a player's UUID to get his SkinMC cape |
Example:
GET https://skinmc.net/api/v1/skinmcCape/56292e1a-f812-48e3-bc42-2ac79b0d1490
Getting the SkinMC.net cape of a player as a download:
Use:
GET https://skinmc.net/api/v1/skinmcCape/<uuid>/download
Parameters:
Parameter | Type | Value | Note |
uuid | UUID | player uuid | Takes a player's UUID to get his SkinMC cape |
Example:
GET https://skinmc.net/api/v1/skinmcCape/a9911383-3dd0-4369-a8c5-df7e0e0f931b/download
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