no key · no human

KidsMedia API, RSS and sitemap

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

TaiwanChinese

Four ways to pull kidsmedia.com.tw

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

JSON Search this publisher

Every article we hold from kidsmedia.com.tw, newest first. Add q= to search inside.

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

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

science 20%sport 20%technology 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=kidsmedia.com.tw&size=5"
166
articles indexed
166
in the last 30 days
16
median per day
1
languages
1 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 16 articles2026-08-26: 16 articles2026-08-27: 16 articles2026-08-28: 19 articles2026-08-31: 16 articles2026-09-01: 16 articles2026-09-02: 16 articles2026-09-03: 16 articles2026-09-04: 19 articles2026-09-07: 16 articles08-2508-2608-2708-2808-3109-0109-0209-0309-0409-07
bash
curl "https://freenewsapi.ai/v1/stats?host=kidsmedia.com.tw&top=10"

Publishing rhythm

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

00: 00001: 00102: 10203: 30304: 00405: 30506: 60607: 350708: 300809: 330910: 221011: 251112: 81213: 01314: 01415: 01516: 01617: 01718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 32MonTue: 32TueWed: 32WedThu: 32ThuFri: 38FriSat: 0SatSun: 0Sun

Sections

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

SectionArticles
science78
sport78
technology78

Languages

CodeLanguageArticlesShare
zhChinese166100.0%

Latest articles

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

[早自習報報] KidsDaily_20260907
2026-09-07 10:49 UTC · science
伊索寓言:〈狗與蒼蠅〉
2026-09-07 10:38 UTC · science
學童商店兌換免費鮮乳得說通關語惹議,北市生生喝鮮乳受關注
2026-09-07 07:37 UTC
台北市推動「生生喝鮮乳」政策,最新3.0版上路後,
台灣攜太平洋三友邦共同簽署聯合聲明,承諾守護太平洋地區和平穩定繁榮
2026-09-07 07:21 UTC
外交部長林佳龍出訪我國友邦帛琉,參加台灣與太平洋島
「螢光咖喱」是什麼?怎麼做出來?跟一般的咖喱有什麼不同?為什麼是那個顏色?
2026-09-07 07:13 UTC
在學校營養午餐、便當店和自助餐裡,常能看見一種鮮黃
冰川洪災沖毀吉隆口岸,西藏尼泊爾邊境數百人失蹤持續救援中
2026-09-07 06:56 UTC
尼泊爾北部和中國西藏交界的吉隆口岸,日前遭到暴洪和
[早自習報報] KidsDaily_20260904
2026-09-04 10:15 UTC
家事國事天下事,日日都有新鮮事;每天多看一點點,久
天方夜譚一千零一夜:烏馬爾·努阿曼王傳奇(後段)–-坎馬坎的初戀
2026-09-04 10:12 UTC
坎馬坎與庫茲雅·法坎年滿十五歲以後,童年時形影不離

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=kidsmedia.com.tw&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=kidsmedia.com.tw&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 KidsMedia 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
47%
articles with sections
average page weight

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

How many articles does KidsMedia publish per day?

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