API Documentation
NetherAPI is a drop-in replacement for the Hypixel API. All endpoints work identically — just change the base URL and use your NetherAPI key.
Authentication
All requests require an API key. Include it in the API-Key header:
You can also use the Authorization header with a Bearer token:
Rate Limits
Each API key has a rate limit (requests per 5 minutes). Check response headers:
X-RateLimit-LimitYour total limit per 5-minute windowX-RateLimit-RemainingRequests remaining in current windowX-RateLimit-ResetUnix timestamp when the window resetsX-RateLimit-Reset-AfterSeconds until the window resetsIf you exceed your rate limit, you'll receive a 429 Too Many Requests response. Wait for the window to reset before making more requests.
Error Handling
All error responses follow this format:
401Invalid or missing API key403API key is disabled429Rate limit exceeded502Failed to reach Hypixel APIEndpoints
Base URL: https://netherapi.com/api
Player Data
/v2/playerGet player data including game stats
uuid/v2/recentgamesGet recently played games
uuid/v2/statusGet online status
uuid/v2/guildGet guild information
id, player, or nameResources
/v2/resources/gamesGame information
/v2/resources/achievementsAchievements
/v2/resources/challengesChallenges
/v2/resources/questsQuests
/v2/resources/guilds/achievementsGuild achievements
/v2/resources/vanity/petsVanity pets
/v2/resources/vanity/companionsVanity companions
SkyBlock
/v2/skyblock/collectionsCollections data
/v2/skyblock/skillsSkills data
/v2/skyblock/itemsItems data
/v2/skyblock/electionElection and Mayor
/v2/skyblock/bingoCurrent Bingo event
/v2/skyblock/newsNews
/v2/skyblock/auctionSpecific auctions
uuid, player, or profile/v2/skyblock/auctionsActive auctions
page/v2/skyblock/auctions_endedRecently ended auctions
/v2/skyblock/bazaarBazaar data
/v2/skyblock/profileProfile by UUID
profile/v2/skyblock/profilesAll profiles for player
uuid/v2/skyblock/museumMuseum data
profile/v2/skyblock/gardenGarden data
profile/v2/skyblock/firesalesActive/upcoming fire sales
Housing
/v2/housing/activeActive public houses
/v2/housing/houseSpecific house info
house/v2/housing/housesPlayer houses
playerOther
/v2/boostersActive network boosters
/v2/countsCurrent player counts
/v2/leaderboardsCurrent leaderboards
/v2/punishmentstatsPunishment statistics