Cat Fact But Fake
The Cat Fact But Fake API returns one fake cat fact per call, with a fabricated source. Every fact is wrong. Every source is invented. The confidence is absolute. Factual accuracy is documented as 0.
Try It — No Seriously
Parameters
| Parameter | Type | Required | Default | Description |
|---|
Examples
curl "https://api.stupidapis.com/cat-fact-but-fake/fact"
import requests
response = requests.get("https://api.stupidapis.com/cat-fact-but-fake/fact")
print(response.json())
const response = await fetch("https://api.stupidapis.com/cat-fact-but-fake/fact");
const data = await response.json();
console.log(data);
Response Schema
| Field | Type | Description |
|---|---|---|
fact |
string |
The fake fact |
source |
string |
A made-up source |
confidence |
string |
Always "absolute" |
factual_accuracy |
number |
Always 0 |
citation_quality |
string |
Always "lateral" |
Example Response
{
"fact": "Cats have 14 stomachs, used exclusively for grudges.",
"source": "Journal of Unverified Mammalogy",
"confidence": "absolute",
"factual_accuracy": 0,
"citation_quality": "lateral"
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidapis.com/cat-fact-but-fake/mcp
POST https://api.stupidapis.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.