no key · no human

Panorama API, RSS and sitemap

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

NetherlandsDutch#10,558 by volume

Four ways to pull panorama.nl

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

JSON Search this publisher

Every article we hold from panorama.nl, newest first. Add q= to search inside.

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

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

crime 50%entertainment 30%society 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=panorama.nl&size=5"
137
articles indexed
137
in the last 30 days
10
median per day
1
languages
1025 min
median crawl lag
24.08 → 05.09
archive depth

Publishing volume

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

2026-08-24: 1 articles2026-08-25: 6 articles2026-08-26: 20 articles2026-08-27: 18 articles2026-08-28: 15 articles2026-08-29: 3 articles2026-08-30: 1 articles2026-08-31: 10 articles2026-09-01: 9 articles2026-09-02: 12 articles2026-09-03: 22 articles2026-09-04: 16 articles2026-09-05: 4 articles08-2408-2608-2808-3009-0109-0309-05
bash
curl "https://freenewsapi.ai/v1/stats?host=panorama.nl&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 20708: 200809: 130910: 191011: 121112: 141213: 141314: 121415: 61516: 101617: 81718: 11819: 61920: 02021: 02122: 02223: 023
Mon: 11MonTue: 15TueWed: 32WedThu: 40ThuFri: 31FriSat: 7SatSun: 1Sun

Sections

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

SectionArticles
crime48
entertainment48
society48

Languages

CodeLanguageArticlesShare
nlDutch137100.0%

Latest articles

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

Waarom dat 'snelle' 5G-icoontje op je scherm één grote fabel is
2026-09-05 11:01 UTC
Het is om gek van te worden. Boven in het scherm van je peperdure smartphone prijkt vol trots het 5G-symbool, maar die simpele video weigert met geen mogelijkheid te lade
Van Tamlyn voor haar eeuwige jeugd
2026-09-04 16:59 UTC · crime
Week van Toen: Huub huub hoera! (1986)
2026-09-04 16:00 UTC · crime
Gruwelijke 'kofferbakmoord' Italië: Federico gooide Lorena vastgebonden van een hoog viaduct
2026-09-04 13:26 UTC
In Italië heeft de moord op Lorena Isceri voor een schokgolf gezorgd.
Meta zet de camera van gesaboteerde 'spionagebrillen' op afstand uit: zo zie je in één oogopslag of iemand je filmt
2026-09-04 12:02 UTC
Ze zien eruit als doodgewone zonnebrillen, maar er zit een geavanceerde camera in verstopt. Het enige wat verraadt dat een Ray-Ban Meta aan het filmen is, is een minuscuu
Jan Roos geeft update rondom aangifte tegen Hofman-broertje: 'Hij gaat sowieso verliezen'
2026-09-04 10:00 UTC
Dat Jan Roos een bloedhekel aan Tim Hofman heeft, is duidelijk. Maar inmiddels heeft hij ook zijn pijlen gericht op zijn jongere broertje Sam.
Real Housewife Tamara Elbaz verlaat woest de rechtszaal: 'Walgelijk'
2026-09-03 15:00 UTC
De zitting rondom de brute mishandeling van Elbaz leidde tot woede en walging bij de Real Housewife van Amsterdam.
Vriend van doodgeschoten beveiliger Overasselt: 'Hij zag hier echt het gevaar niet in'
2026-09-03 14:29 UTC
Wat een makkelijk nachtklusje had moeten zijn om overdag voor zijn zieke moeder te kunnen zorgen, eindigde voor de 51-jarige beveiliger Berry in een regelrechte nachtmerr
Rutger van Barneveld reageert op pittige beschuldigingen: 'Ik vind dit heel, heel erg ver gaan'
2026-09-03 13:00 UTC
Sinds hij een monsterhit scoorde met Zwoele Zomernachten worden er ook regelmatig verhalen over Rutger van Barneveld verspreid. De zanger reageert.

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=panorama.nl&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=panorama.nl&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 Panorama 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
35%
articles with sections
average page weight

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

How many articles does Panorama publish per day?

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