import { Client } from "https://deno.land/x/hypixel@v3.1.1/Client.ts";
Constructors
Create a new instance of the API client.
Properties
Returns the id of the requested guild if found.
Returns friendships for given player.
Returns the guild by the requested ID if found.
Returns a player's data, such as game stats.
Returns recent games of a player. A maximum of 100 games are returned and recent games are only stored for up to 3 days at this time.
Relatively static Hypixel resources that don't change often at all.
All SkyBlock related endpoints.
Returns online status information for given player, including game, mode and map when available.
Methods
Returns list of boosters.
The raw query method used by this library. You may use this if you need to use an undocumented method with this library.
Returns the current player count along with the player count of each public game + mode on the server.
Returns information regarding given key.
Returns a list of the official leaderboards and their current standings for games on the network.
Returns current player count.
Returns some statistics about Watchdog & bans.
Static Properties
import { type Client } from "https://deno.land/x/hypixel@v3.1.1/Client.ts";
Methods
Listen to the "limited" event which emits when the client starts limiting your calls due to hitting the rate limit.
Listen to the "reset" event which emits when the API rate limit resets.
Listen once to the "limited" event which emits when the client starts limiting your calls due to hitting the rate limit.
Listen once to the "reset" event which emits when the API rate limit resets.
Remove your function listening to the "limited" event.