no key · no human

Calderone News API, RSS and sitemap

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

ItalyItalian#18,203 by volume

Four ways to pull calderone.news

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

JSON Search this publisher

Every article we hold from calderone.news, newest first. Add q= to search inside.

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

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

society 25%sport 25%transport 25%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=calderone.news&size=5"
20
articles indexed
15
in the last 30 days
5
median per day
1
languages
10178 min
median crawl lag
23.07 → 01.09
archive depth

Publishing volume

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

2026-07-23: 5 articles2026-08-05: 2 articles2026-08-25: 10 articles2026-09-01: 3 articles07-2308-0508-2509-01
bash
curl "https://freenewsapi.ai/v1/stats?host=calderone.news&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 01011: 01112: 21213: 01314: 01415: 101516: 51617: 31718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 0MonTue: 13TueWed: 2WedThu: 5ThuFri: 0FriSat: 0SatSun: 0Sun

Sections

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

SectionArticles
society5
sport5
transport5

Languages

CodeLanguageArticlesShare
itItalian20100.0%

Latest articles

The 13 most recent Calderone News articles in the index — the same rows the API returns, rendered for humans.

Villa Torri torna a risplendere: porte aperte dopo l’estate a Vimodrone, concluso il primo lotto del restauro
2026-09-01 17:20 UTC
Villa Torri sta tornando a occupare il posto che merita nel centro storico di Vimodrone. Dopo anni di cantiere, stop, verifiche e rilanci, il primo lotto del restauro del
Data center a Casale Monferrato, CasaleRespira rilancia la mobilitazione: “Chiediamo risposte a nome dei cittadini”
2026-09-01 17:20 UTC
In una città di poco più di 32 mila abitanti, ogni grande insediamento industriale diventa subito una questione che tocca politica, urbanistica e qualità della vita. A Ca
Sagra di San Fermo ad Albiate: storia, bancarelle, rassegna zootecnica e laboratori
2026-09-01 17:19 UTC
Ad Albiate la Sagra di San Fermo non è soltanto un appuntamento del calendario estivo: è un rito civile e popolare che continua a dare forma all’identità del paese. In un
L’arte come strumento nella lotta alla frammentazione sociale
2026-08-05 12:32 UTC
In un’Europa attraversata da disuguaglianze crescenti, polarizzazione politica e sfiducia nelle istituzioni, l’arte torna a essere letta non come semplice ornamento cultu
Val di Mello, camminata metabolica e inclusione: 55 non udenti protagonisti
2026-07-23 16:36 UTC
La Val di Mello è uno di quei luoghi in cui il paesaggio non fa solo da sfondo, ma diventa parte dell’esperienza. È qui che la camminata metabolica ha trovato una scenogr
Gemellaggio Livigno-Sokobanja: perché l’intesa tra turismo e ambiente può funzionare
2026-07-23 16:33 UTC
Un’ipotesi che va oltre il simbolo Il possibile gemellaggio tra Livigno e Sokobanja non è solo una formula diplomatica. È il tentativo di mettere in relazione due territo
Arte Solidale Festival a Griante: l’aperitivo musicale di mezza estate con Danilo Mascetti
2026-07-23 16:29 UTC
Un appuntamento che unisce musica, estate e solidarietà Giovedì 23 luglio, alle 18.45, Griante diventa uno dei punti più interessanti dell’estate musicale sul Lago di Com
A Paullo arrivano i nuovi bici box per biciclette, e-bike e monopattini
2026-07-23 16:20 UTC
A Paullo la mobilità leggera entra in una fase più pratica: non solo nuove piste e collegamenti, ma servizi capaci di rendere più semplice l’uso quotidiano di bici, e-bik

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=calderone.news&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=calderone.news&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 Calderone News 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
25%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 10178 min at the median, 50139 minutes at the 90th percentile.

FAQ

Does Calderone News 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 20 of their articles and lets you filter by date, language and section.

How many articles does Calderone News publish per day?

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