freeapis

Hypixel

Hypixel player stats

Authentication
API Key
HTTPS
Yes
CORS
Unknown
Documentation / URL
https://api.hypixel.net/

Overview

The Hypixel API exposes data for the Hypixel Minecraft server — players, guilds, skyblock profiles, and leaderboards. Auth is a free API key sent as the API-Key header (a missing key returns 400 “Missing API-Key header” — verified).

Quick Start

Player info (replace YOUR_KEY):

curl "https://api.hypixel.net/v2/player?name=Hypixel" \
  -H "API-Key: YOUR_KEY"
{
  "success": true,
  "player": {
    "uuid": "f9c9c1e3-...",
    "displayname": "Hypixel",
    "networkExp": 1200000,
    "stats": { "SkyWars": {} }
  }
}

Guild by name:

curl "https://api.hypixel.net/v2/guild?name=Hypixel" \
  -H "API-Key: YOUR_KEY"

Authentication

  • Register at developer.hypixel.net → create an application → API key.
  • Send it as the API-Key header (missing → 400 “Missing API-Key header”, verified).

Rate Limits & Notes

  • Free key: ~60 requests/minute (check current docs); no paid tier needed for most use.
  • Endpoints: /v2/player, /v2/guild, /v2/skyblock/profiles, /v2/leaderboards, /v2/status.
  • The API covers the Java server (Hypixel Network) — not other Minecraft servers.
  • UUIDs are the stable player identifier.

FAQ

Is Hypixel API free? Yes — free key with a per-minute rate limit.

How do I get a key? Register at developer.hypixel.net → create an application.

What’s the auth style? API-Key header (missing → 400, verified).

More in Games & Comics

APIAuthHTTPSCORS
AmiiboAPI

Nintendo Amiibo Information

No authYesYes
Animal Crossing: New Horizons

API for critters, fossils, art, music, furniture and villagers

No authYesUnknown
Astroworld

Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades

No authYesYes
Autochess VNG

Rest Api for Autochess VNG

No authYesYes
Barter.VG

Provides information about Game, DLC, Bundles, Giveaways, Trading

No authYesYes