no key · no human

SARdies.it API, RSS and sitemap

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

ItalyItalian#10,626 by volume

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

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

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

sport 40%environment 20%travel 20%

Call the API

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

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

Publishing volume

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

2026-08-25: 7 articles2026-08-26: 4 articles2026-08-27: 12 articles2026-08-28: 13 articles2026-08-29: 3 articles2026-08-30: 12 articles2026-08-31: 4 articles2026-09-01: 6 articles2026-09-02: 18 articles2026-09-03: 10 articles2026-09-04: 23 articles2026-09-05: 6 articles2026-09-06: 17 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=sardies.it&top=10"

Publishing rhythm

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

00: 40001: 00102: 00203: 40304: 00405: 30506: 80607: 120708: 120809: 200910: 101011: 151112: 01213: 21314: 41415: 141516: 71617: 51718: 21819: 01920: 72021: 02122: 02223: 623
Mon: 4MonTue: 13TueWed: 22WedThu: 22ThuFri: 36FriSat: 9SatSun: 29Sun

Sections

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

SectionArticles
environment51
sport51
travel51

Languages

CodeLanguageArticlesShare
itItalian135100.0%

Latest articles

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

Finale anticipato al Palamanchia
2026-09-06 20:20 UTC · sport
La Torres perde a Grosseto 2-0
2026-09-06 15:42 UTC · sport
Oggi ad Alghero si conclude la decima edizione del Mamatita festival
2026-09-06 09:48 UTC
Cala il sipario sulla decima edizione del Mamatita Festival, rassegna di circo contemporaneo e spettacoli viaggianti organizzata dall’associazione Spazio T con la direzio
Mercoledì del Conservatorio, il 9 settembre concerto jazz
2026-09-06 06:01 UTC
Sassari. Una selezione di brani provenienti dal mondo del musical e i grandi classici del songbook americano sono al centro del nuovo appuntamento con la rassegna I merco
“Dentro l’Università” in onda tutte le mattine su Lattemiele l’ateneo di Sassari
2026-09-05 09:56 UTC
Sassari. Ha preso il via ad agosto e andrà avanti fino a metà ottobre, sulle frequenze di Lattemiele, “Dentro l’Università”, il nuovo programma radiofonico realizzato dal
Feminos, teatro comunitario sabato a Sennori
2026-09-04 15:46 UTC
Sennori. L’associazione culturale Il Lentischio torna in scena con “Feminos – Ciò che si perde, ciò che rimane, ciò che si trasforma”, uno spettacolo di teatro comunitari
Al Festival del Mediterraneo “Il romanzo dei Bach”
2026-09-04 15:19 UTC
Prosegue ad Alghero il Festival del Mediterraneo, manifestazione musicale ideata e curata dall’Associazione Arte in Musica con la direzione artistica del maestro Ugo Span
Sabato a Ossi il corpo in scena diventa veicolo di azione e resilienza
2026-09-04 11:40 UTC
Parco delle arti di Molineddu (Ossi). Sara Azzu, giovane e talentuosa danzatrice e coeografa sassarese con importanti esperienze in Italia e all’estero, apre sabato 5 set
Dinamo: Stefano Longo verso la permanenza a Sassari
2026-09-04 10:39 UTC
Il giocatore era stato aggregato per gli allenamenti, ma potrebbe entrare ufficialmente nel roster, anche alla luce dei problemi fisici di Pisano, al momento indisponibil

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=sardies.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=sardies.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 SARdies.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
38%
articles with sections
average page weight

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

How many articles does SARdies.it publish per day?

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