About

Mineatar was built to be an alternative to existing Minecraft skin API services which improves the speed and efficiency of rendering Minecraft player skins as 3-dimensional images. Everything was built from the ground-up using Go as the language of choice for extreme performance, and this website was built using NextJS.

Frequently Asked Questions

1. Why can I not use usernames instead of UUIDs?

It is possible for us to enable username lookup, but the limitations that Mojang puts in place makes it impossible for our service to grow. Mojang heavily rate limits the API route required to convert usernames into UUIDs. We used to allow this, but deprecated and disabled the feature in early May of 2023.

2. What is this service built with?

We decided that Go would be one of the best choices for building a scalable image rendering service due to the concurrency model the Go development team used. It is also a high level syntax language, making it easy for experienced and inexperienced developers alike to understand the source code. It also happens to be one of the languages that the main developer is familiar with.

3. How do I force a new image to be rendered?

The short answer: you can't. Just be patient, our service is intentionally designed to cache and store skins and renders for up to 24 hours to prevent abuse. Please do not attempt to contact us to request any exceptions to our cache.

Credit

Without the support of other services, this service would not be possible. We would like to give credit to the services that made us possible.

  • Crafatar – Provided an example of how isometric skin parts are rendered
  • Feather Icons – Modern icons used on this website

Contact

If you would like to contact us, you can do so by sending an email to [email protected] or joining our Discord server.