Data
Random cat fact (catfact.ninja) API
Return one or more random verified cat facts from catfact.ninja, each with its character length. Answers 'tell me a cat fact','random fact about cats','give me 3 cat facts','something about cats'.
Price$0.01per request
MethodPOST
Route/v1/data/misc-cat-fact
StatusLive
MIME typeapplication/json
Rate limit60/minute
Cache3600s public
datacatfactcatfactanimaltriviafunpets
API URL
Integration docshttps://x402.hexl.dev/v1/data/misc-cat-factExample request
{
"count": 1
}Example response
{
"count": 1,
"facts": [
{
"fact": "Cats sleep for around 13 to 16 hours a day.",
"length": 43
}
]
}Input schema
{
"type": "object",
"required": [],
"properties": {
"count": {
"type": "number",
"default": 1,
"examples": [
1
]
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}