no key · no human

NPR API, RSS and sitemap

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

United StatesEnglish#4,025 by volume

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

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

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

entertainment 35%health 18%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.npr.org&size=5"
633
articles indexed
615
in the last 30 days
1
median per day
1
languages
244 min
median crawl lag
10.06 → 06.09
archive depth

Publishing volume

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

2026-06-10: 1 articles2026-06-12: 1 articles2026-06-17: 1 articles2026-06-19: 1 articles2026-06-24: 1 articles2026-06-26: 1 articles2026-07-01: 1 articles2026-07-03: 1 articles2026-07-08: 1 articles2026-07-10: 1 articles2026-07-15: 1 articles2026-07-17: 1 articles2026-07-22: 1 articles2026-07-24: 1 articles2026-07-29: 1 articles2026-07-31: 1 articles2026-08-05: 1 articles2026-08-07: 1 articles2026-08-12: 1 articles2026-08-14: 1 articles2026-08-19: 1 articles2026-08-21: 1 articles2026-08-25: 53 articles2026-08-26: 65 articles2026-08-27: 65 articles2026-08-28: 66 articles2026-08-29: 37 articles2026-08-30: 23 articles2026-08-31: 17 articles2026-09-01: 22 articles2026-09-02: 58 articles2026-09-03: 58 articles2026-09-04: 63 articles2026-09-05: 44 articles2026-09-06: 40 articles06-1006-2607-1507-3108-1908-2809-0209-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.npr.org&top=10"

Publishing rhythm

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

00: 50001: 70102: 50203: 270304: 330405: 340506: 480607: 820708: 340809: 380910: 241011: 311112: 171213: 151314: 181415: 191516: 341617: 921718: 221819: 141920: 102021: 132122: 72223: 423
Mon: 17MonTue: 75TueWed: 134WedThu: 123ThuFri: 140FriSat: 81SatSun: 63Sun

Sections

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

SectionArticles
entertainment505
health505

Languages

The site identifies itself under NPR, Planet Money, www.hongkongnews.net latest rss headlines — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish63199.7%

Latest articles

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

Bad news about ticks: cold weather may not stop them
2026-09-06 17:07 UTC · entertainment
What Russia and China learned from America after 9/11
2026-09-06 17:07 UTC · entertainment
German exit polls suggest far-right party has big lead in regional election
2026-09-06 16:36 UTC
The Alternative for Germany party has a strong lead in a regional election, but it is unclear if it will be able to form Germany's's first far-right state government sinc
American Muslims are giving Texas barbecue a halal makeover
2026-09-06 10:00 UTC
Even as anti-Muslim rhetoric rises in Texas, Muslim pitmasters are winning over diners and reshaping one of the state's most iconic culinary traditions.
U.S. envoys Witkoff and Kushner land for talks in Kyiv after meeting Putin in Moscow
2026-09-06 09:51 UTC
U.S. envoys Steve Witkoff and Jared Kushner are set to arrive in Kyiv on Sunday in their first visit to the Ukrainian capital as part of a renewed push for peace in Russi
QUIZ: Ugh, I'll do it later. How much do you know about procrastination?
2026-09-06 09:01 UTC
Learn a few surprising facts about procrastination — and helpful tools to overcome it — with this quiz. It's based on social scientist Itamar Shatz's new book, <em>Solvin
Whatever happened to kindness? Spoiler alert: Our readers prove it's alive and well
2026-09-06 08:44 UTC
We asked readers to share stories about a moment of kindness involving a stranger. Here are some of their heartwarming anecdotes.

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.npr.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.npr.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 NPR 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
80%
articles with sections
average page weight

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

How many articles does NPR publish per day?

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