API Policy

When working with the Hypixel Public API we have several rules and policies that must be followed. Usage of the Public API must also conform to our Terms of Service. Please ensure you are familiar with these policies and documents before beginning your project.

These policies may change over time to best serve the ever-changing usage and needs of the Public API. As a result, developers must remain up to date with these policies and are expected to adhere to changes as they arise.

Violation of our policies may result in your application being terminated from the Public API, and may prevent you from being able to request further applications in the future.


Core Policies

  • Projects cannot violate any laws
  • Do not create or develop projects that infringe on the Hypixel trademark and branding
  • Your product must be clear that it is not affiliated or endorsed by Hypixel
  • Our API is designed to be used by players, and not for automated data collection at scale
    • For example, you may not use the API for continuous polling of player data for detection of stats earned in-game to offer a history to players using your website.
    • We do make an exception for those applications that wish to update only a few players, such as a single player or a single guild, as these can be useful for things such as role syncing, or activity tracking.
      • We still ask that people doing this do so at a respectful interval, and not request data more often than absolutely needed.
    • We provide some endpoints that do not require an API key, these exist to allow more continuous polling of that data and we will not provide an increased API limit for requests that wish to bypass this for faster updates of their data.
    • We also make an exception for some endpoints that are created for continuous polling, we however still expect developers to request them at respectful intervals. These endpoints are:
      • /boosters
      • /counts
      • /leaderboards
      • /punishmentstats
      • /skyblock/news
  • You may not create an application for the purpose of proxying the Public API to 3rd party developers

Registration

  • All projects that make use of authenticated API endpoints must be registered in our Hypixel Developer Portal
  • Each project should be registered as its own application, you may not use one application across multiple projects
    • This applies to top level projects and not individual parts of an overall offering. As an example, if you have a website that provides stats, but also a Discord bot that uses the same backend as the website, they both may use the same application as they both fall under the same service.
  • You may not make use of multiple applications/keys to bypass API limits

Monetization

  • You may not use the Public API for commercial use. Any feature that is provided from our API must be available to all users.

Game Integrity

  • Projects should not create an unfair advantage for players
  • Projects should not de-anonymize players such as those who are using the Hypixel nick feature
  • Projects should not be created for the sole purpose of tracking specific players, such as those with specific ranks

Using the API

  • Projects should utilize caching to the best of their abilities to reduce requests on the API
    • For example, if you have a mod that requests the level of players in a lobby, you should implement caching that expires either hours, or even days later. This allows further users who see the same player to use the cache, and not request the API.
  • Do not share your API key with 3rd parties, such as entering them into a website or a mod
    • This applies to any publicly available mod, regardless of it being allowed on the Hypixel Server.
  • Do not include your API key in your code, especially if you plan to distribute a binary or have the code available publicly

Inactive Applications

  • To ensure security and stability of the API, inactive applications may be disabled or deleted.
  • We currently consider an API application inactive if any of the following conditions are met:
    • The API application has made zero total requests after 14 days from creation.
    • The API application has made zero requests over the last 28 day period.

Last updated: July 23, 2023