no key · no human

Ciclamino.it API, RSS and sitemap

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

ItalyItalianEnglish#11,631 by volume

Four ways to pull ciclamino.it

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

JSON Search this publisher

Every article we hold from ciclamino.it, newest first. Add q= to search inside.

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

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

environment 60%society 20%health 10%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=ciclamino.it&size=5"
108
articles indexed
108
in the last 30 days
8
median per day
2
languages
5 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 5 articles2026-08-26: 8 articles2026-08-27: 9 articles2026-08-28: 9 articles2026-08-29: 11 articles2026-08-30: 14 articles2026-08-31: 9 articles2026-09-01: 7 articles2026-09-02: 8 articles2026-09-03: 8 articles2026-09-04: 9 articles2026-09-05: 6 articles2026-09-06: 5 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=ciclamino.it&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 90607: 00708: 100809: 110910: 41011: 111112: 101213: 61314: 101415: 11516: 161617: 01718: 111819: 01920: 82021: 02122: 12223: 023
Mon: 9MonTue: 12TueWed: 16WedThu: 17ThuFri: 18FriSat: 17SatSun: 19Sun

Sections

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

Languages

CodeLanguageArticlesShare
itItalian9890.7%
enEnglish109.3%

Latest articles

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

Questo segnale fa capire che è di nuovo il momenti di concimare il ciclamino dopo l’estate
2026-09-06 11:00 UTC
Dopo settimane di riposo, al centro del vecchio vaso spuntano le prime foglioline e viene spontaneo prendere il concime. Prima di versarlo, però, guarda quanto è avanzata
Quando ricominciare ad annaffiare le piante grasse dopo il grande caldo
2026-09-06 09:30 UTC
Il caldo si è attenuato e le piante grasse sono asciutte da giorni: puoi tornare ad annaffiarle? Il terriccio secco, da solo, non basta a deciderlo. Dopo l’afa alcune suc
Questi falsi miti del giardinaggio continuano a circolare e ci cascano sempre tutti
2026-09-06 06:30 UTC
Esistono consigli che vengono tramandati da generazioni e che, proprio perché ripetuti così spesso, finiscono per essere considerati verità assolute. Alcuni nascono da os
Questi fiori azzurri sono i più belli da avere in giardino in questo periodo
2026-09-05 18:30 UTC
Tra la seconda metà di agosto e l’arrivo di settembre il giardino può iniziare a perdere parte dei colori più accesi dell’estate. Proprio in questa fase le tonalità azzur
Questi gesti di oggi consentono ai settembrini di fiorire per i prossimi mesi
2026-09-05 16:30 UTC
Un aster appena comprato può sembrare destinato a restare identico per mesi. I suoi fiori si aprono a ondate: alcuni sono già colorati, altri aspettano ancora fra le fogl
Sei ancora in tempo con l’ultima fioritura estiva del fiore di cera in balcone
2026-09-05 09:30 UTC
A fine agosto il fiore di cera, Hoya carnosa, può avere ancora qualcosa da mostrare. Su una pianta adulta coltivata in balcone possono comparire nuovi piccoli boccioli pr
Fare una talea di limone è difficile ma si può aumentare le possibilità che radichi
2026-09-04 12:30 UTC
Il limone può essere moltiplicato per talea, ma non è una tecnica con risultato sicuro. Nei vivai gli agrumi vengono spesso innestati perché portainnesto e varietà insiem
Cosa succede quando una felce riceve poca luce
2026-09-04 10:00 UTC · environment

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=ciclamino.it&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=ciclamino.it&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 Ciclamino.it marks up its own pages — useful if you are deciding whether to parse them yourself.

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

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

How many articles does Ciclamino.it publish per day?

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