Hypixel · JSON Structure

Hypixel Public Api Sky Block Profile Structure

SkyBlockProfile schema from Hypixel Public API

Type: object Properties: 7
Games And ComicsGamingMinecraftPlayer StatsLeaderboardsSkyBlockPublic APIs

SkyBlockProfile is a JSON Structure definition published by Hypixel, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

profile_id members cute_name selected community_upgrades banking game_mode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hypixel/refs/heads/main/json-structure/hypixel-public-api-sky-block-profile-structure.json",
  "name": "SkyBlockProfile",
  "description": "SkyBlockProfile schema from Hypixel Public API",
  "type": "object",
  "properties": {
    "profile_id": {
      "type": "uuid",
      "example": "ad8fefaa8351454bb739a4eaa872173f"
    },
    "members": {
      "description": "A map of member UUIDs to member profiles objects",
      "type": "object",
      "properties": {
        "player_id": {
          "type": "uuid",
          "example": "ad8fefaa8351454bb739a4eaa872173f"
        },
        "profile": {
          "type": "object",
          "properties": {
            "deletion_notice": {
              "description": "If this field exists, the member profile is marked as deleted",
              "nullable": true,
              "type": "object",
              "properties": {
                "timestamp": {
                  "type": "int64",
                  "example": 1748544600000
                }
              }
            }
          }
        }
      }
    },
    "cute_name": {
      "description": "The cute name of the profile, only provided on the profiles endpoint",
      "nullable": true,
      "type": "string",
      "example": "ExamplePlayer"
    },
    "selected": {
      "description": "Whether or not this is the currently selected profile, only provided on the profiles endpoint",
      "nullable": true,
      "type": "boolean",
      "example": true
    },
    "community_upgrades": {
      "nullable": true,
      "type": "object"
    },
    "banking": {
      "description": "Information about the bank account for this profile, only present if the API banking setting is enabled",
      "nullable": true,
      "type": "object",
      "properties": {
        "balance": {
          "type": "double",
          "example": 1.0
        },
        "transactions": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "timestamp": {
                "type": "integer",
                "format": "int64",
                "example": 1748544600000
              },
              "action": {
                "type": "string",
                "enum": [
                  "DEPOSIT",
                  "WITHDRAW"
                ],
                "example": "DEPOSIT"
              },
              "initiator_name": {
                "type": "string",
                "example": "ExamplePlayer"
              },
              "amount": {
                "type": "number",
                "format": "double",
                "example": 1.0
              }
            }
          }
        }
      }
    },
    "game_mode": {
      "description": "The SkyBlock game mode of the profile, not present if normal mode",
      "nullable": true,
      "type": "string",
      "enum": [
        "ironman",
        "island",
        "bingo"
      ],
      "example": "ironman"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/hypixel-public-api-sky-block-profile-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.