Player head (default 128px)
https://skins.olivr.cc/head/Notch
Complete reference for the MC Heads API endpoints.
{player}
Username, UUID, or XUID. For Bedrock players, prefix with a dot (e.g., .PlayerName)
{size}
Image size in pixels (16โ512, default 128)
{direction}
left or right (avatar, 3D head, and iOS routes)
Player head (default 128px)
https://skins.olivr.cc/head/Notch
Player head with custom size
https://skins.olivr.cc/head/Notch/64
Player head with hat overlay
https://skins.olivr.cc/head/Notch/64/hat
Bust render โ head, torso, and arms
https://skins.olivr.cc/bust/Notch
Bust render with custom size. Add /hat for overlays.
https://skins.olivr.cc/bust/Notch/128/hat
Isometric 3D head (left or right)
https://skins.olivr.cc/head3d/Notch/right
Isometric 3D head with custom size
https://skins.olivr.cc/head3d/Notch/left/128
Player avatar (left or right)
https://skins.olivr.cc/avatar/jeb_/left
Player avatar with custom size
https://skins.olivr.cc/avatar/jeb_/right/128
Full player body
https://skins.olivr.cc/player/Dinnerbone
Full player body with custom size. Add /hat for overlays.
https://skins.olivr.cc/player/Dinnerbone/256
Raw skin texture
https://skins.olivr.cc/skin/Notch
iOS-optimized head (left/right)
https://skins.olivr.cc/ioshead/Notch/left/512
iOS-optimized body (left/right)
https://skins.olivr.cc/iosbody/Notch/right/512
API health status
https://skins.olivr.cc/health
Java edition statistics
https://skins.olivr.cc/allstats
Bedrock edition statistics
https://skins.olivr.cc/allstatsbedrock
MHF head list
https://skins.olivr.cc/minecraft/mhf
Download skin file
https://skins.olivr.cc/download/Notch
<img src="https://skins.olivr.cc/head/Notch/64" alt="Notch" />
fetch('https://skins.olivr.cc/avatar/Notch/left/128')
.then(res => res.blob())
.then(blob => {
// Use the image blob
});
https://skins.olivr.cc/head/.BedrockPlayer/128