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 APIAccount Value
Get full SkyBlock account value in USD. Returns the calculated market value for an account.
Request
Parameters
usernameMinecraft IGN to look up (or uuid)uuidMinecraft UUID (with or without dashes) — auto-converts to usernameNote: Either username or uuid is required. If UUID is provided, it will be automatically converted to username via Mojang API.
Response
Response Fields
totalFull calculated account value in USDprofiles[]Array of all SkyBlock profiles with individual valuationsprofiles[].value.breakdownValue breakdown by category (catacombs, slayer, networth, skills, etc.)profiles[].statsHuman-readable stats (levels, powder amounts, etc.)Account Lowball
Get conservative lowball estimate in USD. Returns the value ÷ divisors for a more conservative pricing.
Request
Parameters
usernameMinecraft IGN to look up (or uuid)uuidMinecraft UUID (with or without dashes) — auto-converts to usernameNote: Either username or uuid is required. If UUID is provided, it will be automatically converted to username via Mojang API.
Response
Response Fields
totalConservative lowball estimate in USDprofiles[]Array of all SkyBlock profiles with individual lowball valuationsprofiles[].lowball.breakdownLowball breakdown by categoryprofiles[].statsHuman-readable stats (levels, powder amounts, etc.)Account Valuation Errors
Both /v2/account/value and /v2/account/lowball share these error responses:
401Invalid or missing API key400Missing username parameter404Account not found or no SkyBlock data503Valuation service not configured502Failed to reach valuation serviceEndpoints
Base URL: https://netherapi.com/api
Account Valuation
/v2/account/valueGet full account value in USD
username or uuid/v2/account/lowballGet conservative lowball estimate in USD
username or uuidPlayer 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