no key · no human

Cubbies Crib API, RSS and sitemap

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

United StatesEnglish#5,955 by volume

Four ways to pull cubbiescrib.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 cubbiescrib.com, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=cubbiescrib.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=cubbiescrib.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=cubbiescrib.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=cubbiescrib.com&size=20&fields=title,url,published_at,lang"open it →

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

sport 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=cubbiescrib.com&size=5"
359
articles indexed
357
in the last 30 days
14
median per day
1
languages
5380 min
median crawl lag
12.08 → 06.09
archive depth

Publishing volume

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

2026-08-12: 6 articles2026-08-13: 6 articles2026-08-14: 4 articles2026-08-15: 3 articles2026-08-16: 10 articles2026-08-17: 12 articles2026-08-18: 12 articles2026-08-19: 14 articles2026-08-20: 10 articles2026-08-21: 10 articles2026-08-22: 10 articles2026-08-23: 8 articles2026-08-24: 8 articles2026-08-25: 18 articles2026-08-26: 32 articles2026-08-27: 20 articles2026-08-28: 28 articles2026-08-29: 16 articles2026-08-30: 17 articles2026-08-31: 14 articles2026-09-01: 16 articles2026-09-02: 21 articles2026-09-03: 18 articles2026-09-04: 15 articles2026-09-05: 18 articles2026-09-06: 11 articles08-1208-1608-2008-2408-2809-0109-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=cubbiescrib.com&top=10"

Publishing rhythm

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

00: 270001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 121011: 531112: 171213: 541314: 181415: 481516: 201617: 171718: 71819: 61920: 92021: 112122: 392223: 1923
Mon: 34MonTue: 46TueWed: 73WedThu: 54ThuFri: 57FriSat: 47SatSun: 46Sun

Sections

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

SectionArticles
sport56

Languages

CodeLanguageArticlesShare
enEnglish35799.4%

Latest articles

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

Cubs may finally be seeing Ryan Zeferjahn isn't the trade deadline bust fans feared
2026-09-06 17:00 UTC
After a rocky start to his Chicago Cubs tenure, reliever Ryan Zeferjahn seems to be figuring things out at a perfect time for a shaky bullpen mix.
Gavin Hollowell injury update just gave Cubs an intriguing new playoff possibility
2026-09-05 22:00 UTC
Gavin Hollowell is starting a minor-league rehab assignment this weekend, and that should give the Chicago Cubs another option to consider.
Cubs signal they're ready to correct Javier Assad mistake that never should have happened
2026-09-04 21:21 UTC
Javier Assad is with the Chicago Cubs in Miami, and it would seem his return to the roster is imminent.
Cubs' 2027 option decisions look straightforward but Clay Holmes needs to be priority
2026-09-04 15:00 UTC
Most of the 2027 option decisions are straightforward for the Chicago Cubs, but the return of Clay Holmes should be prioritized.
3 Cubs free agents who struck gold in Chicago but don't need new deals
2026-09-04 11:00 UTC
The Chicago Cubs have a number of talented free agents hitting the market this winter. Who can they afford to lose?

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=cubbiescrib.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=cubbiescrib.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 Cubbies Crib 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
16%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 5380 min at the median, 17432 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 Cubbies Crib 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 359 of their articles and lets you filter by date, language and section.

How many articles does Cubbies Crib publish per day?

14 on a median day, measured across 26 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.