no key · no human

Nakordoni.eu API, RSS and sitemap

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

UkrainianEnglishPolish#7,012 by volume

Four ways to pull nakordoni.eu

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

JSON Search this publisher

Every article we hold from nakordoni.eu, newest first. Add q= to search inside.

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

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

economy 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=nakordoni.eu&size=5"
287
articles indexed
254
in the last 30 days
6
median per day
10
languages
5553 min
median crawl lag
31.07 → 03.09
archive depth

Publishing volume

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

2026-07-31: 1 articles2026-08-01: 5 articles2026-08-02: 6 articles2026-08-03: 4 articles2026-08-04: 3 articles2026-08-05: 8 articles2026-08-07: 4 articles2026-08-08: 2 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 6 articles2026-08-11: 5 articles2026-08-12: 6 articles2026-08-13: 18 articles2026-08-14: 8 articles2026-08-17: 3 articles2026-08-18: 3 articles2026-08-19: 9 articles2026-08-20: 6 articles2026-08-22: 6 articles2026-08-24: 9 articles2026-08-25: 12 articles2026-08-26: 44 articles2026-08-27: 4 articles2026-08-31: 6 articles2026-09-01: 8 articles2026-09-02: 60 articles2026-09-03: 39 articles07-3108-0408-1308-1908-2509-0109-03

The 1 hatched days are gaps in the upstream news archive, not quiet days at Nakordoni.eu: the whole corpus dips on those dates. They are excluded from the median above.

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

Publishing rhythm

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

00: 20001: 00102: 00203: 00304: 150405: 00506: 20607: 140708: 530809: 1050910: 351011: 91112: 91213: 71314: 71415: 121516: 01617: 21718: 11819: 11920: 132021: 02122: 02223: 023
Mon: 28MonTue: 31TueWed: 127WedThu: 67ThuFri: 13FriSat: 13SatSun: 8Sun

Sections

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

SectionArticles
economy114

Languages

CodeLanguageArticlesShare
ukUkrainian18464.1%
enEnglish113.8%
plPolish113.8%
ruRussian113.8%
bgBulgarian103.5%
csCzech103.5%
deGerman103.5%
huHungarian103.5%
mkMacedonian103.5%
roRomanian103.5%

Latest articles

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

Netherlands: Weekend Closures on A12, A15, A27, A35 Highways
2026-09-03 10:00 UTC
The Netherlands Traffic Authority (Rijkswaterstaat) has announced extensive roadworks and closures across several major highways from September 4 to September 7, 2026. Dr
Oversized cargo transport in Romania: routes and driver advice
2026-09-03 09:32 UTC
Shutterstock / contributor 228984501 (shutterstock-standard) Romanian traffic authorities have announced the movement of five oversized transport convoys along major nati

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=nakordoni.eu&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=nakordoni.eu&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 Nakordoni.eu 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
40%
articles with sections
average page weight

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

How many articles does Nakordoni.eu publish per day?

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