When running massive scripts to check if thousands of names are taken, you can use Mojang's actual link.
https://account.mojang.com/checkProfileName?agent=minecraft&profileName=name
Replace the bolded part with the name, and the website returns in plain text either:
{"taken":"true"}
or
{"taken":"false"}
This is meant as a faster alternative to namemc when dealing with thousands of accounts names. For normal use, use namemc of course.
Nevermind, there's a faster way.
https://account.mojang.com/checkProfileName?agent=minecraft&profileName=name
Replace the bolded part with the name, and the website returns in plain text either:
{"taken":"true"}
or
{"taken":"false"}
This is meant as a faster alternative to namemc when dealing with thousands of accounts names. For normal use, use namemc of course.
Nevermind, there's a faster way.
Last edited:
