Hypixel · Example Payload

Hypixel Public Api Sky Block Item Example

Games And ComicsGamingMinecraftPlayer StatsLeaderboardsSkyBlockPublic APIs

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

Top-level fields

idmaterialnametiercolorskin

Example Payload

Raw ↑
{
  "id": "500123",
  "material": "example",
  "name": "ExamplePlayer",
  "tier": "COMMON",
  "color": "example",
  "skin": "example"
}