The Cat API · JSON Structure

The Cat Api Image Search Structure

The structure of the array response from the GET /images/search endpoint.

Type: array Properties: 0
AnimalsCatsImageMedia

The Cat Api Image Search Structure is a JSON Structure definition published by The Cat API.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Cat API Image Search Response Structure",
  "description": "The structure of the array response from the GET /images/search endpoint.",
  "type": "array",
  "structure": {
    "items": {
      "type": "object",
      "description": "A single cat image result.",
      "children": {
        "id": {
          "type": "string",
          "description": "Unique image identifier."
        },
        "url": {
          "type": "string",
          "description": "Direct URL to the image file."
        },
        "width": {
          "type": "integer",
          "description": "Image width in pixels."
        },
        "height": {
          "type": "integer",
          "description": "Image height in pixels."
        },
        "breeds": {
          "type": "array",
          "description": "Zero or more breed objects associated with this image.",
          "items": {
            "id": { "type": "string" },
            "name": { "type": "string" },
            "origin": { "type": "string" },
            "temperament": { "type": "string" },
            "description": { "type": "string" },
            "life_span": { "type": "string" },
            "adaptability": { "type": "integer" },
            "affection_level": { "type": "integer" },
            "intelligence": { "type": "integer" },
            "wikipedia_url": { "type": "string" }
          }
        },
        "categories": {
          "type": "array",
          "description": "Zero or more category tags for the image.",
          "items": {
            "id": { "type": "integer" },
            "name": { "type": "string" }
          }
        }
      }
    }
  }
}

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/the-cat-api-image-search-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 email required.

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