no key · no human

KYUK API, RSS and sitemap

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

United StatesEnglisheng#2,944 by volume

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

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

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

entertainment 30%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.kyuk.org&size=5"
996
articles indexed
628
in the last 30 days
6
median per day
2
languages
612 min
median crawl lag
08.06 → 06.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-08: 8 articles2026-06-09: 8 articles2026-06-10: 10 articles2026-06-11: 4 articles2026-06-12: 7 articles2026-06-13: 1 articles2026-06-14: 1 articles2026-06-15: 20 articles2026-06-16: 6 articles2026-06-17: 4 articles2026-06-18: 6 articles2026-06-19: 3 articles2026-06-20: 3 articles2026-06-21: 3 articles2026-06-22: 6 articles2026-06-23: 4 articles2026-06-24: 9 articles2026-06-25: 12 articles2026-06-26: 7 articles2026-06-27: 3 articles2026-06-28: 1 articles2026-06-29: 10 articles2026-06-30: 21 articles2026-07-01: 8 articles2026-07-02: 7 articles2026-07-03: 4 articles2026-07-04: 1 articles2026-07-06: 7 articles2026-07-07: 4 articles2026-07-08: 16 articles2026-07-09: 7 articles2026-07-10: 6 articles2026-07-11: 2 articles2026-07-12: 1 articles2026-07-13: 5 articles2026-07-14: 2 articles2026-07-15: 7 articles2026-07-16: 9 articles2026-07-17: 4 articles2026-07-18: 1 articles2026-07-20: 5 articles2026-07-21: 4 articles2026-07-22: 2 articles2026-07-23: 11 articles2026-07-24: 9 articles2026-07-27: 5 articles2026-07-28: 6 articles2026-07-29: 4 articles2026-07-30: 6 articles2026-07-31: 16 articles2026-08-02: 1 articles2026-08-03: 7 articles2026-08-04: 1 articles2026-08-05: 7 articles2026-08-06: 30 articles2026-08-07: 10 articles2026-08-08: 3 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 5 articles2026-08-11: 7 articles2026-08-12: 8 articles2026-08-13: 6 articles2026-08-14: 10 articles2026-08-15: 2 articles2026-08-16: 1 articles2026-08-17: 5 articles2026-08-18: 8 articles2026-08-19: 46 articles2026-08-20: 46 articles2026-08-21: 29 articles2026-08-22: 1 articles2026-08-23: 1 articles2026-08-24: 6 articles2026-08-25: 41 articles2026-08-26: 60 articles2026-08-27: 61 articles2026-08-28: 58 articles2026-08-29: 19 articles2026-08-30: 2 articles2026-08-31: 2 articles2026-09-01: 5 articles2026-09-02: 51 articles2026-09-03: 50 articles2026-09-04: 62 articles2026-09-05: 18 articles2026-09-06: 5 articles06-0806-2207-0707-2208-0808-2209-0509-06

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

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

Publishing rhythm

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

00: 200001: 250102: 130203: 120304: 2040405: 870506: 540607: 270708: 100809: 130910: 171011: 191112: 811213: 371314: 361415: 481516: 1151617: 791718: 211819: 191920: 252021: 112122: 112223: 723
Mon: 91MonTue: 117TueWed: 232WedThu: 255ThuFri: 225FriSat: 54SatSun: 17Sun

Sections

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

Languages

CodeLanguageArticlesShare
enEnglish64564.8%
engeng34634.7%

Latest articles

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

Covering the wild world of prediction markets
2026-09-05 17:01 UTC · entertainment
Pilots killed in Cape Newenham crash identified
2026-09-05 15:55 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.kyuk.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.kyuk.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 KYUK marks up its own pages — useful if you are deciding whether to parse them yourself.

64%
dates from JSON-LD
57%
articles with a byline
50%
articles with sections
145 KB
average page weight

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

How many articles does KYUK publish per day?

6 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.