no key · no human

2000 API, RSS and sitemap

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

UkraineUkrainianEnglishRussian#783 by volume

Four ways to pull org.ua

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

JSON Search this publisher

Every article we hold from org.ua, newest first. Add q= to search inside.

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

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

conflict 50%health 25%society 25%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=news2000.org.ua&size=5"

This page covers 9 hosts of org.ua as one publisher: news2000.org.ua, pivnich.org.ua, borispol.org.ua, history-poltava.org.ua, eauto.org.ua, innovationhouse.org.ua, expert.org.ua, texty.org.ua, protruskavets.org.ua. The API accepts them comma-separated in host.

5,734
articles indexed
5,503
in the last 30 days
6
median per day
3
languages
80 min
median crawl lag
09.06 → 07.09
archive depth

Publishing volume

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

2026-06-09: 2 articles2026-06-11: 3 articles2026-06-17: 6 articles2026-06-22: 2 articles2026-06-23: 2 articles2026-06-24: 2 articles2026-06-25: 2 articles2026-06-28: 2 articles2026-06-29: 9 articles2026-06-30: 4 articles2026-07-02: 18 articles2026-07-05: 3 articles2026-07-06: 3 articles2026-07-07: 7 articles2026-07-08: 3 articles2026-07-09: 7 articles2026-07-12: 3 articles2026-07-13: 8 articles2026-07-14: 13 articles2026-07-15: 3 articles2026-07-16: 5 articles2026-07-19: 3 articles2026-07-20: 11 articles2026-07-21: 6 articles2026-07-22: 13 articles2026-07-23: 19 articles2026-07-24: 2 articles2026-07-26: 3 articles2026-07-27: 21 articles2026-07-28: 7 articles2026-07-29: 3 articles2026-07-30: 3 articles2026-08-03: 6 articles2026-08-04: 16 articles2026-08-05: 5 articles2026-08-06: 3 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-11: 3 articles2026-08-13: 1 articles2026-08-16: 3 articles2026-08-18: 3 articles2026-08-19: 6 articles2026-08-20: 6 articles2026-08-23: 3 articles2026-08-24: 6 articles2026-08-25: 115 articles2026-08-26: 247 articles2026-08-27: 784 articles2026-08-28: 770 articles2026-08-29: 491 articles2026-08-30: 12 articles2026-08-31: 14 articles2026-09-01: 10 articles2026-09-02: 370 articles2026-09-03: 712 articles2026-09-04: 689 articles2026-09-05: 436 articles2026-09-06: 392 articles2026-09-07: 430 articles06-0906-3007-1407-2608-2509-0309-07

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

bash
curl "https://freenewsapi.ai/v1/stats?host=news2000.org.ua&top=10"

Publishing rhythm

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

00: 1100001: 530102: 430203: 470304: 420405: 670506: 1150607: 1810708: 2940809: 3640910: 3911011: 3961112: 4361213: 3821314: 4011415: 3621516: 3851617: 2951718: 3261819: 2651920: 2162021: 3152122: 1412223: 10723
Mon: 510MonTue: 188TueWed: 658WedThu: 1,563ThuFri: 1,461FriSat: 927SatSun: 427Sun

Sections

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

Languages

The site identifies itself under 2000, Північ, Бориспіль, Історія Полтавщини, Automotive Market Research Institute — separate editions publishing under one domain.

CodeLanguageArticlesShare
ukUkrainian5,43394.8%
enEnglish1642.9%
ruRussian1372.4%

Latest articles

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

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=news2000.org.ua&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=news2000.org.ua&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 2000 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
94%
articles with sections
36 KB
average page weight

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

How many articles does 2000 publish per day?

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