# Hypixel API **Provider:** Hypixel **Category:** entertainment **Base URL:** `https://api.hypixel.net` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 120 req/min **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.hypixel.net/ ## Description Hypixel player stats ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.hypixel.net/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.hypixel.net' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Hypixel account for personal use. No paid tiers. --- *Source: [API Map](https://apimap.dev/apis/hypixel/) — CC BY 4.0*