PublicAPI
PublicAPI copied to clipboard
Official Java implementation of the Hypixel Public API.
Endpoint "leaderboards", specifically under UHC key, for some reason, showing kills and wins for "Teams of 3" instead for "Overall" (although it is stated "Overall") path | "kills" prefix |...
In this branch was added feature for configuration. I know this code isn't exactly brilliant, but I believe you will like it.
As of March 3rd, following the release of SkyBlock 0.22.1.9, the following two endpoints: - https://api.hypixel.net/v2/resources/skyblock/collections - https://api.hypixel.net/v2/resources/skyblock/skills seem to be bumping their `lastUpdated` timestamps constantly (about once every 5-10...
Tiered achievements now use `%%value%%` instead of `%s` as placeholder value. This is a breaking change for end users of this resource. For example, [Notifly](https://notifly.zone/achievements/3abe2f6bd45a4e2282d4f9014569db25/arcade) and [Plancke](https://plancke.io/hypixel/player/achievements/anrie) are affected. ```js...
Hello, The current leaderboard endpoint for TNTGames (as shown below) appears to include only the overall wins for all its game modes, whereas non-TNTGames game modes seem to have endpoints...
I have data returned from endpoint /v2/auctions, and it has recent normal data, then data from years ago, nothing inbetween. Is the old data not being filtered out / didnt...
There is an improper line break in the README.md
Currently has implementation for the `/housing/house` endpoint. Creating this before the other two are properly implemented due to some issues with the way they are served. (arrays at the top...