no key · no human

InformadosCBA API, RSS and sitemap

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

ArgentinaSpanish#10,010 by volume

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

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

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

politics 40%economy 30%sport 30%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=informadoscba.com&size=5"
159
articles indexed
159
in the last 30 days
12
median per day
1
languages
1265 min
median crawl lag
24.08 → 07.09
archive depth

Publishing volume

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

2026-08-24: 3 articles2026-08-25: 12 articles2026-08-26: 14 articles2026-08-27: 18 articles2026-08-28: 16 articles2026-08-30: 15 articles2026-08-31: 8 articles2026-09-01: 19 articles2026-09-02: 4 articles2026-09-03: 12 articles2026-09-04: 20 articles2026-09-05: 8 articles2026-09-06: 4 articles2026-09-07: 6 articles08-2408-2608-2808-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=informadoscba.com&top=10"

Publishing rhythm

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

00: 100001: 100102: 150203: 190304: 170405: 390506: 00607: 00708: 00809: 20910: 11011: 11112: 01213: 01314: 51415: 01516: 11617: 11718: 31819: 41920: 02021: 92122: 02223: 2223
Mon: 17MonTue: 31TueWed: 18WedThu: 30ThuFri: 36FriSat: 8SatSun: 19Sun

Sections

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

SectionArticles
economy37
politics37
sport37

Languages

CodeLanguageArticlesShare
esSpanish159100.0%

Latest articles

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

LLA rechazó la propuesta de De Loredo y no definirá candidaturas por encuestas
2026-09-07 00:41 UTC
El libertarismo cordobés descartó el mecanismo planteado por el diputado radical para ordenar la oposición rumbo a 2027. Bornoroni acelera su armado en el interior y anti
Cóccaro le arruinó el clásico a Central: Newell’s igualó 1-1 en el Gigante en el último minuto
2026-09-06 21:38 UTC
Gastón Ávila abrió con un golazo de zurda al final del primer tiempo y el Canalla se encaminaba a la victoria, pero Cóccaro igualó en el descuento tras la revisión del VA
Zielinski respaldó a Passerini tras el penal errado: “Los que erran son los que patean”
2026-09-05 04:36 UTC
El DT evitó responsabilizar al delantero y explicó que forma parte de los nominados para ejecutar penales. También destacó el funcionamiento del equipo pese al empate: “N
Malvinas: Reino Unido respondió a Milei y dijo que su posición es “inquebrantable”
2026-09-04 23:50 UTC
Tras la cadena nacional del Presidente, Londres defendió la soberanía británica sobre las islas, reivindicó la autodeterminación de los habitantes y advirtió que sus Fuer

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=informadoscba.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=informadoscba.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 InformadosCBA 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
23%
articles with sections
average page weight

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

How many articles does InformadosCBA publish per day?

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