---
title: "Get a list of facts"
method: GET
path: "/facts"
tags: ["Facts"]
---

# Get a list of facts

`GET /facts`

Returns a a list of facts

## Query parameters

- `max_length` integer
- `limit` integer

## Response `200`

successful operation

- CatFact[]
  - `fact` string, string — Fact
  - `length` integer — Length

---

[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)
