Replies: 1 comment
-
for legal reasons this was a joke |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This new endpoint could be the home of a lot of useful data related to a SkyBlock player, without needing to request more data than needed.
/playerendpoint at all/playerendpoint for every profile member for the purpose of showing ranks.community_upgrades(account upgrades)skyblock_extraHere's what I imagine a response would look like:
{ "success": true, "player": { "id": "7da0c47581dc42b4962118f8049147b7", "name": "Ke5o", "formatted_name": "§b[MVP§4+§b] Ke5o", "socialMedia": { "DISCORD": "kaeso.dev" }, "profiles": { "7da0c47581dc42b4962118f8049147b7": { "profile_id": "7da0c47581dc42b4962118f8049147b7", "cute_name": "Raspberry", "game_mode": "island", "members": [ { "id": "7da0c47581dc42b4962118f8049147b7", "name": "Ke5o", "formatted_name": "§b[MVP§4+§b] Ke5o", "api": { "museum": false } } ], } }, "community_upgrades": { "currently_upgrading": [], "upgrade_states": [ { "upgrade": "garden_fortune", "tier": 1, "started_ms": 1603242493693, "started_by": "7da0c47581dc42b4962118f8049147b7", "claimed_ms": 1605420029641, "claimed_by": "7da0c47581dc42b4962118f8049147b7", "fasttracked": false } ] }, "claimed_rewards": { "claimed_potato_talisman": 1592794465850, "skyblock_free_cookie": 1599596098033, "scorpius_bribe_96": 1603235712261, "claimed_century_cake": 1604512198402 }, "extra": { "ozanne_coins": 5000000 } } }I'm sure this endpoint could also be used for more than what I showed above, but I think there's a clear need for this endpoint to avoid including random SkyBlock data in
/player, and to reduce requests sent.EDIT: Someone totally didn't leak what data Hypixel has for overall SkyBlock player data, so I would also like these properties below exposed:
selected_profileelectionscookies_eatenone_time_rewards_claimedcollected_hat_yearscollected_cake_yearsBeta Was this translation helpful? Give feedback.
All reactions