HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
535 stars 151 forks source link

Challenges Endpoint returns completely different value than when using a bot #571

Closed tmgkopczyk closed 1 year ago

tmgkopczyk commented 1 year ago

Hypixel API challenge amount via Statsify: https://imgur.com/a/ET26xKl

Hypixel API challenge amount via HTTPS: 19

Picsou993 commented 1 year ago

Hi, Statsify is using the achievement value for the total challenges. You can get it under player.achievements.general_challenger.

The 19 you are getting is by doing the sum of all of its challenges (it the case of xPickaxeTubeHDx he has only done the challenge BEDWARS__support 19 times).

If I remember correctly, challenges were initially tracked only in the achievement field and not one by one too. So that's why there can be a difference between these 2 values.

And so it's not an API bug.