no key · no human

Aiconic Nederland API, RSS and sitemap

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

NetherlandsDutch#3,502 by volume

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

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

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

technology 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=aiplein.nl&size=5"
773
articles indexed
773
in the last 30 days
28
median per day
1
languages
629 min
median crawl lag
08.08 → 07.09
archive depth

Publishing volume

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

2026-08-08: 1 articles2026-08-14: 1 articles2026-08-15: 2 articles2026-08-17: 1 articles2026-08-19: 1 articles2026-08-20: 2 articles2026-08-25: 6 articles2026-08-26: 72 articles2026-08-27: 172 articles2026-08-28: 46 articles2026-08-29: 42 articles2026-08-30: 22 articles2026-08-31: 9 articles2026-09-01: 40 articles2026-09-02: 28 articles2026-09-03: 100 articles2026-09-04: 112 articles2026-09-05: 30 articles2026-09-06: 82 articles2026-09-07: 4 articles08-0808-1708-2508-2808-3109-0309-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=aiplein.nl&top=10"

Publishing rhythm

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

00: 210001: 190102: 240203: 210304: 240405: 150506: 150607: 430708: 420809: 400910: 441011: 641112: 451213: 371314: 191415: 221516: 371617: 381718: 331819: 281920: 242021: 562122: 332223: 2923
Mon: 14MonTue: 46TueWed: 101WedThu: 274ThuFri: 159FriSat: 75SatSun: 104Sun

Sections

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

Languages

The site identifies itself under Aiconic Nederland, AI Plein — separate editions publishing under one domain.

CodeLanguageArticlesShare
nlDutch773100.0%

Latest articles

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

Denzel Washington's carrière en prestaties: wat dit betekent voor Nederlandse bedrijven
2026-09-07 03:56 UTC
Denzel Washington's carrière en prestaties tonen hoe een sterke persoonlijkheid en consistentie kunnen leiden tot succes. Voor Nederlandse bedrijven is dit een les in het
AI detectie: wat Nederlandse bedrijven moeten weten
2026-09-07 01:19 UTC · technology

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=aiplein.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=aiplein.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 Aiconic Nederland marks up its own pages — useful if you are deciding whether to parse them yourself.

1%
dates from JSON-LD
1%
articles with a byline
77%
articles with sections
23 KB
average page weight

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

How many articles does Aiconic Nederland publish per day?

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