MeowFacts

Random cat facts as JSON, one or many at a time

🐕 AnimalsUNMONITOREDchecked 58 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

MeowFacts dishes out random feline trivia, returning a JSON object with a data array of fact strings. A count query parameter controls how many facts you get back. No key required and CORS is open.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://meowfacts.herokuapp.com/?count=1

{
  "data": [
    "Jaguars are the only big cats that don't roar."
  ]
}
Call itcurl · fetch · python
curl "https://meowfacts.herokuapp.com/?count=1"
const res = await fetch("https://meowfacts.herokuapp.com/?count=1");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://meowfacts.herokuapp.com/?count=1")
print(res.json())
Endpoints · 3On scheduleFULL DOCS ↗
First rollup pending — GET /?count=1 has been probed
GET/?count=1PROBED

Random cat facts as JSON, one or many at a time

GET/?limit=5

MeowFacts root or index route.

GET/?page=1

MeowFacts root or index route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

MeowFacts: common questions

Is MeowFacts free to use?

Yes — MeowFacts is a free animals API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does MeowFacts need an API key?

No — MeowFacts needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call MeowFacts from the browser?

Yes — MeowFacts returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is MeowFacts up right now?

As of our last scheduled check, MeowFacts is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.