---
title: "Get cats"
method: GET
path: "/public/cats"
tags: ["📢 Public APIs"]
---

# Get cats

`GET /public/cats`

The API endpoint retrieves a list of cat objects.

When accessing this endpoint, you will receive a response containing a collection of cat objects.

Each dog object represents a specific cat breed and includes relevant details such as name, characteristics, temperament, and images.

## Query parameters

- `query` string
- `page` string
- `limit` string

## Response `200`

Get cats

- object
  - `data` object
    - `currentPageItems` number
    - `data` object[]
      - `adaptability` number
      - `affection_level` number
      - `alt_names` string
      - `cfa_url` string
      - `child_friendly` number
      - `country_code` string
      - `country_codes` string
      - `description` string
      - `dog_friendly` number
      - `energy_level` number
      - `experimental` number
      - `grooming` number
      - `hairless` number
      - `health_issues` number
      - `hypoallergenic` number
      - `id` number
      - `image` string
      - `indoor` number
      - `intelligence` number
      - `lap` number
      - `life_span` string
      - `name` string
      - `natural` number
      - `origin` string
      - `rare` number
      - `rex` number
      - `shedding_level` number
      - `short_legs` number
      - `social_needs` number
      - `stranger_friendly` number
      - `suppressed_tail` number
      - `temperament` string
      - `vcahospitals_url` string
      - `vetstreet_url` string
      - `vocalisation` number
      - `weight` object
        - `imperial` string
        - `metric` string
      - `wikipedia_url` string
    - `limit` number
    - `nextPage` boolean
    - `page` number
    - `previousPage` boolean
    - `totalItems` number
    - `totalPages` number
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
