Hypicle v1.1.4
How to get the API Key?
- Visit the Hypixel Developer Dashboard.
- Log in.
- Generate and Copy a new Development Key.
Quick Start
import { Hypicle } from 'hypicle';
const client = new Hypicle('YOUR_API_KEY');
Hypicle Structure
-
- api/boosters - Currently active boosters
- api/counts - Active players count
- api/guild - Guild information
- api/key - API Key information (deprecated)
- api/leaderboards - Global Leaderboards information
- api/player - Player information & statistics
- api/punishments - Punishment statistics
- api/recentgames - Recent games of a player
- api/status - Status of a player
-
client.ts - The Hypicle Client
-
utils.ts - The Hypicle Utils