Cataas website screenshot

Cataas

Cataas (Cat as a Service) is a free, open-source REST API that returns random cat images and GIFs with optional tags, filters, sizing, and text overlays. The service is widely embedded in tutorials, demos, README files, and chat applications as a friction-free image source. The canonical implementation lives at github.com/cataas/cataas and runs at cataas.com.

Cataas publishes 4 APIs on the APIs.io network, including Admin API, Catalog API, Cats API, and 1 more. Tagged areas include Animals, Cats, Images, Open Source, and Public APIs.

The Cataas catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

Cataas’ developer surface includes authentication, tooling, and 12 more developer resources.

34.9/100 thin ▼ -6.9 Agent 34/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessSelf serve
4 APIs 9 Features 5 Use Cases
AnimalsCatsImagesOpen SourcePublic APIs

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 34.9/100 · thin
Contract Quality 15.6 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 0.0 / 20
Operational Transparency 0.7 / 13
Governance 8.3 / 12
Discoverability 8.2 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/cataas: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 4

Individual APIs this provider publishes, each with its own machine-readable definition.

Cataas Admin API

Administrative operations on the cat catalog (admin token required)

Cataas Catalog API

Browse cats, tags, and stats programmatically (JSON)

Cataas Cats API

Random and tagged cat image retrieval

Cataas Upload API

Submit a cat image (rate-limited / moderated)

Features 9

Notable capabilities this provider offers.

Random Cat Image

GET /cat returns a random cat image (JPEG, PNG, or GIF).

Tagged Cat Retrieval

GET /cat/{tag} returns a random cat matching one or more comma-separated tags.

Animated GIFs

GET /cat/gif returns a random animated cat.

Text Overlay

GET /cat/says/{text} renders user-supplied text on top of a random cat with configurable font size, color, and background.

Image Filters

filter=blur|mono|negate|custom with per-channel and per-property tuning (brightness, hue, saturation, RGB).

Sizing and Cropping

type, width, height, fit, and position query parameters resize and crop the returned image.

JSON Catalog API

/api/cats, /api/tags, /api/count expose the catalog programmatically.

Content Negotiation

json=true returns a metadata document instead of binary; html=true returns an embedding wrapper page.

Free and Unauthenticated

All read endpoints are public and require no API key.

Scroll for all 9

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Cataas Context

4 classes · 11 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Cataas API Rules

5 rules · 4 warnings 1 info

SPECTRAL

Cataas API Rules

40 rules · 12 errors 24 warnings 4 info

SPECTRAL

JSON Schema 4

Standalone JSON Schema definitions for this provider's data models.

Cat

9 properties

JSON SCHEMA

CountResponse

1 properties

JSON SCHEMA

EditCatRequest

1 properties

JSON SCHEMA

UploadCatRequest

2 properties

JSON SCHEMA

JSON Structure 4

JSON Structure definitions describing this provider's data shapes.

Cat Structure

9 properties

JSON STRUCTURE

Count Response Structure

1 properties

JSON STRUCTURE

Edit Cat Request Structure

1 properties

JSON STRUCTURE

Upload Cat Request Structure

2 properties

JSON STRUCTURE

Examples 4

Example request and response payloads for these APIs.

Cat Example

9 fields

EXAMPLE

Count Response Example

1 fields

EXAMPLE

Edit Cat Request Example

1 fields

EXAMPLE

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Cataas Authentication

http · 1 scheme

SECURITY

Cataas Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Cataas Agentic Access

15 operations · 4 acting

15 operations · 4 acting

AGENTIC

Use Cases 5

What developers build with this provider.

Tutorials and Demos

Embed live cat images in API tutorials, learn-to-code lessons, and conference demos.

README Decoration

Decorate open-source READMEs and personal sites with rotating cat imagery.

Chat Bots and Slash Commands

Slack, Discord, and Teams bots fetch random cats on demand via /cat or /cat/says.

Mocking Image-Heavy APIs

Stand in for a real image-CDN-backed API while prototyping front-end layouts.

Image Pipeline Testing

Exercise resize, format-conversion, and filtering pipelines with predictable image input.

Integrations 4

Pre-built integrations with other platforms and tools.

Slack

Official slack-command repo wires /cat into Slack workspaces.

Discord

Official discord-bot repo provides a Cataas Discord integration.

Pipeworx MCP Gateway

Community MCP server (pipeworx-io/mcp-cataas) wraps the API for use by Claude and other MCP clients.

Public APIs Catalog

Listed in the public-apis/public-apis Animals category.

Solutions 1

Packaged solutions this provider offers.

Self-Hosted Catalog

Run your own Cataas instance from cataas/cataas (Node.js + MongoDB + sharp) to power internal demos or branded image services.

Resources

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 6

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: cataas
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/cataas.png
name: Cataas
description: Cataas (Cat as a Service) is a free, open-source REST API that returns random cat images and GIFs with optional
  tags, filters, sizing, and text overlays. The service is widely embedded in tutorials, demos, README files, and chat applications
  as a friction-free image source. The canonical implementation lives at github.com/cataas/cataas and runs at cataas.com.
