---
title: "Get a list of breeds"
method: GET
path: "/breeds"
tags: ["Breeds"]
---

# Get a list of breeds

`GET /breeds`

Returns a a list of breeds

## Query parameters

- `limit` integer

## Response `200`

successful operation

- Breed[]
  - `breed` string, string — Breed
  - `country` string, string — Country
  - `origin` string, string — Origin
  - `coat` string, string — Coat
  - `pattern` string, string — Pattern

---

[API](https://skmtc.dev/catfact/apis/cat-fact-api.md) · [All operations](https://skmtc.dev/catfact/apis/cat-fact-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/catfact/cat-fact-api/revisions/f645fa9e4825/schema)
