no key · no human

La Voce delle Valli API, RSS and sitemap

Every article La Voce delle Valli publishes, as JSON, through an open API with no key and no signup. 171 of their articles are indexed right now, refreshed hourly.

ItalyItalian#9,500 by volume

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

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

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

sport 30%environment 20%society 20%

Call the API

A live request. Paste it into a terminal and La Voce delle Valli headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.lavocedellevalli.it&size=5"
171
articles indexed
171
in the last 30 days
11
median per day
1
languages
964 min
median crawl lag
22.08 → 06.09
archive depth

Publishing volume

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

2026-08-22: 3 articles2026-08-23: 4 articles2026-08-24: 6 articles2026-08-25: 9 articles2026-08-26: 14 articles2026-08-27: 14 articles2026-08-28: 12 articles2026-08-29: 12 articles2026-08-30: 6 articles2026-08-31: 9 articles2026-09-01: 7 articles2026-09-02: 9 articles2026-09-03: 17 articles2026-09-04: 24 articles2026-09-05: 14 articles2026-09-06: 11 articles08-2208-2408-2608-2808-3009-0109-0309-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.lavocedellevalli.it&top=10"

Publishing rhythm

When La Voce delle Valli actually publishes, by hour of day (UTC) and by day of week — measured from 171 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 00405: 00506: 80607: 150708: 140809: 190910: 121011: 51112: 81213: 171314: 151415: 201516: 161617: 61718: 81819: 11920: 42021: 12122: 22223: 023
Mon: 15MonTue: 16TueWed: 23WedThu: 31ThuFri: 36FriSat: 29SatSun: 21Sun

Sections

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

SectionArticles
environment44
society44
sport44

Languages

CodeLanguageArticlesShare
itItalian171100.0%

Latest articles

The 18 most recent La Voce delle Valli articles in the index — the same rows the API returns, rendered for humans.

Fiera di Sant'Alessandro, le Regine sono di San Pellegrino: trionfo per Giupponi Patrick e Angelo Giorgio
2026-09-06 18:20 UTC
La 23ª edizione conferma il grande richiamo della manifestazione, superando quota 50.000 visitatori.
Taleggio, muore motociclista 19enne agli Orridi: fatale la caduta per 10 metri
2026-09-06 17:46 UTC
Non ce l’ha fatta il giovane motociclista coinvolto nel grave incidente avvenuto nel pomeriggio di oggi, domenica 6 settembre, lungo la provinciale 25, nella zona degli O
Oltre 600 pellegrini da Sotto il Monte alla Cornabusa, Mons. Finazzi: "Aiutiamo Dio per un mondo nuovo"
2026-09-06 13:19 UTC
Un evento giunto alla sua decima iterazione ma ancora brioso nella partecipazione, con anche molti giovani presenti, sempre camminando e pregando (e pure cantando).
Cuoco, autista e addetto alle vendite: 137 offerte di lavoro in provincia di Bergamo
2026-09-06 13:15 UTC
Se cerchi lavoro, in questo articolo potrai trovare le offerte di lavoro trasmesse ai centri per l'impiego provinciali da enti pubblici e aziende private alla ricerca di
La Juventus vince la Coppa del "Mondo" a San Pellegrino, battuta l'Atalanta per 3-1
2026-09-06 07:42 UTC
A chiudere la kermesse estiva dei tornei targati Coppa Quarenghi l’8° Memorial Emiliano Mondonico Under 13 vinto dalla Juventus sull'Atalanta.

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.lavocedellevalli.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.lavocedellevalli.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 La Voce delle Valli 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
26%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 964 min at the median, 4754 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 La Voce delle Valli 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 171 of their articles and lets you filter by date, language and section.

How many articles does La Voce delle Valli publish per day?

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