HypixelDev / PublicAPI

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

Inconsistencies in "last_save" in /skyblock/profiles #562

Closed artificialair closed 1 year ago

artificialair commented 1 year ago

This started about 7 hours before I'm posting this, the "last_save" property for players in each profile is not always showing when I get from the "api.hypixel.net/skyblock/profiles" URL.

UP929312 commented 1 year ago

I'm experiencing this issue as well

ConnorLinfoot commented 1 year ago

The field should no longer show for any members, and this change is intentional.

MattTheCuber commented 1 year ago

The field should no longer show for any members, and this change is intentional.

Do we have a replacement method to find the most recent profile for a player? This is often used to find the primary profile when checking a player's statistics and such.

UP929312 commented 1 year ago

I agree with Matt heavily, without forcing users to input a profile name, we use this to detect their last played profile (without doing another API call), can we somehow have a field which shows it was last played or something then?

SKTPentagod commented 1 year ago

Agreed^

ConnorLinfoot commented 1 year ago

We have added a field of selected in the profiles endpoint that will be true for the currently active profile

MattTheCuber commented 1 year ago

Thank you very much!