no key · no human

Tagblick API, RSS and sitemap

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

UkraineGermanUkrainianEnglish#1,453 by volume

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

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

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=rusnews.kr.ua,glau.kr.ua,uc.kr.ua&size=5"

This page covers 3 hosts of kr.ua as one publisher: rusnews.kr.ua, glau.kr.ua, uc.kr.ua. The API accepts them comma-separated in host.

2,569
articles indexed
2,407
in the last 30 days
4
median per day
3
languages
177 min
median crawl lag
09.06 → 07.09
archive depth

Publishing volume

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

2026-06-09: 1 articles2026-06-10: 1 articles2026-06-11: 3 articles2026-06-12: 3 articles2026-06-15: 14 articles2026-06-18: 3 articles2026-06-19: 1 articles2026-06-22: 13 articles2026-06-23: 4 articles2026-06-25: 1 articles2026-06-29: 15 articles2026-06-30: 1 articles2026-07-01: 1 articles2026-07-02: 5 articles2026-07-06: 14 articles2026-07-07: 1 articles2026-07-09: 4 articles2026-07-10: 2 articles2026-07-13: 15 articles2026-07-16: 4 articles2026-07-17: 2 articles2026-07-20: 15 articles2026-07-21: 2 articles2026-07-22: 1 articles2026-07-23: 4 articles2026-07-24: 1 articles2026-07-27: 13 articles2026-07-28: 1 articles2026-07-29: 1 articles2026-07-30: 1 articles2026-07-31: 2 articles2026-08-03: 12 articles2026-08-06: 1 articles2026-08-25: 140 articles2026-08-26: 275 articles2026-08-27: 253 articles2026-08-28: 253 articles2026-08-29: 164 articles2026-08-30: 3 articles2026-09-02: 176 articles2026-09-03: 305 articles2026-09-04: 305 articles2026-09-05: 231 articles2026-09-06: 182 articles2026-09-07: 120 articles06-0906-2207-0607-2007-2908-2709-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=rusnews.kr.ua,glau.kr.ua,uc.kr.ua&top=10"

Publishing rhythm

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

00: 1860001: 230102: 360203: 370304: 520405: 710506: 840607: 990708: 1240809: 1310910: 1191011: 1471112: 1451213: 1231314: 1121415: 1461516: 1501617: 1251718: 1181819: 1361920: 1172021: 1202122: 882223: 8023
Mon: 231MonTue: 150TueWed: 455WedThu: 584ThuFri: 569FriSat: 395SatSun: 185Sun

Sections

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

SectionArticles
entertainment2,070
politics2,070
conflict337
science337
technology337

Languages

The site identifies itself under Tagblick, GLAU, uc.kr.ua, Не кожне питання, щодо якого виникли розбіжності, потрібно вирішувати в суді. У деяких випадках сторони можуть спробувати досягти домовленості за допомогою медіації. Що таке медіація та коли — separate editions publishing under one domain.

CodeLanguageArticlesShare
deGerman2,07080.6%
ukUkrainian33713.1%
enEnglish1626.3%

Latest articles

The 18 most recent Tagblick 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=rusnews.kr.ua,glau.kr.ua,uc.kr.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=rusnews.kr.ua,glau.kr.ua,uc.kr.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 Tagblick marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
6%
articles with a byline
94%
articles with sections
91 KB
average page weight

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

How many articles does Tagblick publish per day?

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