Hypixel · Example Payload

Hypixel Public Api Sky Block Auction Example

Games And ComicsGamingMinecraftPlayer StatsLeaderboardsSkyBlockPublic APIs

Hypixel Public Api Sky Block Auction Example is an example object payload from Hypixel, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_iduuidauctioneerprofile_idcoopstartenditem_nameitem_loreextracategorytierstarting_biditem_bytesclaimedclaimed_biddershighest_bid_amountbids

Example Payload

Raw ↑
{
  "_id": "5fcbf9d9d295e80a766f3b14",
  "uuid": "ad8fefaa8351454bb739a4eaa872173f",
  "auctioneer": "ad8fefaa8351454bb739a4eaa872173f",
  "profile_id": "ad8fefaa8351454bb739a4eaa872173f",
  "coop": [
    "ad8fefaa-8351-454b-b739-a4eaa872173f"
  ],
  "start": 1.0,
  "end": 1.0,
  "item_name": "ExamplePlayer",
  "item_lore": "example",
  "extra": "example",
  "category": "example",
  "tier": "example",
  "starting_bid": 1.0,
  "item_bytes": {
    "type": 1.0,
    "data": "example"
  },
  "claimed": true,
  "claimed_bidders": [
    "500123"
  ],
  "highest_bid_amount": 1.0,
  "bids": [
    {
      "auction_id": "ad8fefaa8351454bb739a4eaa872173f",
      "bidder": "ad8fefaa8351454bb739a4eaa872173f",
      "profile_id": "ad8fefaa8351454bb739a4eaa872173f",
      "amount": 1.0,
      "timestamp": 1.0
    }
  ]
}