Bazaar
Real-time bazaar prices, flip opportunities, and price history. View docs
The SkyTools API provides real-time and historical data for Hypixel SkyBlock, including bazaar prices, auctions, player profiles, and more.
Base URL: https://api.skytools.app/v1
All API requests require an API key. You need an active Starter ($5.99/mo) or Pro ($9.99/mo) subscription to create one.
curl -H "X-API-Key: sk_your_key_here" https://api.skytools.app/v1/bazaar?mode=listconst res = await fetch('https://api.skytools.app/v1/bazaar?mode=list', { headers: { 'X-API-Key': 'sk_your_key_here' },});const data = await res.json();All endpoints return a consistent JSON structure:
// Success{ "success": true, "data": { ... }, "meta": { "cached": false, "api_version": "v1" }}
// Error{ "success": false, "error": { "code": "UNAUTHORIZED", "message": "API key is required." }}Bazaar
Real-time bazaar prices, flip opportunities, and price history. View docs
Auctions
Active auctions and lowest BIN prices across all items. View docs
Player Profiles
Look up any player’s SkyBlock profiles by username. View docs
Items & Collections
Complete item database and collection requirements. View docs
Mayor & Elections
Current mayor, perks, and election history. View docs
Fire Sales & Guilds
Active fire sales, sale history, and guild lookups. View docs