url: https://cataas.com/
specificationVersion: '0.20'
created: '2026-05-28'
modified: '2026-05-30'
x-source: public-apis/public-apis
x-category: Animals
x-type: opensource
x-tier: 3
x-tier-reason: bulk-registered-from-public-apis
tags:
- Animals
- Cats
- Images
- Open Source
- Public APIs
apis:
- aid: cataas:cataas-admin-api
  name: Cataas Admin API
  description: Administrative operations on the cat catalog (admin token required)
  humanURL: https://cataas.com/
  baseURL: https://cataas.com
  tags:
  - Admin
  properties:
  - type: OpenAPI
    url: openapi/cataas-admin-api-openapi.yml
  - type: Documentation
    url: https://cataas.com/
  - type: JSONSchema
    url: json-schema/cat-schema.json
  - type: JSONSchema
    url: json-schema/count-response-schema.json
  - type: JSONSchema
    url: json-schema/upload-cat-request-schema.json
  - type: JSONSchema
    url: json-schema/edit-cat-request-schema.json
  - type: JSONStructure
    url: json-structure/cat-structure.json
  - type: JSONStructure
    url: json-structure/count-response-structure.json
  - type: JSONStructure
    url: json-structure/upload-cat-request-structure.json
  - type: JSONStructure
    url: json-structure/edit-cat-request-structure.json
  - type: Examples
    url: examples/cat-example.json
  - type: Examples
    url: examples/count-response-example.json
  - type: Examples
    url: examples/upload-cat-request-example.json
  - type: Examples
    url: examples/edit-cat-request-example.json
  - type: SDKs
    url: https://github.com/iArmanKarimi/Cataas-API-js
  - type: SDKs
    url: https://github.com/iArmanKarimi/Cataas-API-go
  - type: SDKs
    url: https://github.com/chimpook/cataas-api-php
- aid: cataas:cataas-catalog-api
  name: Cataas Catalog API
  description: Browse cats, tags, and stats programmatically (JSON)
  humanURL: https://cataas.com/
  baseURL: https://cataas.com
  tags:
  - Catalog
  properties:
  - type: OpenAPI
    url: openapi/cataas-catalog-api-openapi.yml
  - type: Documentation
    url: https://cataas.com/
  - type: JSONSchema
    url: json-schema/cat-schema.json
  - type: JSONSchema
    url: json-schema/count-response-schema.json
  - type: JSONSchema
    url: json-schema/upload-cat-request-schema.json
  - type: JSONSchema
    url: json-schema/edit-cat-request-schema.json
  - type: JSONStructure
    url: json-structure/cat-structure.json
  - type: JSONStructure
    url: json-structure/count-response-structure.json
  - type: JSONStructure
    url: json-structure/upload-cat-request-structure.json
  - type: JSONStructure
    url: json-structure/edit-cat-request-structure.json
  - type: Examples
    url: examples/cat-example.json
  - type: Examples
    url: examples/count-response-example.json
  - type: Examples
    url: examples/upload-cat-request-example.json
  - type: Examples
    url: examples/edit-cat-request-example.json
  - type: SDKs
    url: https://github.com/iArmanKarimi/Cataas-API-js
  - type: SDKs
    url: https://github.com/iArmanKarimi/Cataas-API-go
  - type: SDKs
    url: https://github.com/chimpook/cataas-api-php
- aid: cataas:cataas-cats-api
  name: Cataas Cats API
  description: Random and tagged cat image retrieval
  humanURL: https://cataas.com/
  baseURL: https://cataas.com
  tags:
  - Cats
  properties:
  - type: OpenAPI
    url: openapi/cataas-cats-api-openapi.yml
  - type: Documentation
    url: https://cataas.com/
  - type: JSONSchema
    url: json-schema/cat-schema.json
  - type: JSONSchema
    url: json-schema/count-response-schema.json
  - type: JSONSchema
    url: json-schema/upload-cat-request-schema.json
  - type: JSONSchema
    url: json-schema/edit-cat-request-schema.json
  - type: JSONStructure
    url: json-structure/cat-structure.json
  - type: JSONStructure
    url: json-structure/count-response-structure.json
  - type: JSONStructure
    url: json-structure/upload-cat-request-structure.json
  - type: JSONStructure
    url: json-structure/edit-cat-request-structure.json
  - type: Examples
    url: examples/cat-example.json
  - type: Examples
    url: examples/count-response-example.json
  - type: Examples
    url: examples/upload-cat-request-example.json
  - type: Examples
    url: examples/edit-cat-request-example.json
  - type: SDKs
    url: https://github.com/iArmanKarimi/Cataas-API-js
  - type: SDKs
    url: https://github.com/iArmanKarimi/Cataas-API-go
  - type: SDKs
    url: https://github.com/chimpook/cataas-api-php
