Hypixel · Schema
Game
Information about a specific game. When a field is not present you should fallback to the provided default if there is one, required fields will always exist.
Games And ComicsGamingMinecraftPlayer StatsLeaderboardsSkyBlockPublic APIs
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | The backend ID of the game. |
| name | string | The display name of the game. |
| databaseName | string | The key used for database storage, such as for stats. |
| modeNames | object | A map of mode key to display name |
| retired | boolean | True if the game is retired and no longer playable. |
| legacy | boolean | True if the game is legacy and part of the Classic Lobby. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/hypixel/refs/heads/main/json-schema/hypixel-public-api-game-schema.json",
"title": "Game",
"description": "Information about a specific game. When a field is not present you should fallback to the provided default if there is one, required fields will always exist.",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "The backend ID of the game.",
"example": 1
},
"name": {
"type": "string",
"description": "The display name of the game.",
"example": "Bed Wars"
},
"databaseName": {
"type": "string",
"description": "The key used for database storage, such as for stats.",
"example": "Bedwars"
},
"modeNames": {
"type": "object",
"description": "A map of mode key to display name",
"example": {
"solo_normal": "Solo",
"team_normal": "Doubles"
}
},
"retired": {
"type": "boolean",
"description": "True if the game is retired and no longer playable.",
"default": false,
"example": false
},
"legacy": {
"type": "boolean",
"description": "True if the game is legacy and part of the Classic Lobby.",
"default": false,
"example": false
}
},
"required": [
"id",
"name",
"databaseName"
],
"example": {
"id": 58,
"name": "Bed Wars",
"databaseName": "Bedwars",
"modeNames": {
"BEDWARS_TWO_FOUR": "4v4",
"BEDWARS_EIGHT_ONE": "Solo"
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/hypixel-public-api-game"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.