v1

latestOpenAPI 3.0.0MIT License2026-07-17365.1 KB
public

get a fact about cats, a meow fact

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

get/

Query parameters

factIDstring

pass an optional id to call a specific fact

countinteger

number of facts to return

lang'eng' | 'ukr' | 'rus'

requested locale to retrieve the cat fact in.

Response

You just got some meowfacts

datastring[]

Example response

[
  {
    "data": [
      "In ancient Egypt, killing a cat was a crime punishable by death."
    ]
  }
]
All 3 operations