This is a Java implementation of the Hypixel API
Hypixel PublicAPI documentation can be found in the Documentation. Java documentation can be found in the code.
You can use this API as a dependency via JitPack. In the future it will be deployed to a public maven repo.
The API server has a request limit of 120 queries per minute. Abuse of the API will lead to your API key being banned.
If you require a higher limit than the above you can open a support ticket at https://support.hypixel.net and provide your use case and why you require a higher limit.
You can obtain an API key by joining mc.hypixel.net
with a valid Minecraft account and running the /api command. You will then be assigned a unique key that is to remain private.
The Hypixel PublicAPI has the following dependencies:
- Google Gson library
- Apache HttpClient
You can create an issue here on GitHub to report a bug with the API or to suggest enhancements.