no key · no human

Focus Taiwan - CNA English News API, RSS and sitemap

Every article Focus Taiwan - CNA English News publishes, as JSON, through an open API with no key and no signup. 765 of their articles are indexed right now, refreshed hourly.

TaiwanEnglish#3,587 by volume

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

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

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

society 38%business 28%politics 22%

Call the API

A live request. Paste it into a terminal and Focus Taiwan - CNA English News headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=focustaiwan.tw&size=5"
765
articles indexed
395
in the last 30 days
21
median per day
1
languages
220 min
median crawl lag
21.07 → 07.09
archive depth

Publishing volume

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

2026-07-21: 26 articles2026-07-22: 20 articles2026-07-23: 26 articles2026-07-24: 22 articles2026-07-25: 14 articles2026-07-26: 11 articles2026-07-27: 23 articles2026-07-28: 27 articles2026-07-29: 21 articles2026-07-30: 24 articles2026-07-31: 21 articles2026-08-01: 14 articles2026-08-02: 13 articles2026-08-03: 22 articles2026-08-04: 18 articles2026-08-05: 17 articles2026-08-06: 17 articles2026-08-07: 23 articles2026-08-08: 13 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 19 articles2026-08-11: 24 articles2026-08-12: 25 articles2026-08-13: 21 articles2026-08-14: 26 articles2026-08-15: 14 articles2026-08-16: 12 articles2026-08-17: 22 articles2026-08-18: 1 articles2026-08-25: 25 articles2026-08-26: 23 articles2026-08-27: 20 articles2026-08-28: 24 articles2026-08-29: 15 articles2026-09-02: 29 articles2026-09-03: 22 articles2026-09-04: 18 articles2026-09-05: 11 articles2026-09-06: 11 articles2026-09-07: 20 articles07-2107-2708-0208-0808-1408-2609-0409-07

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

bash
curl "https://freenewsapi.ai/v1/stats?host=focustaiwan.tw&top=10"

Publishing rhythm

When Focus Taiwan - CNA English News actually publishes, by hour of day (UTC) and by day of week — measured from 765 timestamps, not from a schedule they advertise.

00: 20001: 210102: 400203: 300304: 260405: 430506: 520607: 490708: 670809: 560910: 641011: 671112: 651213: 341314: 151415: 191516: 331617: 191718: 181819: 201920: 182021: 72122: 02223: 023
Mon: 106MonTue: 121TueWed: 135WedThu: 130ThuFri: 134FriSat: 81SatSun: 58Sun

Sections

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

Languages

The site identifies itself under Focus Taiwan - CNA English News, Focus Taiwan News Channel — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish765100.0%

Latest articles

The 18 most recent Focus Taiwan - CNA English News articles in the index — the same rows the API returns, rendered for humans.

Taiwan shares close up 1.67%
2026-09-07 14:25 UTC · society
U.S. dollar up in Taipei trading
2026-09-07 10:34 UTC · society

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=focustaiwan.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=focustaiwan.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 Focus Taiwan - CNA English News marks up its own pages — useful if you are deciding whether to parse them yourself.

72%
dates from JSON-LD
72%
articles with a byline
100%
articles with sections
87 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 220 min at the median, 2142 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 Focus Taiwan - CNA English News 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 765 of their articles and lets you filter by date, language and section.

How many articles does Focus Taiwan - CNA English News publish per day?

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