Crafatar
APIFree API for Minecraft player skins, faces, avatars, and capes
Overview
Crafatar is a RESTful API for retrieving Minecraft player visuals, including skins, faces, avatars, and capes. Key endpoints include /avatars/{size}/{uuid} (custom-sized avatars), /skins/{uuid} (full skin PNG), /heads/{uuid} (head shot), and /capes/{uuid} (player capes). Responses are PNG images for valid requests (JSON for errors). Ideal for integrating into Minecraft server dashboards, community forums, player profile pages, or third-party tools to display player assets without local storage.
Example Integration (JavaScript)
fetch('https://crafatar.com')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful
- No API key required
- PNG image responses
- Custom size options
- Supports UUIDs and usernames
Frequently Asked Questions
? Is Crafatar free to use?
Yes, Crafatar is completely free for both personal and commercial use with no hidden costs.
? Does it require an API Key?
No, Crafatar does not require an API key—you can use its endpoints immediately without authentication.
? What is the response format?
Valid requests return PNG images; error cases (like invalid UUIDs) return JSON with status details.
Top Alternatives
People Also Ask about Crafatar
Tool Info
Pros
- ⊕ Easy to integrate (no auth needed)
- ⊕ Free unlimited usage
- ⊕ Supports multiple visual assets
Cons
- ⊖ No official SLA
- ⊖ Soft rate limits for high traffic