Back to catalog

Endpoint

Cat Facts

Lightweight JSON endpoint returning a random fact about cats.

Random cat facts

FunNo API keyDefault GET

HTTP console

Example URL
https://catfact.ninja/fact
Request

GET returns { fact, length }.

GET /fact
Response

{ fact: string, length: number }

{ "fact": "Cats have whiskers on the back of their front legs.", "length": 58 }
Outbound requestProxy

Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).

Upstream response

Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.