no key · no human

Passioneinter.com API, RSS and sitemap

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

Italian#8,176 by volume

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

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

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

sport 100%

Call the API

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

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

Publishing volume

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

2026-08-25: 9 articles2026-08-26: 14 articles2026-08-27: 25 articles2026-08-28: 21 articles2026-08-29: 6 articles2026-08-30: 13 articles2026-08-31: 17 articles2026-09-01: 8 articles2026-09-02: 14 articles2026-09-03: 20 articles2026-09-04: 28 articles2026-09-05: 31 articles2026-09-06: 18 articles2026-09-07: 1 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.passioneinter.com&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 30405: 00506: 50607: 30708: 140809: 110910: 71011: 511112: 121213: 151314: 41415: 111516: 291617: 151718: 171819: 71920: 42021: 152122: 22223: 023
Mon: 18MonTue: 17TueWed: 28WedThu: 45ThuFri: 49FriSat: 37SatSun: 31Sun

Sections

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

SectionArticles
sport110

Languages

CodeLanguageArticlesShare
itItalian225100.0%

Latest articles

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

Bergomi e la novità dell’Inter di Chivu
2026-09-07 07:30 UTC · sport
Padovano vede la Juventus come principale rivale dell’Inter per lo scudetto
2026-09-06 19:00 UTC
L'ex attaccante bianconero elogia il mercato estivo
Sassarini soddisfatto: settimana perfetta tra Champions e coppa
2026-09-06 17:00 UTC
Il tecnico elogia la risposta della squadra dopo il Wolfsburg
DIRETTA – Post Inter-Napoli 3-2, ANSIA Dimarco, POLEMICA arbitri – INTER NEWS
2026-09-06 16:30 UTC
Entra e clicca sul link per interagire con noi!
Asllani festeggia su Instagram: primo gol con l’Al Jazira
2026-09-06 16:01 UTC
Il centrocampista celebra l'esordio vincente negli Emirati
VIDEO – C’è una cosa che mi ha GASATO più di tutte in INTER-NAPOLI 3-2
2026-09-06 11:00 UTC
L'analisi della super rimonta di San Siro
Oliver arbitra Real Madrid-Inter, polemiche per il rigore alla Juventus
2026-09-06 09:00 UTC
L'inglese al Bernabeu per l'esordio in Champions
Inter-Napoli, il tocco di Lobotka divide: niente rigore per i nerazzurri
2026-09-06 07:00 UTC
Gli episodi arbitrali della sfida di San Siro

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=www.passioneinter.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=www.passioneinter.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 Passioneinter.com 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
49%
articles with sections
average page weight

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

How many articles does Passioneinter.com 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.