Trending skins
The skins most players switched to in the last 24 hours, with how many wear each one right now.
- Players wearing this skin: 199
- Players wearing this skin: 65
- Players wearing this skin: 19
- Players wearing this skin: 13
- Players wearing this skin: 11
- Players wearing this skin: 10
- Players wearing this skin: 6
- Players wearing this skin: 6
- Players wearing this skin: 6
- Players wearing this skin: 6
- Players wearing this skin: 5
- Players wearing this skin: 5
Any skin, as a PNG link
Face, head, bust and full body of any player, rendered in 3D and served as plain images. Swap in a UUID or username and drop the link into your site, bot or README.
Face
Flat 2D face with the hat layer applied.
mccatalog.com/face/<uuid>Head
3D head in perspective, the classic avatar look.
mccatalog.com/head/<uuid>Bust
3D head, torso and arms, lightly angled.
mccatalog.com/bust/<uuid>Body, front
3D full body, front, lightly angled.
mccatalog.com/body/front/<uuid>Body, back
3D full body from behind, capes not included.
mccatalog.com/body/back/<uuid>Body, left side
3D full body from the player's left side.
mccatalog.com/body/left/<uuid>Body, right side
3D full body from the player's right side.
mccatalog.com/body/right/<uuid>Raw texture
The 64×64 skin file, ready for a 3D viewer or download.
mccatalog.com/raw/<uuid>
All previews are rendered from the same skin texture. Every link also accepts a username instead of a UUID, and ?size= sets the width.
Every skin and cape is also a link
No keys, no sign-up. Plain PNG endpoints for face, head, bust, body and cape, plus a JSON lookup that returns everything about a player.
Read the API docs<img src="https://mccatalog.com/texture/6c38aba62a532aa0333dc8336274c13cd84d718aea5141cf704aef3ac5d6a48f/head?size=128" width="128" height="128" alt="Minecraft skin head" />Renders are plain PNGs, so they work in Markdown, Discord embeds and any HTML. Swap /head/ for /cape/ to embed the cape.
GET /lookup/Notch
{
"id": "069a79f4-44e9-4726-a5be-fca90e38aaf5",
"name": "Notch",
"model": "slim",
"skinUrl": "https://textures.minecraft.net/texture/…",
"capes": {
"optifine": null,
"mojang": "https://textures.minecraft.net/texture/…"
},
"renders": {
"face": "/face/069a79f4-44e9-4726-a5be-fca90e38aaf5",
"cape": "/cape/069a79f4-44e9-4726-a5be-fca90e38aaf5",
…
}
}