Cataas · JSON Structure

Cat Structure

A cat catalog document.

Type: object Properties: 9 Required: 2
AnimalsCatsImageOpen-SourcePublic APIs

Cat is a JSON Structure definition published by Cataas, describing 9 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

_id id tags mimetype size created_at edited_at validated url

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/cataas/refs/heads/main/json-structure/cat-structure.json",
  "name": "Cat",
  "description": "A cat catalog document.",
  "type": "object",
  "required": [
    "id",
    "tags"
  ],
  "properties": {
    "_id": {
      "type": "string",
      "description": "MongoDB document id of the cat.",
      "example": "595f280b557291a9750ebf66"
    },
    "id": {
      "type": "string",
      "description": "Public id of the cat (mirror of `_id`).",
      "example": "595f280b557291a9750ebf66"
    },
    "tags": {
      "type": "array",
      "description": "Tags attached to this cat.",
      "items": {
        "type": "string"
      },
      "example": [
        "cute",
        "orange"
      ]
    },
    "mimetype": {
      "type": "string",
      "description": "MIME type of the cat image file.",
      "example": "image/jpeg"
    },
    "size": {
      "type": "int32",
      "description": "Size of the cat image file in bytes.",
      "example": 18234
    },
    "created_at": {
      "type": "datetime",
      "description": "Timestamp when the cat document was created.",
      "example": "2026-05-29T14:30:00Z"
    },
    "edited_at": {
      "type": "datetime",
      "description": "Timestamp when the cat document was last edited.",
      "example": "2026-05-29T15:00:00Z"
    },
    "validated": {
      "type": "boolean",
      "description": "Whether this cat has been moderated and approved for the public catalog.",
      "example": true
    },
    "url": {
      "type": "uri",
      "description": "Direct URL to the cat image.",
      "example": "https://cataas.com/cat/595f280b557291a9750ebf66"
    }
  }
}

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/cat-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.