A PHP Library for requests to the Mojang API or the Mojang Skinservers.
Official Minecraft Wiki about the Mojang API:
https://minecraft.fandom.com/de/wiki/Mojang_API
Installation
https://packagist.org/packages/lordrazen/mojang-api
How to use this class to convert UUIDs
Get UUID from Playername:
Result: 8d0a41175a764b72a7dc67b555119fef
Get Value from UUID:
Result: ewogICJ0aW1lc3RhbXAiIDogMT...
Get All Names from UUID:
Result: ["LordRazen"]
Check if Skinfile Exists: http://textures.minecraft.net/texture/d5c6dc2bbf51c36cfc7714585a6a5683ef2b14d47d8ff714654a893f5da622
Result: bool
Get Skinfile from Mojang Skin Servers:
Result: GdImage
www.minecraft-heads.com

Official Minecraft Wiki about the Mojang API:
https://minecraft.fandom.com/de/wiki/Mojang_API
Installation
Code (Text):
composer require lordrazen/mojang-api
How to use this class to convert UUIDs
Get UUID from Playername:
Code (Text):
MojangAPI::getUuidFromName('LordRazen);
Get Value from UUID:
Code (Text):
MojangAPI::getValueFromUUID('8d0a41175a764b72a7dc67b555119fef');
Get All Names from UUID:
Code (Text):
MojangAPI::getAllNamesFromUUID('8d0a41175a764b72a7dc67b555119fef);
Check if Skinfile Exists: http://textures.minecraft.net/texture/d5c6dc2bbf51c36cfc7714585a6a5683ef2b14d47d8ff714654a893f5da622
Code (Text):
MojangAPI::validateSkinFileExists('d5c6dc2bbf51c36cfc7714585a6a5683ef2b14d47d8ff714654a893f5da622');
Get Skinfile from Mojang Skin Servers:
Code (Text):
MojangAPI::getSkinFile('d5c6dc2bbf51c36cfc7714585a6a5683ef2b14d47d8ff714654a893f5da622');
www.minecraft-heads.com
Quick facts
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Mojang API is a free Minecraft Java mod. Downloaded 293 times (via Spigot). Download it and open it directly in the game.