NetherAPI

Access the Hypixel API
without the hassle

Getting a permanent Hypixel API key is needlessly difficult. NetherAPI shares our developer key with the community through this platform so developers don't have to manually reset their key every 24h.

Get StartedRead the docs

How It Works

1

Sign In

Create an account or use Discord

2

Request an API Key

Submit a request for review

3

Get Approved

We review requests manually to prevent abuse. MUCH quicker and much easier than the official Hypixel API, with the tradeoff of much lower ratelimits.

4

Start Building

Use your key just like the official API

Quick Example

JavaScript
// Instead of:
fetch('https://api.hypixel.net/v2/player?uuid=...', {
  headers: { 'API-Key': 'your-hypixel-key' }
});

// Use:
fetch('https://netherapi.com/api/v2/player?uuid=...', {
  headers: { 'API-Key': 'your-nether-key' }
});

Contact Us

Have questions, feedback, or need help? Send us a message.