Welcome to the MCUUID API, the API is built to be extremely simple and easily integrated. Issues may be reported here! Please note that HTTPS will cause a hit on response times so you may want to make HTTP requests if HTTPS doesn't matter to you.
- Ban requests that do not provide a user-agent
- Fix the issue with skins
- Fix the issue with the server api
- Add the "misc" APIs
- Add link shortener to "misc" APIs
We limit every IP address to 200 requests a minute.
Rate limits are enforced to encourage users to make a cache of their requests to lower the stress that is put on our servers.
JSON requests will return two variables request_count (the number of requests in the last minute) and max_requests (the max requests allowed in one minute).
The same two variables are also returned with raw TXT requests but as HTTP headers (REQUEST_COUNT and MAX_REQUESTS).
Full documenation can be found here
https://api.mcuuid.com/json/name/7944c9ef-a57b-4e4f-b4b3-531d92f579da
https://api.mcuuid.com/txt/name/7944c9ef-a57b-4e4f-b4b3-531d92f579da
https://api.mcuuid.com/json/uuid/Incrementing
https://api.mcuuid.com/txt/uuid/Incrementing
https://api.mcuuid.com/json/names/7944c9ef-a57b-4e4f-b4b3-531d92f579da
https://api.mcuuid.com/txt/names/7944c9ef-a57b-4e4f-b4b3-531d92f579da
https://api.mcuuid.com/json/server/ip:game_port:query_port
https://api.mcuuid.com/json/blacklist/*.example.com
https://api.mcuuid.com/txt/blacklist/*.example.com
The code examples are licensed under the GNU General Public License. GNU
The MCUUID website and it's APIs are not open-source.
MCUUID is not affiliated with Minecraft, Mojang or Microsoft.
