no key · no human

POLITICO API, RSS and sitemap

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

English#6,298 by volume

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

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

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

politics 80%conflict 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.politico.eu&size=5"
334
articles indexed
334
in the last 30 days
21
median per day
1
languages
180 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 15 articles2026-08-26: 16 articles2026-08-27: 36 articles2026-08-28: 42 articles2026-08-29: 12 articles2026-08-30: 9 articles2026-08-31: 21 articles2026-09-01: 26 articles2026-09-02: 38 articles2026-09-03: 39 articles2026-09-04: 47 articles2026-09-05: 15 articles2026-09-06: 11 articles2026-09-07: 7 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.politico.eu&top=10"

Publishing rhythm

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

00: 00001: 00102: 350203: 110304: 360405: 30506: 40607: 60708: 110809: 140910: 171011: 211112: 201213: 151314: 201415: 241516: 301617: 191718: 161819: 141920: 32021: 62122: 32223: 623
Mon: 28MonTue: 41TueWed: 54WedThu: 75ThuFri: 89FriSat: 27SatSun: 20Sun

Sections

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

SectionArticles
conflict155
politics155

Languages

CodeLanguageArticlesShare
enEnglish334100.0%

Latest articles

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

Germany’s far-right bombshell
2026-09-07 04:05 UTC
After a sweeping victory in the regional elections in Saxony-Anhalt, Ulrich Siegmund’s Alternative for Germany (AfD) could be in a position to govern the state — putting
Friedrich Merz: Der Wahlverlierer von Sachsen-Anhalt
2026-09-07 03:29 UTC
Ein politisches Beben erschüttert Sachsen-Anhalt und schickt Schockwellen bis ins Konrad-Adenauer-Haus. Während die AfD ihren größten Wahlerfolg feiert, steht die halbier
Europe cannot afford to lose the race for biomedical innovation
2026-09-07 03:00 UTC
As clinical trials and investment increasingly turn elsewhere, European patients are missing out on breakthrough treatments. Policy can make a real difference here.
Poland’s anti-Ukrainian turn spills into violence
2026-09-07 02:01 UTC
The number of crimes against Ukrainians in Poland is rising as right-wing Polish politicians ramp-up anti-Ukraine rhetoric.
Russia has entered Sweden’s election campaign, center-left front-runner warns
2026-09-07 02:00 UTC
Center-left party leader Magdalena Andersson sounds the alarm over the Sweden Democrats in a POLITICO interview.
Germany's far-right AfD scores its biggest wi
2026-09-06 18:12 UTC · politics
Kallas scraps new high-level European defense group in fresh blow to her leadership
2026-09-06 16:23 UTC
Member countries felt the group of senior political and military leaders was "not the right path to pursue at this moment."
Germany’s far right AfD heads for its biggest win
2026-09-06 16:12 UTC
Exit polls put the AfD on about 44 percent of the vote in an election in the eastern region of Saxony-Anhalt. But it still unclear whether it will be able to govern.
Exit polls: Germany’s far-right AfD holds clear lead in Saxony-Anhalt election
2026-09-06 16:12 UTC
The exit poll on ARD put the AfD in the lead with 44.5 percent of the vote.
Farage would use military to ‘crush’ Argentina in any Falklands dispute, senior ally says
2026-09-05 14:55 UTC
The Reform UK leader would also use economic sanctions to defend the South Atlantic archipelago, spokesperson Robert Jenrick says.

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=www.politico.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=www.politico.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 POLITICO 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
46%
articles with sections
average page weight

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

How many articles does POLITICO publish per day?

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