no key · no human

CatDogCentral API, RSS and sitemap

Every article CatDogCentral publishes, as JSON, through an open API with no key and no signup. 209 of their articles are indexed right now, refreshed hourly.

United StatesEnglish#8,497 by volume

Four ways to pull catdogcentral.com

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from catdogcentral.com, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=www.catdogcentral.com&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=www.catdogcentral.com&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=www.catdogcentral.com&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=www.catdogcentral.com&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

society 100%

Call the API

A live request. Paste it into a terminal and CatDogCentral headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.catdogcentral.com&size=5"
209
articles indexed
209
in the last 30 days
15
median per day
1
languages
245 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

Articles per day over the last 13 days. The busiest hour is 12:00 UTC — that is when the newsroom pushes its main batch.

2026-08-25: 14 articles2026-08-26: 15 articles2026-08-27: 15 articles2026-08-28: 13 articles2026-08-29: 14 articles2026-08-30: 21 articles2026-08-31: 15 articles2026-09-01: 15 articles2026-09-02: 12 articles2026-09-03: 17 articles2026-09-04: 16 articles2026-09-05: 19 articles2026-09-06: 23 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.catdogcentral.com&top=10"

Publishing rhythm

When CatDogCentral actually publishes, by hour of day (UTC) and by day of week — measured from 209 timestamps, not from a schedule they advertise.

00: 130001: 60102: 00203: 00304: 00405: 00506: 00607: 50708: 140809: 60910: 31011: 111112: 281213: 111314: 111415: 131516: 231617: 51718: 71819: 91920: 212021: 122122: 62223: 523
Mon: 15MonTue: 29TueWed: 27WedThu: 32ThuFri: 29FriSat: 33SatSun: 44Sun

Sections

Sections come from the publisher's own markup, present on 47% of their articles.

SectionArticles
society99

Languages

CodeLanguageArticlesShare
enEnglish209100.0%

Latest articles

The 18 most recent CatDogCentral articles in the index — the same rows the API returns, rendered for humans.

Clicker Training for Dogs: A Beginner’s Complete Guide
2026-09-06 22:12 UTC
Start clicker training by 'loading' the clicker — clicking and immediately treating 15-20 times until the dog visibly anticipates the treat after the click. Then use the
The Urinary Blockage: Why Male Cats Are Prone to Crystals and How Dogs Differ
2026-09-06 20:02 UTC
Male cats are tragically designed for a terrifying emergency: the urinary blockage. Discover why their unique anatomical plumbing turns common crystals into a fatal, tick
Nose Work for Dogs: Teaching Your Dog to Search and Find
2026-09-06 16:58 UTC
Start nose work by teaching your dog that finding a specific container with food in it earns a reward. Once they're actively searching for the food-scented container, you
The Attention Trap: Why Yelling at Your Dog or Cat Actually Rewards Bad Behavior
2026-09-06 16:02 UTC
When your pet misbehaves, your first instinct is to yell. But that loud outburst is actually rewarding their bad behavior! Discover why you're falling into the attention
Getting Started in Dog Agility: A Beginner’s Roadmap
2026-09-06 15:46 UTC
Getting started in dog agility means building three foundational skills first: focus on the handler, obstacle confidence (approaching and interacting with equipment calml
The Raw Diet Debate: Nutritional Needs of Obligate Carnivore Cats vs. Scavenging Dogs
2026-09-06 12:06 UTC
Assuming a dog's raw diet is perfect for your cat is a common, dangerous mistake. Uncover the stark biological differences between scavenging canines and obligate feline
The Family Ringworm Outbreak: Why Your New Kitten Might Be the Culprit
2026-09-06 11:06 UTC
That new kitten may be carrying more than cuddles. Ringworm isn't a worm — it's a highly contagious fungus kittens spread, often with no symptoms. A vet explains how to p
Counter Surfing: How to Stop Your Dog From Stealing Food
2026-09-06 01:39 UTC
Counter surfing is stopped by management (never leaving food accessible on counters) and teaching an incompatible behavior. Because counter surfing is so strongly self-re
The Upset Stomach: Decoding Acute Vomiting in Dogs vs. Cats
2026-09-06 00:02 UTC
When your pet suddenly vomits, the underlying cause depends entirely on their species. Discover why dogs get sick from scavenging garbage, while cats suffer from stress a

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=www.catdogcentral.com&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=www.catdogcentral.com&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well CatDogCentral marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
47%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 245 min at the median, 1405 minutes at the 90th percentile.

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does CatDogCentral have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 209 of their articles and lets you filter by date, language and section.

How many articles does CatDogCentral publish per day?

15 on a median day, measured across 13 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.