Giant Bomb · Schema

ApiResponse

Standard wrapper response returned by all Giant Bomb API endpoints

EntertainmentVideo GamesGame DatabaseGamingMedia

Properties

Name Type Description
error string Human-readable error message; 'OK' on success
limit integer Number of results per page as requested
offset integer Offset into the result set
number_of_page_results integer Number of results returned on the current page
number_of_total_results integer Total number of results matching the query
status_code integer Status code; 1 indicates success
results object The result data; an array for list endpoints or a single object for detail endpoints
version string API version string
View JSON Schema on GitHub

JSON Schema

api-response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/giantbomb/main/json-schema/api-response.json",
  "title": "ApiResponse",
  "description": "Standard wrapper response returned by all Giant Bomb API endpoints",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Human-readable error message; 'OK' on success"
    },
    "limit": {
      "type": "integer",
      "description": "Number of results per page as requested"
    },
    "offset": {
      "type": "integer",
      "description": "Offset into the result set"
    },
    "number_of_page_results": {
      "type": "integer",
      "description": "Number of results returned on the current page"
    },
    "number_of_total_results": {
      "type": "integer",
      "description": "Total number of results matching the query"
    },
    "status_code": {
      "type": "integer",
      "description": "Status code; 1 indicates success",
      "enum": [1, 100, 101, 102, 103, 104]
    },
    "results": {
      "description": "The result data; an array for list endpoints or a single object for detail endpoints",
      "oneOf": [
        {"type": "array"},
        {"type": "object"}
      ]
    },
    "version": {
      "type": "string",
      "description": "API version string"
    }
  },
  "required": ["error", "status_code", "results"]
}

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/api-response"
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.