no key · no human

Kölner Stadt-Anzeiger API, RSS and sitemap

Every article Kölner Stadt-Anzeiger publishes, as JSON, through an open API with no key and no signup. 4,848 of their articles are indexed right now, refreshed hourly.

GermanyGerman#861 by volume

Four ways to pull ksta.de

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

JSON Search this publisher

Every article we hold from ksta.de, newest first. Add q= to search inside.

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

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

politics 42%sport 28%

Call the API

A live request. Paste it into a terminal and Kölner Stadt-Anzeiger headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.ksta.de&size=5"
4,848
articles indexed
3,425
in the last 30 days
125
median per day
1
languages
0 min
median crawl lag
29.07 → 07.09
archive depth

Publishing volume

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

2026-07-29: 156 articles2026-07-30: 173 articles2026-07-31: 156 articles2026-08-01: 124 articles2026-08-02: 69 articles2026-08-03: 162 articles2026-08-04: 134 articles2026-08-05: 178 articles2026-08-06: 127 articles2026-08-07: 97 articles2026-08-08: 66 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 104 articles2026-08-11: 79 articles2026-08-12: 93 articles2026-08-13: 160 articles2026-08-14: 138 articles2026-08-15: 82 articles2026-08-16: 87 articles2026-08-17: 126 articles2026-08-18: 66 articles2026-08-19: 126 articles2026-08-20: 115 articles2026-08-21: 165 articles2026-08-22: 68 articles2026-08-23: 65 articles2026-08-24: 105 articles2026-08-25: 125 articles2026-08-26: 136 articles2026-08-27: 168 articles2026-08-28: 159 articles2026-08-29: 94 articles2026-08-30: 82 articles2026-08-31: 125 articles2026-09-01: 123 articles2026-09-02: 143 articles2026-09-03: 147 articles2026-09-04: 155 articles2026-09-05: 88 articles2026-09-06: 112 articles2026-09-07: 123 articles07-2908-0408-1008-1608-2208-2809-0309-07

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

bash
curl "https://freenewsapi.ai/v1/stats?host=www.ksta.de&top=10"

Publishing rhythm

When Kölner Stadt-Anzeiger actually publishes, by hour of day (UTC) and by day of week — measured from 4,848 timestamps, not from a schedule they advertise.

00: 1110001: 210102: 210203: 110304: 60405: 1470506: 2440607: 3990708: 2590809: 3030910: 3501011: 2901112: 3841213: 2901314: 3241415: 2641516: 3141617: 3261718: 2841819: 1741920: 1482021: 642122: 702223: 4423
Mon: 745MonTue: 527TueWed: 832WedThu: 890ThuFri: 870FriSat: 522SatSun: 462Sun

Sections

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

SectionArticles
politics900
sport900

Languages

CodeLanguageArticlesShare
deGerman4,848100.0%

Latest articles

The 18 most recent Kölner Stadt-Anzeiger 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=www.ksta.de&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.ksta.de&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 Kölner Stadt-Anzeiger marks up its own pages — useful if you are deciding whether to parse them yourself.

80%
dates from JSON-LD
55%
articles with a byline
19%
articles with sections
335 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 0 min at the median, 757 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 Kölner Stadt-Anzeiger 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 4,848 of their articles and lets you filter by date, language and section.

How many articles does Kölner Stadt-Anzeiger publish per day?

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