HypixelDev / PublicAPI

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

SkyBlock API returning wrong collection levels #192

Closed TBlazeWarriorT closed 3 years ago

TBlazeWarriorT commented 4 years ago

image api.hypixel.net/skyblock/profile?key=[redacted]&profile=54ecc1f81d3c42c49f67f6e2c802d180

"unlocked_coll_tiers":[...,"CLAYBALL-1","CLAY_BALL_1" (only two times it appears)

"collection":{"CLAY_BALL":7264036,

7M clay collection, API still at tier -1

image Redstone and Sand also look wrong, not a website issue, it's on the API side

ConnorLinfoot commented 3 years ago

These values seem to be due to how the game calculates the tiers. You are likely better to use the value and calculate it via the https://api.hypixel.net/resources/skyblock/collections endpoint.