no key · no human

Sport Napoli API, RSS and sitemap

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

ItalyItalian#5,984 by volume

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

curl -s "https://freenewsapi.ai/v1/search?host=sportnapoli.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=sportnapoli.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=sportnapoli.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=sportnapoli.news&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 Sport Napoli headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=sportnapoli.news&size=5"
365
articles indexed
365
in the last 30 days
23
median per day
1
languages
5 min
median crawl lag
24.08 → 07.09
archive depth

Publishing volume

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

2026-08-24: 1 articles2026-08-25: 18 articles2026-08-26: 18 articles2026-08-27: 22 articles2026-08-28: 27 articles2026-08-29: 23 articles2026-08-30: 40 articles2026-08-31: 23 articles2026-09-01: 25 articles2026-09-02: 25 articles2026-09-03: 18 articles2026-09-04: 26 articles2026-09-05: 47 articles2026-09-06: 40 articles2026-09-07: 12 articles08-2408-2608-2808-3009-0109-0309-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=sportnapoli.news&top=10"

Publishing rhythm

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

00: 90001: 210102: 80203: 190304: 80405: 220506: 40607: 280708: 280809: 380910: 21011: 141112: 21213: 141314: 201415: 241516: 81617: 121718: 171819: 201920: 102021: 112122: 92223: 1723
Mon: 36MonTue: 43TueWed: 43WedThu: 40ThuFri: 53FriSat: 70SatSun: 80Sun

Sections

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

SectionArticles
sport148

Languages

CodeLanguageArticlesShare
itItalian365100.0%

Latest articles

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

Quando gli avversari imparano a fermare Gli Azzurri
2026-09-07 04:45 UTC
La rimonta dell'Inter e le parole di giocatori avversari disegnano uno scenario nel quale Società Sportiva Calcio Napoli (SSC Napoli) non è più imprevedibile come una vol
Quando il mercato si ferma: Napoli, la partita della fiducia
2026-09-07 03:45 UTC
La Società Sportiva Calcio Napoli (SSC Napoli) ha deciso di posticipare alcune operazioni di mercato a gennaio. Dietro quella scelta c'è un terreno sottile: la fiducia de
Il Napoli sotto esame: quando gli avversari imparano a fermare Gli Azzurri
2026-09-07 02:44 UTC
Società Sportiva Calcio Napoli (SSC Napoli) affronta una fase in cui gli avversari leggono meglio il suo gioco. Se l’Inter ha impressionato e il Bologna crede alla svolta
Quando un commento ridisegna il Napoli: tra percezione e realtà dopo Inter
2026-09-07 02:14 UTC
Il dibattito dopo la partita contro l'Inter dimostra come un singolo commento possa plasmare la rappresentazione del Napoli: servono strategie di comunicazione e contenut
Tre strade per il Napoli senza Osimhen: dall’emergenza al rilancio delle alternative offensive
2026-09-06 15:44 UTC
Con Victor Osimhen fuori per circa un mese, Napoli si trova davanti a una scelta che può segnare il prossimo periodo della stagione: puntare sulle alternative interne, mo

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=sportnapoli.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=sportnapoli.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 Sport Napoli 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
41%
articles with sections
average page weight

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

How many articles does Sport Napoli publish per day?

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