Complete reference for the MC Heads API.
{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 (iOS routes only)/head/{player}Player head (default 128px)
https://api.mcheads.org/head/Notch/head/{player}/{size}Player head with custom size
https://api.mcheads.org/head/Notch/64/avatar/{player}/{direction}Player avatar (left or right)
https://api.mcheads.org/avatar/jeb_/left/avatar/{player}/{direction}/{size}Player avatar with custom size
https://api.mcheads.org/avatar/jeb_/right/128/player/{player}Full player body
https://api.mcheads.org/player/Dinnerbone/player/{player}/{size}Full player body with custom size
https://api.mcheads.org/player/Dinnerbone/256/skin/{player}Raw skin texture
https://api.mcheads.org/skin/Notch/ioshead/{player}/{direction}/{size}iOS-optimized head (left/right)
https://api.mcheads.org/ioshead/Notch/left/512/iosbody/{player}/{direction}/{size}iOS-optimized body (left/right)
https://api.mcheads.org/iosbody/Notch/right/512/healthAPI health status
https://api.mcheads.org/health/allstatsJava edition statistics
https://api.mcheads.org/allstats/allstatsbedrockBedrock edition statistics
https://api.mcheads.org/allstatsbedrock/minecraft/mhfMHF head list
https://api.mcheads.org/minecraft/mhf/download/{player}Download skin file
https://api.mcheads.org/download/Notch<img src="https://api.mcheads.org/head/Notch/64" alt="Notch" />fetch('https://api.mcheads.org/avatar/Notch/128')
.then(res => res.blob())
.then(blob => {
// Use the image blob
});https://api.mcheads.org/head/.BedrockPlayer/128