no key · no human

KUCB API, RSS and sitemap

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

United StatesEnglisheng#4,922 by volume

Four ways to pull kucb.org

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

JSON Search this publisher

Every article we hold from kucb.org, newest first. Add q= to search inside.

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

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

politics 40%economy 20%society 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.kucb.org&size=5"
472
articles indexed
267
in the last 30 days
3
median per day
2
languages
371 min
median crawl lag
08.06 → 06.09
archive depth

Publishing volume

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

2026-06-08: 3 articles2026-06-09: 4 articles2026-06-10: 2 articles2026-06-11: 2 articles2026-06-12: 3 articles2026-06-14: 2 articles2026-06-15: 9 articles2026-06-16: 1 articles2026-06-17: 2 articles2026-06-18: 3 articles2026-06-19: 1 articles2026-06-20: 16 articles2026-06-22: 1 articles2026-06-23: 15 articles2026-06-24: 3 articles2026-06-25: 10 articles2026-06-26: 6 articles2026-06-27: 2 articles2026-06-29: 3 articles2026-06-30: 1 articles2026-07-01: 5 articles2026-07-02: 2 articles2026-07-04: 19 articles2026-07-06: 4 articles2026-07-07: 2 articles2026-07-08: 1 articles2026-07-09: 3 articles2026-07-10: 3 articles2026-07-11: 2 articles2026-07-12: 2 articles2026-07-14: 4 articles2026-07-16: 4 articles2026-07-17: 1 articles2026-07-18: 1 articles2026-07-20: 2 articles2026-07-21: 3 articles2026-07-23: 2 articles2026-07-24: 3 articles2026-07-25: 1 articles2026-07-26: 1 articles2026-07-27: 1 articles2026-07-28: 1 articles2026-07-29: 9 articles2026-07-30: 4 articles2026-07-31: 1 articles2026-08-01: 2 articles2026-08-02: 1 articles2026-08-04: 4 articles2026-08-05: 13 articles2026-08-08: 1 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-11: 1 articles2026-08-12: 12 articles2026-08-13: 19 articles2026-08-14: 3 articles2026-08-16: 16 articles2026-08-17: 5 articles2026-08-18: 4 articles2026-08-19: 8 articles2026-08-20: 1 articles2026-08-21: 1 articles2026-08-22: 1 articles2026-08-24: 2 articles2026-08-25: 7 articles2026-08-26: 22 articles2026-08-27: 22 articles2026-08-28: 22 articles2026-08-29: 18 articles2026-08-30: 5 articles2026-09-01: 4 articles2026-09-02: 18 articles2026-09-03: 17 articles2026-09-04: 18 articles2026-09-05: 24 articles2026-09-06: 16 articles06-0806-2207-0707-2308-0508-2109-0409-06

The 1 hatched days are gaps in the upstream news archive, not quiet days at KUCB: the whole corpus dips on those dates. They are excluded from the median above.

bash
curl "https://freenewsapi.ai/v1/stats?host=www.kucb.org&top=10"

Publishing rhythm

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

00: 90001: 10102: 30203: 30304: 1660405: 250506: 370607: 950708: 310809: 100910: 31011: 31112: 101213: 121314: 81415: 81516: 91617: 71718: 111819: 81920: 82021: 82122: 02223: 023
Mon: 30MonTue: 51TueWed: 95WedThu: 89ThuFri: 62FriSat: 87SatSun: 61Sun

Sections

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

Languages

CodeLanguageArticlesShare
enEnglish30664.8%
engeng16935.8%

Latest articles

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

Sunday Puzzle: SPA Day
2026-09-06 07:00 UTC · politics

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.kucb.org&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.kucb.org&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 KUCB marks up its own pages — useful if you are deciding whether to parse them yourself.

63%
dates from JSON-LD
64%
articles with a byline
47%
articles with sections
115 KB
average page weight

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

How many articles does KUCB publish per day?

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