no key · no human

BrindisiSetteNews API, RSS and sitemap

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

ItalyItalian#8,772 by volume

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

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

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

society 60%crime 20%environment 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.brindisisettenews.it&size=5"
201
articles indexed
201
in the last 30 days
10
median per day
1
languages
4689 min
median crawl lag
17.08 → 07.09
archive depth

Publishing volume

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

2026-08-17: 1 articles2026-08-18: 6 articles2026-08-19: 5 articles2026-08-20: 6 articles2026-08-21: 8 articles2026-08-22: 10 articles2026-08-23: 12 articles2026-08-24: 10 articles2026-08-25: 12 articles2026-08-26: 13 articles2026-08-27: 15 articles2026-08-28: 15 articles2026-08-29: 12 articles2026-08-30: 6 articles2026-08-31: 10 articles2026-09-01: 8 articles2026-09-02: 10 articles2026-09-03: 10 articles2026-09-04: 11 articles2026-09-05: 6 articles2026-09-06: 12 articles2026-09-07: 3 articles08-1708-2008-2308-2608-2909-0109-0409-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.brindisisettenews.it&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 10405: 30506: 140607: 320708: 260809: 170910: 211011: 71112: 161213: 201314: 141415: 91516: 141617: 41718: 21819: 11920: 02021: 02122: 02223: 023
Mon: 24MonTue: 26TueWed: 28WedThu: 31ThuFri: 34FriSat: 28SatSun: 30Sun

Sections

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

SectionArticles
crime34
environment34
society34

Languages

CodeLanguageArticlesShare
itItalian201100.0%

Latest articles

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

Caldo: nel Salento attesi ancora oltre 35°C
2026-09-07 08:56 UTC · society
Brindisi, l’arcivescovo scuote la città: “Quanto resta della tua notte?”. Il sindaco rilancia con 35 milioni di investim
2026-09-06 14:07 UTC
“Brindisi, quanto resta della tua notte?”. È la domanda con cui l’arcivescovo Giovanni Intini ha aperto il suo intervento alla città in occasione della festa dei santi pa
Allarme carceri in Puglia, Damato: "Non vorremmo che si stia aspettando il peggio"
2026-09-06 07:30 UTC
Ruggiero Damato, segretario regionale FSA Cnpp Spp Puglia, denuncia l’abbandono da parte della politica e delle istituzioni della Polizia Penitenziaria e le condizioni cr
Decaro dopo i Giochi: "il mondo ha potuto scoprire la bellezza di Taranto"
2026-09-04 13:00 UTC
Con un post pubblicato sui propri social, il presidente della Regione Puglia, Antonio Decaro, ringrazia la città di Taranto al termine dei Giochi del Mediterraneo. Decaro

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.brindisisettenews.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=www.brindisisettenews.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 BrindisiSetteNews 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
17%
articles with sections
average page weight

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

How many articles does BrindisiSetteNews publish per day?

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