Skip to content

Gunzerator/PublicAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypixel Public API (Java)

This is a Java implementation of the Hypixel API

Documentation

Hypixel PublicAPI documentation is mostly contained within the source code and the example code.

Query Limitations

The API server has a request limit of 120 queries per minute. Abuse of the API will lead to your API key being banned.

Obtaining an API Key

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.

Dependencies

The Hypixel PublicAPI has the following dependencies:

  • GSON
  • Google Collections Library
  • netty-http-client (GitHub project by timboudreau)

Bug Reporting

You can create an issue here on GitHub to report a bug with the API or to suggest enhancements.

Copyright

HypixelAPI © 2016

TODO

  • Add a proper copyright header to all files.
  • Deploy to a public maven repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.3%
  • HTML 1.7%