mojira.dev
WEB-5406

Mojang API returns incorrect UUID

Summary of Issue:

When sending a GET request to https://api.mojang.com/users/profiles/minecraft/oregret the server will respond with the incorrect UUID. This is not the current UUID for the player with this username, The account is not a duplicate account. Furthermore, searching on a Minecraft directory (NameMC) at https://namemc.com/search?q=oRegret we can confirm this.

Expected Response:

{
"name": "oRegret",
"id": "a1d0a605b2724f908da5775e05e4dedc"
}

Actual Response:

{
"name": "oRegret",
"id": "9a438ebf47964b458c7941183992d127"
}

 

Linked issues

Comments 1

Thanks Luke, we are working on fixing this. Closing as dupe of WEB-5345.

Luke Matison

(Unassigned)

API

Retrieved