no key · no human

KUNM API, RSS and sitemap

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

United StatesEnglisheng#2,479 by volume

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

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

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

entertainment 38%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.kunm.org&size=5"
1,267
articles indexed
769
in the last 30 days
8
median per day
2
languages
393 min
median crawl lag
09.06 → 07.09
archive depth

Publishing volume

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

2026-06-09: 10 articles2026-06-10: 2 articles2026-06-11: 19 articles2026-06-12: 5 articles2026-06-15: 7 articles2026-06-16: 7 articles2026-06-17: 8 articles2026-06-18: 14 articles2026-06-19: 4 articles2026-06-20: 1 articles2026-06-21: 1 articles2026-06-22: 8 articles2026-06-23: 11 articles2026-06-24: 24 articles2026-06-25: 18 articles2026-06-26: 8 articles2026-06-27: 1 articles2026-06-28: 1 articles2026-06-29: 5 articles2026-06-30: 4 articles2026-07-01: 3 articles2026-07-02: 5 articles2026-07-03: 9 articles2026-07-04: 2 articles2026-07-05: 3 articles2026-07-06: 7 articles2026-07-07: 6 articles2026-07-08: 11 articles2026-07-09: 4 articles2026-07-10: 9 articles2026-07-11: 2 articles2026-07-12: 5 articles2026-07-13: 6 articles2026-07-14: 23 articles2026-07-15: 14 articles2026-07-16: 6 articles2026-07-17: 26 articles2026-07-18: 2 articles2026-07-20: 4 articles2026-07-21: 9 articles2026-07-22: 2 articles2026-07-23: 3 articles2026-07-24: 5 articles2026-07-26: 1 articles2026-07-27: 9 articles2026-07-28: 17 articles2026-07-29: 3 articles2026-07-30: 4 articles2026-07-31: 9 articles2026-08-02: 1 articles2026-08-03: 6 articles2026-08-04: 10 articles2026-08-05: 6 articles2026-08-06: 26 articles2026-08-07: 60 articles2026-08-08: 24 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 22 articles2026-08-11: 43 articles2026-08-12: 37 articles2026-08-13: 23 articles2026-08-14: 10 articles2026-08-15: 2 articles2026-08-16: 3 articles2026-08-17: 9 articles2026-08-18: 8 articles2026-08-19: 13 articles2026-08-20: 17 articles2026-08-21: 18 articles2026-08-22: 7 articles2026-08-23: 4 articles2026-08-24: 7 articles2026-08-25: 31 articles2026-08-26: 67 articles2026-08-27: 66 articles2026-08-28: 65 articles2026-08-29: 21 articles2026-08-30: 2 articles2026-08-31: 8 articles2026-09-01: 14 articles2026-09-02: 61 articles2026-09-03: 56 articles2026-09-04: 69 articles2026-09-05: 23 articles2026-09-06: 20 articles2026-09-07: 19 articles06-0906-2507-0907-2408-2309-0609-07

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

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

Publishing rhythm

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

00: 1660001: 180102: 50203: 160304: 2180405: 750506: 700607: 990708: 280809: 260910: 281011: 361112: 411213: 311314: 251415: 321516: 1241617: 1161718: 291819: 311920: 312021: 102122: 62223: 623
Mon: 117MonTue: 193TueWed: 251WedThu: 261ThuFri: 297FriSat: 85SatSun: 63Sun

Sections

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

Languages

CodeLanguageArticlesShare
enEnglish82264.9%
engeng44535.1%

Latest articles

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

Morning news brief
2026-09-07 04:44 UTC · entertainment
Rubio to visit 3 Latin American countries this week
2026-09-07 04:43 UTC · entertainment
What to expect as midterm campaign season kicks off
2026-09-07 04:42 UTC · entertainment

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

52%
dates from JSON-LD
51%
articles with a byline
70%
articles with sections
124 KB
average page weight

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

How many articles does KUNM publish per day?

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