<img src="https://minecraft-api.com/api/skins/{pseudo}/{type}/{vr.hr}/{hrh}/{vrll.vrrl}/{vrla.vrra}/{ratio}" alt="Skin généré par Minecraft-api.com" />
<?php
$json = file_get_content('https://minecraft-api.com/api/skins/{pseudo}/{type}/{vr.hr}/{hrh}/{vrll.vrrl}/{vrla.vrra}/{ratio}/json');
echo $json;
?>
Image (base64):
JSON:
{"skin": "base64..."}
<img src="https://minecraft-api.com/api/skins/{pseudo}/{type}/{vr.hr}/{hrh}/{ratio}" alt="Tête généré par Minecraft-api.com" />
<?php
$json = file_get_content('https://minecraft-api.com/api/skins/{pseudo}/{type}/{vr.hr}/{hrh}/{ratio}/json');
echo $json;
?>
Image (base64):
JSON:
{"head": "base64..."}