no key · no human

ECOticias.com API, RSS and sitemap

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

Spanish#8,747 by volume

Four ways to pull ecoticias.com

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from ecoticias.com, newest first. Add q= to search inside.

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

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

environment 85%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.ecoticias.com&size=5"
199
articles indexed
199
in the last 30 days
18
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 13:00 UTC — that is when the newsroom pushes its main batch.

2026-08-25: 8 articles2026-08-26: 18 articles2026-08-27: 19 articles2026-08-28: 20 articles2026-08-29: 5 articles2026-08-30: 8 articles2026-08-31: 20 articles2026-09-01: 20 articles2026-09-02: 20 articles2026-09-03: 17 articles2026-09-04: 32 articles2026-09-05: 8 articles2026-09-06: 4 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.ecoticias.com&top=10"

Publishing rhythm

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

00: 40001: 00102: 00203: 00304: 00405: 00506: 160607: 150708: 200809: 140910: 171011: 171112: 231213: 241314: 131415: 41516: 131617: 21718: 61819: 01920: 42021: 02122: 72223: 023
Mon: 20MonTue: 28TueWed: 38WedThu: 36ThuFri: 52FriSat: 13SatSun: 12Sun

Sections

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

SectionArticles
environment76

Languages

CodeLanguageArticlesShare
esSpanish199100.0%

Latest articles

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

Día Internacional del Aire Limpio 2026: respirar sigue matando a millones de personas cada año
2026-09-06 22:01 UTC
El Día Internacional del Aire Limpio 2026 recuerda una paradoja difícil de ignorar: respirar es inevitable, pero la contaminación convierte ese acto básico en un riesgo p
Gracias a un pequeño componente llamado ondulador, el Renault 5 invierte el sentido de la corriente y consigue devolver
2026-09-06 17:33 UTC
El Renault 5 puede convertir su batería en una reserva de energía y devolver hasta 11 kW a la red eléctrica mientras está aparcado.
A partir de 2030 los vuelos de menos de 500 kilómetros en Europa podrían hacerse en aviones eléctricos
2026-09-06 06:03 UTC
Los aviones eléctricos preparan su llegada a Europa en 2030 con la mirada puesta en las rutas regionales de menos de 500 kilómetros.
Día Mundial de las Aves Limícolas 2026: por qué proteger playas y humedales es más urgente que nunca
2026-09-05 22:01 UTC
Las aves limícolas protagonizan algunas de las migraciones más largas del planeta y su supervivencia depende de la conservación de humedales, estuarios y playas que hoy s
Una estudiante de 15 años crea un filtro oceánico con fibra de coco para atrapar microplásticos y, dos años después, des
2026-09-05 16:26 UTC
Una estudiante descubre que hongos presentes en la fibra de coco pueden degradar plástico y compuestos del protector solar.
Solo 150 ejemplares de un pez traído desde Texas en 1905 bastaron para intentar controlar los mosquitos en Hawái: años d
2026-09-05 06:03 UTC
Hawái introdujo al pez mosquito, Gambusia affinis, en el año 1905 para controlar a los mosquitos. El método era obvio y sencillo, pero ese pequeño pez no se…
Día de la Vaquita Marina 2026
2026-09-05 00:01 UTC · environment
La conservación de aves en Granada afronta su gran reto: convertir las decisiones locales en resultados reales
2026-09-04 13:57 UTC
La conservación de aves en Granada pone el foco en una brecha decisiva: cómo trasladar los problemas detectados sobre el terreno a políticas autonómicas, estatales y euro

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.ecoticias.com&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.ecoticias.com&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 ECOticias.com 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, 2758 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 ECOticias.com 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 199 of their articles and lets you filter by date, language and section.

How many articles does ECOticias.com publish per day?

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