no key · no human

Ricicla News API, RSS and sitemap

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

ItalyItalian#16,677 by volume

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

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

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

environment 75%property 25%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.riciclanews.it&size=5"
36
articles indexed
19
in the last 30 days
6
median per day
1
languages
34264 min
median crawl lag
03.08 → 01.09
archive depth

Publishing volume

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

2026-08-03: 6 articles2026-08-05: 10 articles2026-08-06: 4 articles2026-09-01: 5 articles08-0308-0508-0609-01
bash
curl "https://freenewsapi.ai/v1/stats?host=www.riciclanews.it&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 30708: 20809: 40910: 21011: 81112: 31213: 01314: 01415: 01516: 11617: 21718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 6MonTue: 5TueWed: 10WedThu: 4ThuFri: 0FriSat: 0SatSun: 0Sun

Sections

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

SectionArticles
environment7
property7

Languages

CodeLanguageArticlesShare
itItalian2569.4%

Latest articles

The 16 most recent Ricicla News articles in the index — the same rows the API returns, rendered for humans.

CAM, Anac e Mase preparano la stretta: gare illegittime se i criteri non sono applicati
2026-09-01 16:15 UTC
Anac e Mase hanno posto in consultazione una bozza di comunicato congiunto per rafforzare l’applicazione dei CAM negli appalti e nelle concessioni pubbliche. Il testo chi
Circular economy act, le proposte dei giovani europei: “Favorire l’utilizzo di materia prima seconda”
2026-09-01 12:23 UTC
La Commissaria europea per l'ambiente, Jessica Roswall, ha incontrato 16 ragazzi che hanno elaborato un pacchetto di proposte in vista del Circular economy act L'articolo
Crisi riciclo plastica, da Assorimap a Corepla: ecco le posizioni dei portatori di interesse
2026-09-01 09:59 UTC
Il 28 luglio la riunione del tavolo plastica al Mase. Regis chiede il carbon credits, per Assoambiente serve creare domanda stabile di materia prima seconda L'articolo Cr
Crisi riciclo plastica, ecco la road map del Ministero dell’Ambiente
2026-09-01 09:33 UTC
Il MASE mette a punto una roadmap in quattro fasi e 26 interventi per affrontare la crisi del riciclo delle plastiche. Dall’emergenza stoccaggi al sostegno alla domanda d
Circular Economy Act, FEAD: più domanda di riciclati e regole comuni sull’end of waste
2026-09-01 07:28 UTC
FEAD chiede al prossimo Circular Economy Act di intervenire sui due principali ostacoli al mercato europeo delle materie seconde: domanda debole e frammentazione normativ
La crisi del riciclo della plastica arriva in Parlamento. L’opposizione presenta due interrogazioni parlamentari
2026-08-05 11:59 UTC
L'Abbate (M5S) e De Cristofaro (Avs) hanno presentato quesiti in merito alle difficoltà del comparto e della possibile interruzione della raccolta differenziata ai minist
Iva ed economia circolare, Bruxelles apre alla revisione delle regole su usato e riciclo
2026-08-03 17:04 UTC
La Commissione europea prepara una consultazione sul trattamento Iva dei beni di seconda mano e delle filiere circolari. L’iniziativa potrebbe portare a una revisione del
PPWR: from 12 August, compliance becomes a supply-chain responsibility
2026-08-03 12:48 UTC
From 12 August 2026, the PPWR will require manufacturers to support the EU declaration of conformity with robust technical documentation built across the packaging supply
Mobili e prodotti d’arredo, in consultazione lo schema del nuovo regime Epr
2026-08-03 11:22 UTC
Fino al 3 settembre i soggetti interessati, sia pubblici che privati, potranno lasciare osservazioni e contributi sulla proposta di responsabilità estesa del produttore.

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.riciclanews.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.riciclanews.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 Ricicla News 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
28%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 34264 min at the median, 37948 minutes at the 90th percentile.

FAQ

Does Ricicla News 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 36 of their articles and lets you filter by date, language and section.

How many articles does Ricicla News publish per day?

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