no key · no human

NRmagazine API, RSS and sitemap

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

French#5,086 by volume

Four ways to pull nrmagazine.com

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

JSON Search this publisher

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

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

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

entertainment 86%

Call the API

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

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

Publishing volume

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

2026-08-25: 17 articles2026-08-26: 27 articles2026-08-27: 33 articles2026-08-28: 48 articles2026-08-29: 44 articles2026-08-30: 38 articles2026-08-31: 25 articles2026-09-01: 27 articles2026-09-02: 24 articles2026-09-03: 26 articles2026-09-04: 43 articles2026-09-05: 46 articles2026-09-06: 50 articles2026-09-07: 8 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.nrmagazine.com&top=10"

Publishing rhythm

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

00: 190001: 200102: 190203: 190304: 210405: 180506: 180607: 190708: 250809: 210910: 221011: 161112: 191213: 191314: 201415: 181516: 191617: 171718: 171819: 191920: 182021: 172122: 192223: 1723
Mon: 33MonTue: 44TueWed: 51WedThu: 59ThuFri: 91FriSat: 90SatSun: 88Sun

Sections

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

SectionArticles
entertainment117

Languages

CodeLanguageArticlesShare
frFrench456100.0%

Latest articles

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

Joel Kinnaman avant For All Mankind : le faux départ SF avec The Darkest Hour
2026-09-06 20:28 UTC
Avant de devenir un visage solide de la science-fiction télé, l’acteur a essuyé un baptême international franchement bancal L’article Joel Kinnaman avant For All Mankind
Steve McQueen et Wanted Dead or Alive : le western télé qui a fabriqué une légende
2026-09-06 19:28 UTC
Trois saisons, 94 épisodes et un flingueur plus cool que tout Hollywood : voilà comment McQueen a pris de vitesse le cinéma L’article Steve McQueen et Wanted Dead or Aliv
Debris : la série sci-fi NBC qui aurait pu devenir un grand mystère des années 2020
2026-09-06 18:28 UTC
Un X-Files sous perfusion Lost qui n’a pas eu le temps de déployer ses ailes, ni ses monstres L’article Debris : la série sci-fi NBC qui aurait pu devenir un grand mystèr
Star Trek: The Next Generation : 5 batailles spatiales qui ont fait trembler l’Enterprise-D
2026-09-06 17:28 UTC
Quand Star Trek sort les torpilles, la série rappelle qu’elle sait aussi jouer des coudes sans renier Roddenberry L’article Star Trek: The Next Generation : 5 batailles s
Les 10 meilleurs films de science-fiction à petit budget : quand la débrouille fait mieux que les mastodontes
2026-09-06 16:28 UTC
De Cube à Moon, la SF prouve qu’un bon concept peut écraser un budget de studio L’article Les 10 meilleurs films de science-fiction à petit budget : quand la débrouille f

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.nrmagazine.com&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.nrmagazine.com&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 NRmagazine 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
26%
articles with sections
average page weight

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

How many articles does NRmagazine publish per day?

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