pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
228 stars 53 forks source link

HTTP Error 429: Too Many Requests #101

Closed pdinklag closed 4 years ago

pdinklag commented 4 years ago

Apparently, recently, Mojang has added a new limit to their profile API. It used to be:

You can request the same profile once per minute, however you can send as many unique requests as you like.

However, I'm observing now that it seems to be limited to 10 requests for any UUID per minute. It remains to be seen whether this is intended by them or whether this will be lifted.

pdinklag commented 4 years ago

I just posted this to find out more: https://bugs.mojang.com/browse/WEB-2198

pdinklag commented 4 years ago

The linked issue has been marked as fixed with no comment, but it seems indeed fixed. They also changed their API back in the process (see #100).