This is a Java implementation of the Hypixel API
The Hypixel PublicAPI has the following dependencies:
- GSON
- Google Collections Library
Hypixel PublicAPI documentation is mostly contained within the source code and the example code
The Hypixel PublicAPI has a request limit of 60 queries per minute.
Users can obtain API keys via doing /api when they log in. This key must be kept secret: any abuse can lead to API access being rescinded.
You can create an issue here on GitHub to report a bug with the API or to suggest enhancements.
HypixelAPI (c) 2014
- Add a proper copyright header to all files
- Deploy to a public maven repo