Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

incrementing/MCUUID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

⚠️ The MCUUID service in the form detailed below is no-longer available. I will be working on a Go powered API in my spare time.

Logo

MCUUID

⚠️ Please do not make suggestions in the issues section! If you want to suggest something then tweet me

Introduction

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.

To-do List

  • 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

API Limits

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).

APIs

Full documenation can be found here

UUID to Username

https://api.mcuuid.com/json/name/7944c9ef-a57b-4e4f-b4b3-531d92f579da
https://api.mcuuid.com/txt/name/7944c9ef-a57b-4e4f-b4b3-531d92f579da

Username to UUID

https://api.mcuuid.com/json/uuid/Incrementing
https://api.mcuuid.com/txt/uuid/Incrementing

UUID to Past names

https://api.mcuuid.com/json/names/7944c9ef-a57b-4e4f-b4b3-531d92f579da
https://api.mcuuid.com/txt/names/7944c9ef-a57b-4e4f-b4b3-531d92f579da

Minecraft Server Ping (and Query).

https://api.mcuuid.com/json/server/ip:game_port:query_port

Minecraft Server Blacklist Check

https://api.mcuuid.com/json/blacklist/*.example.com
https://api.mcuuid.com/txt/blacklist/*.example.com

License

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.

About

Just another web based Minecraft API wrapper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors