no key · no human

Tecnica Motori API, RSS and sitemap

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

ItalyItalian#4,704 by volume

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

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

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

transport 29%

Call the API

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

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

Publishing volume

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

2026-08-25: 5 articles2026-08-26: 49 articles2026-08-27: 51 articles2026-08-28: 47 articles2026-08-29: 36 articles2026-08-30: 27 articles2026-08-31: 39 articles2026-09-01: 39 articles2026-09-02: 44 articles2026-09-03: 41 articles2026-09-04: 51 articles2026-09-05: 30 articles2026-09-06: 26 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=tecnicamotori.it&top=10"

Publishing rhythm

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

00: 90001: 60102: 60203: 50304: 50405: 70506: 100607: 160708: 230809: 240910: 281011: 351112: 311213: 311314: 381415: 371516: 311617: 231718: 251819: 321920: 212021: 142122: 152223: 1323
Mon: 39MonTue: 44TueWed: 93WedThu: 92ThuFri: 98FriSat: 66SatSun: 53Sun

Sections

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

SectionArticles
transport190

Languages

CodeLanguageArticlesShare
itItalian48596.8%

Latest articles

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

Il Gran Premio d’Italia: un’icona del motorsport italiano
2026-09-06 15:22 UTC
Il Gran Premio d’Italia, uno dei più iconici eventi della Formula 1, ha una storia che va dal 1921 a oggi, con un’altra edizione nel 2026. L'articolo Il Gran Premio d’Ita
Dreame, la supercar promettente si rivelò un sogno svanito
2026-09-06 14:25 UTC
Dreame, la supercar promettente si rivelò un sogno svanito dopo anni di annunci e mancanza di prodotto reale L'articolo Dreame, la supercar promettente si rivelò un sogno
Fiat e il futuro delle piccole: Thorel spiega la strategia ibrida e la produzione in Italia
2026-09-06 14:03 UTC
Fiat punta su Panda ibrida e produzione in Italia, Thorel spiega la strategia del marchio. L'articolo Fiat e il futuro delle piccole: Thorel spiega la strategia ibrida e
ProLogium inizia produzione di celle solid-state a 381 Wh/kg, ma automobilisti attendono
2026-09-06 13:40 UTC
ProLogium inizia produzione di celle solid-state a 381 Wh/kg, ma automobilisti attendono L'articolo ProLogium inizia produzione di celle solid-state a 381 Wh/kg, ma autom
Vettel ricorda Schumacher con il giro della F2002: “Fosse qui gli direi ‘Guidala tu, è tua’”
2026-09-06 11:17 UTC
Sebastian Vettel ricorda Michael Schumacher guidando la F2002 a Monza: “Fosse qui gli direi ‘Guidala tu, è tua’”. L'articolo Vettel ricorda Schumacher con il giro della F
Standard globale per batterie allo stato solido, la Cina guida la definizione internazionale
2026-09-06 10:57 UTC
Il primo standard internazionale per batterie allo stato solido approvato dallo IEC, con la Cina al centro del processo. L'articolo Standard globale per batterie allo sta
Fiat Topolino in promozione a 6.950 euro: sconti e offerte per settembre 2026
2026-09-06 10:15 UTC
Fiat Topolino a 6.950 euro con sconti e offerte per settembre 2026: promozioni e dettagli su finanziamento e rottamazione. L'articolo Fiat Topolino in promozione a 6.950

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=tecnicamotori.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=tecnicamotori.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 Tecnica Motori 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
39%
articles with sections
average page weight

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

How many articles does Tecnica Motori publish per day?

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