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
Example response
[
{
"data": [
"In ancient Egypt, killing a cat was a crime punishable by death."
]
}
]