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

Account creation date bug #46

Closed TheBooker66 closed 2 years ago

TheBooker66 commented 3 years ago

The date the account was created as shown on the website doesn't match the date the account was created on Minecraft.net (It can be checked by opening your profile in minecraft.net, going to the network tab in dev tools, refreshing the page and looking at the file (?) named "namechange"). Your site: https://api.ashcon.app/mojang/v2/user/thebooker66 Mojang's site: image

Zeryther commented 3 years ago

Duplicate of #34

TheBooker66 commented 3 years ago

not exactly, as that issue does not mention the mojang.net method returns other results.

Electroid commented 2 years ago

Unfortunately, Mojang has removed the ability to calculate the creation date. Past dates are cached, but we cannot generate future dates anymore.