no key · no human

Click.ro API, RSS and sitemap

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

RomaniaRomanian#1,530 by volume

Four ways to pull click.ro

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

JSON Search this publisher

Every article we hold from click.ro, newest first. Add q= to search inside.

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

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

health 43%entertainment 21%sport 16%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=click.ro&size=5"
2,379
articles indexed
2,332
in the last 30 days
82
median per day
1
languages
83 min
median crawl lag
09.08 → 07.09
archive depth

Publishing volume

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

2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 84 articles2026-08-11: 98 articles2026-08-12: 105 articles2026-08-13: 99 articles2026-08-14: 96 articles2026-08-15: 45 articles2026-08-16: 35 articles2026-08-17: 77 articles2026-08-18: 82 articles2026-08-19: 84 articles2026-08-20: 84 articles2026-08-21: 137 articles2026-08-22: 79 articles2026-08-23: 72 articles2026-08-24: 71 articles2026-08-25: 66 articles2026-08-26: 74 articles2026-08-27: 71 articles2026-08-28: 83 articles2026-08-29: 62 articles2026-08-30: 82 articles2026-08-31: 82 articles2026-09-01: 82 articles2026-09-02: 90 articles2026-09-03: 87 articles2026-09-04: 92 articles2026-09-05: 76 articles2026-09-06: 69 articles2026-09-07: 68 articles08-1408-1908-2408-2909-0309-07

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

bash
curl "https://freenewsapi.ai/v1/stats?host=click.ro&top=10"

Publishing rhythm

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

00: 220001: 190102: 260203: 240304: 430405: 840506: 1340607: 1710708: 1790809: 1830910: 1831011: 1661112: 1541213: 1561314: 1551415: 1431516: 1091617: 1131718: 651819: 741920: 972021: 202122: 332223: 2623
Mon: 382MonTue: 328TueWed: 353WedThu: 341ThuFri: 408FriSat: 262SatSun: 305Sun

Sections

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

SectionArticles
entertainment203
health203
sport203

Languages

The site identifies itself under Click.ro, Click! — separate editions publishing under one domain.

CodeLanguageArticlesShare
roRomanian2,379100.0%

Latest articles

The 18 most recent Click.ro 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=click.ro&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=click.ro&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 Click.ro marks up its own pages — useful if you are deciding whether to parse them yourself.

58%
dates from JSON-LD
58%
articles with a byline
9%
articles with sections
256 KB
average page weight

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

How many articles does Click.ro publish per day?

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