Freemium

The Cat API

The Cat API provides programmatic access to tens of thousands of cat images, breed metadata, facts, and features like user favorites and voting. It supports image search endpoints with optional filters (breed, format, size), and returns structured JSON responses via authenticated GET requests.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

1,000 requests per day

Rate Limit

API Endpoints

Find cat images with filtering options

Full URL

https://api.thecatapi.com/v1/images/search

Code Examples

curl -X GET 'https://api.thecatapi.com/v1/images/search' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

{
  "limit": 1,
  "order": "RANDOM",
  "mime_types": "jpg,png"
}

Example Response

[
  {
    "id": "MTYwODk3Mg",
    "url": "https://cdn2.thecatapi.com/images/MTYwODk3Mg.jpg",
    "width": 640,
    "breeds": [
      {
        "name": "Siamese"
      }
    ],
    "height": 426
  }
]

Version

v1

Rate Limit

10,000 requests/day
Tags
animalscatsimages
Technical Details
Authentication
API Key (free)
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

up to 1000 requests per day (free tier)

Supported Languages
JavaScriptPython
Use Cases
pet apps
animal facts
https://thecatapi.com/

Related APIs

Discover similar APIs that might interest you

APIfree

Cat Facts

The Cat Facts API provides random intere...

Category
Science & Nature
Endpoints
1
animalscats
APIfree

Cataas

Cataas (Cat as a Service) is a free API ...

Category
Science & Nature
Endpoints
2
catsimages
APIopen source

Zoo Animals API

Zoo Animals API provides developers with...

Category
Science & Nature
Endpoints
2
educationzoo
The Cat API – free cat images & breed data | Free API Hub