no key · no human

Korean Valley API, RSS and sitemap

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

United StatesEnglish#11,404 by volume

Four ways to pull koreanvalley.net

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

JSON Search this publisher

Every article we hold from koreanvalley.net, newest first. Add q= to search inside.

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

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

health 30%society 30%property 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=koreanvalley.net&size=5"
114
articles indexed
110
in the last 30 days
4
median per day
1
languages
2771 min
median crawl lag
28.07 → 05.09
archive depth

Publishing volume

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

2026-07-28: 1 articles2026-07-30: 1 articles2026-08-02: 2 articles2026-08-08: 2 articles2026-08-10: 4 articles2026-08-12: 2 articles2026-08-16: 6 articles2026-08-19: 6 articles2026-08-24: 9 articles2026-08-25: 5 articles2026-08-26: 20 articles2026-08-27: 4 articles2026-08-28: 16 articles2026-08-29: 5 articles2026-08-30: 2 articles2026-08-31: 2 articles2026-09-01: 4 articles2026-09-03: 6 articles2026-09-04: 2 articles2026-09-05: 15 articles07-2808-0808-1608-2508-2808-3109-0409-05
bash
curl "https://freenewsapi.ai/v1/stats?host=koreanvalley.net&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 10304: 00405: 00506: 00607: 60708: 60809: 110910: 01011: 31112: 51213: 01314: 51415: 71516: 71617: 91718: 61819: 111920: 42021: 102122: 112223: 1223
Mon: 15MonTue: 10TueWed: 28WedThu: 11ThuFri: 18FriSat: 22SatSun: 10Sun

Sections

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

SectionArticles
health46
property46
society46

Languages

CodeLanguageArticlesShare
enEnglish114100.0%

Latest articles

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

2살 된 허스키 믹스 강아지 무료 분양
2026-09-04 09:15 UTC
두살 된 허스키 믹스 강아지, 잘 키워주실 분 연락 주세요. 암 수, 두 마리(남매). 암놈은 수술했음. 울타리 밖으로 안나가고, 매우 영리하고 집 잘 지킴. 두마리 한꺼번에 가져가실분 찾습니다. 213-503-3491 Jay Lee

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=koreanvalley.net&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=koreanvalley.net&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 Korean Valley 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
40%
articles with sections
average page weight

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

How many articles does Korean Valley publish per day?

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