no key · no human

F1ingenerale API, RSS and sitemap

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

ItalyItalian#7,234 by volume

Four ways to pull f1ingenerale.com

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

JSON Search this publisher

Every article we hold from f1ingenerale.com, newest first. Add q= to search inside.

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

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

crime 57%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=f1ingenerale.com&size=5"
275
articles indexed
275
in the last 30 days
17
median per day
1
languages
8 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 14 articles2026-08-26: 14 articles2026-08-27: 17 articles2026-08-28: 19 articles2026-08-29: 10 articles2026-08-30: 13 articles2026-08-31: 15 articles2026-09-01: 17 articles2026-09-02: 15 articles2026-09-03: 25 articles2026-09-04: 28 articles2026-09-05: 38 articles2026-09-06: 49 articles2026-09-07: 1 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=f1ingenerale.com&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 160506: 60607: 80708: 220809: 200910: 141011: 211112: 171213: 141314: 121415: 331516: 331617: 191718: 201819: 151920: 42021: 12122: 02223: 023
Mon: 16MonTue: 31TueWed: 29WedThu: 42ThuFri: 47FriSat: 48SatSun: 62Sun

Sections

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

SectionArticles
crime190

Languages

CodeLanguageArticlesShare
itItalian275100.0%

Latest articles

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

F1 | Leclerc ha avuto problemi di vista dopo il terribile incidente: il racconto – GP Monza
2026-09-06 17:29 UTC
Leclerc è stato vittima di un grosso incidente a Monza che ha procurato qualche problema fisico: il racconto del monegasco è da brividi È stato un weekend da dimenticare
F1 | Ferrari, Vasseur rompe il silenzio sul motore con ADUO 2: a Monza emerge un problema più grande – GP Italia
2026-09-06 17:27 UTC
Il nuovo motore Ferrari ha rispettato le aspettative, ma Vasseur svela cosa manca ancora alla SF-26 contro Mercedes Il GP d’Italia ha lasciato alla Ferrari diversi interr
F1 | Colapinto a punti, ma scoppia in lacrime: il dramma nel finale di Monza – GP Italia
2026-09-06 16:49 UTC
Colapinto ha concluso la gara a punti a Monza, ma alla fine si è lasciato andare alle lacrime Non è stato un grande GP d’Italia per Franco Colapinto, che a Monza ha concl
F1 | Ferrari, Hamilton non si nasconde dopo il disastro: Monza trasforma i sogni in una perdita di punti pesantissima –
2026-09-06 16:29 UTC
Un delusissimo Lewis Hamilton racconta tutta la sua frustrazione dopo il GP d’Italia: Ferrari perde tanti punti a Monza Il GP d’Italia si è trasformato in una pesante del
MotoGP | Si corre a Misano: orari e programma Sky e TV8 del GP di San Marino e della Riviera di Rimini
2026-09-06 16:15 UTC
MotoGP, Moto2 e Moto3 faranno tappa sul circuito di Misano per disputare il Gran Premio di San Marino: vediamo il programma Sky e TV8 del fine settimana italiano. Archivi
F1 | Antonelli entra nella storia a Monza: “Leggendario, epico”, e il GP d’Italia sfonda quota 400.000 spettatori
2026-09-06 16:10 UTC
Antonelli trionfa a Monza ma non solo: record assoluto di spettatori e una nuova pagina storica per l’Italia Il GP d’Italia 2026 entra nella storia della Formula 1 per du
F1 | Debacle Ferrari a Monza, Vasseur ammette: “Vi spiego qual è il problema” – GP Italia
2026-09-06 15:58 UTC
Ferrari conclude una gara disastrosa a Monza, e Vasseur fa una dura ammissione con lo sguardo al futuro Non era di certo il GP più semplice per Vasseur e la Ferrari, ma a
F1 | Antonelli manda in estati Monza, Wolff lo esalta: “Non sente la pressione” – GP Italia
2026-09-06 15:45 UTC
Antonelli manda in estasi Monza e tutto il pubblico, Wolff se lo coccola ammettendo un segreto che fa paura È stato un GP di Monza entusiasmante per Kimi Antonelli, che h

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=f1ingenerale.com&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=f1ingenerale.com&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 F1ingenerale 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
69%
articles with sections
average page weight

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

How many articles does F1ingenerale publish per day?

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