Electroid / mojang-api

Bundle multiple Minecraft APIs into a single GET request.
https://api.ashcon.app/mojang/v2/user/Notch
MIT License
242 stars 17 forks source link

Recently changed usernames return 404 #74

Open tcrch opened 1 year ago

tcrch commented 1 year ago

Problem: Title

Example: superdawg

https://api.ashcon.app/mojang/v2/user/superdawg -> 404

{
    "code": 404,
    "error": "Not Found",
    "reason": "No user with the name 'superdawg' was found"
}

https://api.ashcon.app/mojang/v2/user/superdawg -> 200

{
    "id": "8881480f8143408c9ac00a4b773abcd7",
    "name": "SUPERDAWG"
}
tcrch commented 1 year ago

66 Seems to be the same issue, any updates on fixing this?