Hypixel Rate Limits
Hypixel enforces per-API-key request limits across a rolling 5-minute window (with per-minute caps surfaced through the response headers). The exact numeric cap depends on the application class: a default "Personal" key is capped at 120 requests per 5 minutes (≈ 24 requests/minute / ~2 requests every 5 seconds in burst), while approved "Production" applications receive higher caps negotiated case-by-case via the Developer Dashboard. The Developer Policies additionally call out endpoint-specific behavior — e.g. rate limits on requesting the same player's data repeatedly within short windows. Hypixel also expects clients to implement caching and to back off on 429 responses.
Hypixel Rate Limits is the machine-readable rate-limit profile for Hypixel on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests_per_window, requests_per_minute, varies, and requests_per_resource.
The profile also includes 5 backoff/retry policies defined and response codes documented for throttled and quotaExceeded.
Tagged areas include Rate Limiting, Gaming, Minecraft, and Public API.