no key · no human

italianotizie.it API, RSS and sitemap

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

ItalyItalian#4,788 by volume

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

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

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

entertainment 25%sport 25%technology 25%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=italianotizie.it&size=5"
495
articles indexed
495
in the last 30 days
43
median per day
1
languages
7 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 2 articles2026-08-26: 30 articles2026-08-27: 31 articles2026-08-28: 31 articles2026-08-29: 31 articles2026-08-30: 46 articles2026-08-31: 45 articles2026-09-01: 45 articles2026-09-02: 43 articles2026-09-03: 42 articles2026-09-04: 44 articles2026-09-05: 44 articles2026-09-06: 54 articles2026-09-07: 7 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=italianotizie.it&top=10"

Publishing rhythm

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

00: 60001: 50102: 60203: 300304: 300405: 210506: 240607: 260708: 220809: 260910: 201011: 281112: 221213: 321314: 291415: 281516: 231617: 251718: 231819: 231920: 262021: 162122: 32223: 123
Mon: 52MonTue: 47TueWed: 73WedThu: 73ThuFri: 75FriSat: 75SatSun: 100Sun

Sections

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

SectionArticles
entertainment216
sport216
technology216

Languages

CodeLanguageArticlesShare
itItalian495100.0%

Latest articles

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

Isar Aerospace diventa la prima azienda europea a lanciare un missile commerciale in orbita
2026-09-07 04:47 UTC
Isar Aerospace ha lanciato il primo missile commerciale europeo in orbita, segnando un passo avanti per l'autonomia spaziale continentale.
Giapponesi in Bundesliga 2026/27: i protagonisti del campionato
2026-09-07 04:11 UTC
Alcuni dei migliori giocatori giapponesi in Bundesliga 2026/27 si stanno distinguendo con prestazioni notevoli.
Intercettazione genitori di Antonio Logli: “L’ha fatta fuori lui”
2026-09-07 02:56 UTC
I genitori di Antonio Logli accusano il figlio di aver ucciso la moglie Roberta Ragusa in una intercettazione telefonica.
Caso Vannini, Ciontoli accusa i giornalisti di aver condannato innocenti
2026-09-06 21:10 UTC
Antonio Ciontoli accusa i giornalisti di aver contribuito alla condanna di due figli e della moglie nel caso Vannini.
Millennials e la crisi di mezza età: un animaletto di peluche come sollievo
2026-09-06 20:54 UTC
Millennials si rivolgono a Squishmallows per gestire l'ansia e la crisi di mezza età.
Affari Tuoi 2026: Stefano De Martino torna con novità e nuova mascotte
2026-09-06 18:25 UTC
Affari Tuoi 2026 torna con Stefano De Martino, novità studio a Milano e nuova mascotte Tommasino.
Toyota riconosce valore storico a una prensa di 700 tonelate dopo quasi 90 anni
2026-09-06 17:50 UTC
Toyota ha riportato in Giappone una prensa industriale di 700 tonelate, acquistata nel 1934, per produrre componenti per pile a combustibile di idrogeno.

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=italianotizie.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=italianotizie.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 italianotizie.it 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
44%
articles with sections
average page weight

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

How many articles does italianotizie.it publish per day?

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