-
Notifications
You must be signed in to change notification settings - Fork 148
Nixinova edited this page Aug 29, 2020
·
2 revisions
The public API for Hypixel. Each URL below needs to have an access key; one can be obtained by typing /api on the Hypixel server.
| [S] String | [N] Number | [B] Boolean | [O] Object | [A]of[S] Array of strings |
| <field> | A repeating object field that takes a certain format. |
| Method[note 1] | Query parameters[note 2] | Content |
|---|---|---|
| boosters |
|
|
| findGuild |
|
Search for the ID of a guild. |
| friends |
|
Gives a list of friends for a given player. |
| gameCounts |
|
Displays how many players are on each minigame server on Hypixel. |
| guild |
|
Every single piece of information related to that guild. Important fields are detailed below. |
| leaderboards |
|
The official leaderboards for minigames on the server. |
| key |
|
Displays information about a given access key. |
| player |
|
Every single piece of information related to that Minecraft player UUID. Important fields are detailed below. |
| recentGames |
|
Displays a maximum of 100 games in order that player has played on in the past three days. |
| playerCount |
|
Displays the number of players currently on the Hypixel server. |
| resources | None | A collection of resources such as general achievement and quest information. |
| skyblock | A collection of APIs relating to the SkyBlock minigame. | |
| status |
|
Returns the server that player is current playing on. |
| watchdogstats |
|
Returns statistics about Hypixel's anti-cheat software, Watchdog. |