Cataas · JSON Structure

Count Response Structure

Total count of cats in the catalog.

Type: object Properties: 1 Required: 1
AnimalsCatsImagesOpen SourcePublic APIs

CountResponse is a JSON Structure definition published by Cataas, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

count

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/count-response-structure.json",
  "name": "CountResponse",
  "description": "Total count of cats in the catalog.",
  "type": "object",
  "required": [
    "count"
  ],
  "properties": {
    "count": {
      "type": "int32",
      "description": "Total number of cats in the catalog.",
      "example": 9384
    }
  }
}