- aid: cataas:cataas-upload-api
  name: Cataas Upload API
  description: Submit a cat image (rate-limited / moderated)
  humanURL: https://cataas.com/
  baseURL: https://cataas.com
  tags:
  - Upload
  properties:
  - type: OpenAPI
    url: openapi/cataas-upload-api-openapi.yml
  - type: Documentation
    url: https://cataas.com/
  - type: JSONSchema
    url: json-schema/cat-schema.json
  - type: JSONSchema
    url: json-schema/count-response-schema.json
  - type: JSONSchema
    url: json-schema/upload-cat-request-schema.json
  - type: JSONSchema
    url: json-schema/edit-cat-request-schema.json
  - type: JSONStructure
    url: json-structure/cat-structure.json
  - type: JSONStructure
    url: json-structure/count-response-structure.json
  - type: JSONStructure
    url: json-structure/upload-cat-request-structure.json
  - type: JSONStructure
    url: json-structure/edit-cat-request-structure.json
  - type: Examples
    url: examples/cat-example.json
  - type: Examples
    url: examples/count-response-example.json
  - type: Examples
    url: examples/upload-cat-request-example.json
  - type: Examples
    url: examples/edit-cat-request-example.json
  - type: SDKs
    url: https://github.com/iArmanKarimi/Cataas-API-js
  - type: SDKs
    url: https://github.com/iArmanKarimi/Cataas-API-go
  - type: SDKs
    url: https://github.com/chimpook/cataas-api-php
common:
- type: AgenticAccess
  url: agentic-access/cataas-agentic-access.yml
- type: DomainSecurity
  url: security/cataas-domain-security.yml
- type: Authentication
  url: authentication/cataas-authentication.yml
- type: Website
  url: https://cataas.com/
- type: GitHubOrganization
  url: https://github.com/cataas
- type: GitHubRepository
  url: https://github.com/cataas/cataas
  title: Canonical Cataas server (Node.js)
- type: GitHubRepository
  url: https://github.com/cataas/discord-bot
  title: Cataas Discord bot
- type: GitHubRepository
  url: https://github.com/cataas/slack-command
  title: Cataas Slack slash command
- type: GitHubRepository
  url: https://github.com/cataas/image-editor
  title: Cataas image editor library
- type: Tools
  title: MCP Server (community via Pipeworx Gateway)
  url: https://github.com/pipeworx-io/mcp-cataas
- type: PublicAPIsListing
  url: https://github.com/public-apis/public-apis
- type: SpectralRules
  url: rules/cataas-spectral-rules.yml
- type: Vocabulary
  url: vocabulary/cataas-vocabulary.yaml
- type: JSONLD
  url: json-ld/cataas-context.jsonld
- type: Features
  data:
  - name: Random Cat Image
    description: GET /cat returns a random cat image (JPEG, PNG, or GIF).
  - name: Tagged Cat Retrieval
    description: GET /cat/{tag} returns a random cat matching one or more comma-separated tags.
  - name: Animated GIFs
    description: GET /cat/gif returns a random animated cat.
  - name: Text Overlay
    description: GET /cat/says/{text} renders user-supplied text on top of a random cat with configurable font size, color,
      and background.
  - name: Image Filters
    description: filter=blur|mono|negate|custom with per-channel and per-property tuning (brightness, hue, saturation, RGB).
  - name: Sizing and Cropping
    description: type, width, height, fit, and position query parameters resize and crop the returned image.
  - name: JSON Catalog API
    description: /api/cats, /api/tags, /api/count expose the catalog programmatically.
  - name: Content Negotiation
    description: json=true returns a metadata document instead of binary; html=true returns an embedding wrapper page.
  - name: Free and Unauthenticated
    description: All read endpoints are public and require no API key.
- type: UseCases
  data:
  - name: Tutorials and Demos
    description: Embed live cat images in API tutorials, learn-to-code lessons, and conference demos.
  - name: README Decoration
    description: Decorate open-source READMEs and personal sites with rotating cat imagery.
  - name: Chat Bots and Slash Commands
    description: Slack, Discord, and Teams bots fetch random cats on demand via /cat or /cat/says.
  - name: Mocking Image-Heavy APIs
    description: Stand in for a real image-CDN-backed API while prototyping front-end layouts.
  - name: Image Pipeline Testing
    description: Exercise resize, format-conversion, and filtering pipelines with predictable image input.
- type: Integrations
  data:
  - name: Slack
    description: Official slack-command repo wires /cat into Slack workspaces.
  - name: Discord
    description: Official discord-bot repo provides a Cataas Discord integration.
  - name: Pipeworx MCP Gateway
    description: Community MCP server (pipeworx-io/mcp-cataas) wraps the API for use by Claude and other MCP clients.
  - name: Public APIs Catalog
    description: Listed in the public-apis/public-apis Animals category.
- type: Solutions
  data:
  - name: Self-Hosted Catalog
    description: Run your own Cataas instance from cataas/cataas (Node.js + MongoDB + sharp) to power internal demos or branded
      image services.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com