Crafatar

API

Free API for Minecraft player skins, faces, avatars, and capes

Visit Website

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)

script.js JS

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

Minotar API Search Google

People Also Ask about Crafatar

Crafatar vs Minotar API Crafatar 2025 review

Tool Info

Pricing Free
Category Games & Comics
Platform Public API

Pros

  • Easy to integrate (no auth needed)
  • Free unlimited usage
  • Supports multiple visual assets

Cons

  • No official SLA
  • Soft rate limits for high traffic

More Games & Comics Tools