Giant Bomb · Schema

Game

A video game entry from the Giant Bomb database

EntertainmentVideo GamesGame DatabaseGamingMedia

Properties

Name Type Description
id integer Unique numeric identifier for the game
guid string Globally unique identifier in the format XXXX-XXXXXXXX
name string Name of the game
deck string Brief one-paragraph summary of the game
description string Full HTML description of the game
aliases string Newline-separated list of alternative names
api_detail_url string URL pointing to the API endpoint for this game
site_detail_url string URL to the game page on Giant Bomb website
original_release_date stringnull Original release date of the game
expected_release_day integernull Expected release day (for upcoming games)
expected_release_month integernull Expected release month (for upcoming games)
expected_release_year integernull Expected release year (for upcoming games)
expected_release_quarter integernull Expected release quarter (for upcoming games)
image object Image URLs in various sizes
platforms array Platforms the game is available on
genres array Genres associated with the game
developers array Companies that developed the game
publishers array Companies that published the game
franchises array Franchises the game belongs to
View JSON Schema on GitHub

JSON Schema

game.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/giantbomb/main/json-schema/game.json",
  "title": "Game",
  "description": "A video game entry from the Giant Bomb database",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique numeric identifier for the game"
    },
    "guid": {
      "type": "string",
      "description": "Globally unique identifier in the format XXXX-XXXXXXXX"
    },
    "name": {
      "type": "string",
      "description": "Name of the game"
    },
    "deck": {
      "type": "string",
      "description": "Brief one-paragraph summary of the game"
    },
    "description": {
      "type": "string",
      "description": "Full HTML description of the game"
    },
    "aliases": {
      "type": "string",
      "description": "Newline-separated list of alternative names"
    },
    "api_detail_url": {
      "type": "string",
      "format": "uri",
      "description": "URL pointing to the API endpoint for this game"
    },
    "site_detail_url": {
      "type": "string",
      "format": "uri",
      "description": "URL to the game page on Giant Bomb website"
    },
    "original_release_date": {
      "type": ["string", "null"],
      "format": "date",
      "description": "Original release date of the game"
    },
    "expected_release_day": {
      "type": ["integer", "null"],
      "description": "Expected release day (for upcoming games)"
    },
    "expected_release_month": {
      "type": ["integer", "null"],
      "description": "Expected release month (for upcoming games)"
    },
    "expected_release_year": {
      "type": ["integer", "null"],
      "description": "Expected release year (for upcoming games)"
    },
    "expected_release_quarter": {
      "type": ["integer", "null"],
      "description": "Expected release quarter (for upcoming games)"
    },
    "image": {
      "type": "object",
      "description": "Image URLs in various sizes",
      "properties": {
        "icon_url": {"type": "string", "format": "uri"},
        "medium_url": {"type": "string", "format": "uri"},
        "screen_url": {"type": "string", "format": "uri"},
        "small_url": {"type": "string", "format": "uri"},
        "super_url": {"type": "string", "format": "uri"},
        "thumb_url": {"type": "string", "format": "uri"},
        "tiny_url": {"type": "string", "format": "uri"}
      }
    },
    "platforms": {
      "type": "array",
      "description": "Platforms the game is available on",
      "items": {
        "type": "object",
        "properties": {
          "api_detail_url": {"type": "string", "format": "uri"},
          "id": {"type": "integer"},
          "name": {"type": "string"},
          "site_detail_url": {"type": "string", "format": "uri"},
          "abbreviation": {"type": "string"}
        }
      }
    },
    "genres": {
      "type": "array",
      "description": "Genres associated with the game",
      "items": {
        "type": "object",
        "properties": {
          "api_detail_url": {"type": "string", "format": "uri"},
          "id": {"type": "integer"},
          "name": {"type": "string"},
          "site_detail_url": {"type": "string", "format": "uri"}
        }
      }
    },
    "developers": {
      "type": "array",
      "description": "Companies that developed the game",
      "items": {
        "type": "object",
        "properties": {
          "api_detail_url": {"type": "string", "format": "uri"},
          "id": {"type": "integer"},
          "name": {"type": "string"},
          "site_detail_url": {"type": "string", "format": "uri"}
        }
      }
    },
    "publishers": {
      "type": "array",
      "description": "Companies that published the game",
      "items": {
        "type": "object",
        "properties": {
          "api_detail_url": {"type": "string", "format": "uri"},
          "id": {"type": "integer"},
          "name": {"type": "string"},
          "site_detail_url": {"type": "string", "format": "uri"}
        }
      }
    },
    "franchises": {
      "type": "array",
      "description": "Franchises the game belongs to",
      "items": {
        "type": "object",
        "properties": {
          "api_detail_url": {"type": "string", "format": "uri"},
          "id": {"type": "integer"},
          "name": {"type": "string"},
          "site_detail_url": {"type": "string", "format": "uri"}
        }
      }
    }
  },
  "required": ["id", "guid", "name"]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/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.