---
title: "get a fact about cats, a meow fact"
method: GET
path: "/"
tags: ["public"]
---

# get a fact about cats, a meow fact

`GET /`

By passing in the appropriate options, you can recieve a specific or more than one fact.

## Query parameters

- `factID` string
- `count` integer
- `lang` 'eng' | 'ukr' | 'rus'

## Response `200`

You just got some meowfacts

- Fact[]
  - `data` string[]

## Other responses

- `400` — bad input parameter
- `404` — fact not found

---

[API](https://skmtc.net/wh-iterabb-it/apis/meow-facts-api-get-a-random-cat-fact.md) · [All operations](https://skmtc.net/wh-iterabb-it/apis/meow-facts-api-get-a-random-cat-fact/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wh-iterabb-it/meow-facts-api-get-a-random-cat-fact/revisions/36d35247be3e/schema)
