MCPcopy Index your code
hub / github.com/HypixelDev/PublicAPI

github.com/HypixelDev/PublicAPI @4.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release 4.4 ↗ · + Follow
549 symbols 1,079 edges 84 files 174 documented · 32%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Hypixel Public API (Java)

Maven Package

This is a Java implementation of the Hypixel API. For discussing the API, requesting help or suggestions you can use the GitHub Discussions.

Documentation

Hypixel Public API documentation can be found at https://api.hypixel.net/. Java documentation can be found in the code.

GitHub Issues

GitHub issues should only be used to report bugs. Everything else should either be in GitHub discussions or use the Hypixel Code Creations forum.

Usage

You can use this API as a dependency via the public Hypixel maven repo. You can also use the Example Code as a good starting point.

Hypixel Maven Repo


<repository>
    <id>Hypixel</id>
    <url>https://repo.hypixel.net/repository/Hypixel/</url>
</repository>

This repo can also be used with Gradle.

repositories {
    maven { url 'https://repo.hypixel.net/repository/Hypixel/' }
}

Transports

We include three built-in options for communicating with the Hypixel API, you can include either of these or even include the core API directly and create your own instance of HypixelHTTPClient.

Dependencies

The Hypixel API Core implementation has the following dependencies:

Transports will also have dependencies where required.

Contributing

When contributing changes to the Java API please provide as much detail on the changes and the reasons for them. We will not accept changes that have no meaningful contribution to the project.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 447
Class 88
Enum 7
Interface 7

Languages

Java100%

Modules by API surface

hypixel-api-core/src/main/java/net/hypixel/api/reply/GuildReply.java48 symbols
hypixel-api-core/src/main/java/net/hypixel/api/HypixelAPI.java28 symbols
hypixel-api-core/src/main/java/net/hypixel/api/reply/skyblock/SkyBlockBazaarReply.java26 symbols
hypixel-api-core/src/main/java/net/hypixel/api/reply/PlayerReply.java25 symbols
hypixel-api-transport-reactor/src/main/java/net/hypixel/api/reactor/ReactorHttpClient.java18 symbols
hypixel-api-core/src/main/java/net/hypixel/api/reply/BoostersReply.java17 symbols
hypixel-api-core/src/main/java/net/hypixel/api/util/UnstableHypixelObject.java15 symbols
hypixel-api-core/src/main/java/net/hypixel/api/util/Banner.java14 symbols
hypixel-api-core/src/main/java/net/hypixel/api/util/PropertyFilter.java12 symbols
hypixel-api-core/src/main/java/net/hypixel/api/reply/LeaderboardsReply.java11 symbols
hypixel-api-core/src/main/java/net/hypixel/api/pets/impl/PetRepositoryImpl.java11 symbols
hypixel-api-core/src/main/java/net/hypixel/api/reply/RecentGamesReply.java10 symbols

For agents

$ claude mcp add PublicAPI \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page