Leaderboards Endpoint implementation
Hypixel API Endpoint: api.hypixel.net/leaderboards
This endpoint returns Current Leaderboards
Usage
Example:
const leaderboards = await getLeaderboards(client);
// result: 'Leaderboards' interface with data
Other functions
This endpoint also implements game/lobby specific getters.
Game/Lobby specific getter returns Leaderboard[]
.
List of all getters:
getLeaderboards
- Get global Leaderboards statisticsgetLeaderboardsDuels
- Get global Duels Leaderboards statisticsgetLeaderboardsTrueCombat
- Get global Crazy Walls Leaderboards statisticsgetLeaderboardsSpeedUhc
- Get global SpeedUHC Leaderboards statisticsgetLeaderboardsPaintball
- Get global Paintball Leaderboards statisticsgetLeaderboardsMurderMystery
- Get global Murder Mystery Leaderboards statisticsgetLeaderboardsSkywars
- Get global SkyWars Leaderboards statisticsgetLeaderboardsBedwars
- Get global BedWars Leaderboards statisticsgetLeaderboardsPrototype
- Get global Prototype Leaderboards statisticsgetLeaderboardsGingerbread
- Get global Turbo Kart Racers Leaderboards statisticsgetLeaderboardsWoolGames
- Get global Wool Wars Leaderboards statisticsgetLeaderboardsTntGames
- Get global TNT Games Leaderboards statisticsgetLeaderboardsUhc
- Get global UHC Leaderboards statisticsgetLeaderboardsBuildBattle
- Get global Build Battle Leaderboards statisticsgetLeaderboardsWalls3
- Get global Mega Walls Leaderboards statisticsgetLeaderboardsVampirez
- Get global VampireZ Leaderboards statisticsgetLeaderboardsArcade
- Get global Arcade Leaderboards statisticsgetLeaderboardsWalls
- Get global Walls Leaderboards statisticsgetLeaderboardsSurvivalGames
- Get global Survival Games Leaderboards statisticsgetLeaderboardsSuperSmash
- Get global Smash Heroes Leaderboards statisticsgetLeaderboardsSkyclash
- Get global SkyClash Leaderboards statisticsgetLeaderboardsQuakecraft
- Get global Quake Leaderboards statisticsgetLeaderboardsMCGO
- Get global Cops and Crims Leaderboards statisticsgetLeaderboardsBattleground
- Get global Warlords Leaderboards statisticsgetLeaderboardsArena
- Get global Arena Leaderboards statistics