no key · no human

Prompolitinform API, RSS and sitemap

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

UkraineUkrainian#5,896 by volume

Four ways to pull prompolit.info

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

JSON Search this publisher

Every article we hold from prompolit.info, newest first. Add q= to search inside.

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

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

economy 30%conflict 25%energy 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=prompolit.info&size=5"
364
articles indexed
364
in the last 30 days
26
median per day
1
languages
194 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 13 articles2026-08-26: 24 articles2026-08-27: 37 articles2026-08-28: 30 articles2026-08-29: 32 articles2026-08-30: 27 articles2026-08-31: 30 articles2026-09-01: 18 articles2026-09-02: 25 articles2026-09-03: 21 articles2026-09-04: 59 articles2026-09-05: 22 articles2026-09-06: 26 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=prompolit.info&top=10"

Publishing rhythm

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

00: 00001: 160102: 230203: 160304: 100405: 120506: 180607: 150708: 130809: 90910: 31011: 131112: 101213: 81314: 411415: 171516: 171617: 221718: 261819: 251920: 202021: 102122: 112223: 923
Mon: 30MonTue: 31TueWed: 49WedThu: 58ThuFri: 89FriSat: 54SatSun: 53Sun

Sections

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

SectionArticles
conflict116
economy116
energy116

Languages

CodeLanguageArticlesShare
ukUkrainian364100.0%

Latest articles

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

Міністр енергетики США пов’язав ціни на пальне в країні з ударами по НПЗ рф
2026-09-06 17:20 UTC
Вартість дизеля у Штатах сягнула історичного максимуму у 5,85 долара за галон Міністр енергетики США Кріс Райт заявив, що українські удари по російських нафтопереробних п
Удар по Рязанському НПЗ вивів з ладу понад 77% потужностей переробки
2026-09-06 17:18 UTC
Уражено ключові установки первинної переробки нафти АВТ-6 та АВТ-3 Сили оборони України завдали удару по Рязанському нафтопереробному заводу в росії за допомогою безпілот
МАГАТЕ домоглося локального перемирʼя для ремонту ліній живлення ЗАЕС
2026-09-06 03:19 UTC
Станція з 20 серпня перебуває без зовнішньої енергії та працює на дизель-генераторах На окупованій Запорізькій АЕС запроваджено тимчасове локальне перемирʼя для відновлен
Цифра дня: 5 млрд грн щорічно планує отримувати бюджет завдяки обов’язковій фіксації IMEI смартфонів
2026-09-06 03:19 UTC
Митниця запровадила обов'язкове внесення міжнародних ідентифікаторів пристроїв до декларацій З 4 вересня в Україні почали діяти нові правила митного оформлення мобільних

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=prompolit.info&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=prompolit.info&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 Prompolitinform 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
32%
articles with sections
average page weight

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

How many articles does Prompolitinform publish per day?

26 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.