no key · no human

El Canciller API, RSS and sitemap

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

ArgentinaSpanish#4,020 by volume

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

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

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

politics 37%economy 22%sport 14%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=elcanciller.com&size=5"
633
articles indexed
585
in the last 30 days
49
median per day
1
languages
4 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 35 articles2026-08-26: 35 articles2026-08-27: 54 articles2026-08-28: 51 articles2026-08-29: 64 articles2026-08-30: 51 articles2026-08-31: 43 articles2026-09-01: 49 articles2026-09-02: 53 articles2026-09-03: 41 articles2026-09-04: 41 articles2026-09-05: 57 articles2026-09-06: 11 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=elcanciller.com&top=10"

Publishing rhythm

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

00: 190001: 190102: 90203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 171011: 181112: 341213: 491314: 551415: 291516: 271617: 511718: 671819: 591920: 722021: 252122: 122223: 2323
Mon: 43MonTue: 84TueWed: 88WedThu: 95ThuFri: 92FriSat: 121SatSun: 62Sun

Sections

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

SectionArticles
economy302
politics302

Languages

CodeLanguageArticlesShare
esSpanish58592.4%

Latest articles

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

Clausuraron el geriátrico de Mar del Plata donde Nicolás Cichero maltrató a dos ancianas por “flagrante peligro”
2026-09-06 16:18 UTC
Tras la viralización del caso, la autoridad sanitaria local detectó incumplimientos en la residencia y dispuso una medida provisoria para resguardar a los pacientes, adem
Colapinto rompió en llanto y lamentó el noveno lugar en Italia: “Tenía una gran oportunidad y no la aproveché”
2026-09-06 15:51 UTC
Después de despistar cuando estaba cuarto y remontar desde el 16° lugar, el piloto argentino se castigó por el error, a pesar de quedarse con dos puntos en la carrera en
Alerta amarilla por frío extremo: cómo estará el tiempo esta semana en la Ciudad y alrededores
2026-09-06 13:41 UTC
El domingo arrancó con una mínima de 4° y una máxima de 10°, y desde el lunes las marcas treparán en forma sostenida hasta llegar a 20°. El detalle día por día.
Torneo Clausura: Gimnasia y Esgrima de Mendoza se lo empató 2 a 2 a Boca con un gol en el descuento
2026-09-05 21:28 UTC
En un encuentro muy atractivo, Velasco y Zenón marcaron los goles del equipo del “Vasco” Arruabarrena a los 17 y 38 minutos, mientras que Sabatini y Fernández, a los 19 y
Tres grandes empresas de servicios petroleros se desligaron de los proyectos en Malvinas: la reacción del Gobierno
2026-09-05 21:14 UTC
Las firmas SLB, Baker Hughes y Halliburton informaron que no participan ni tienen previsto hacerlo en iniciativas de hidrocarburos en las islas del Atlántico sur ni en su

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=elcanciller.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=elcanciller.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 El Canciller 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
52%
articles with sections
average page weight

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

How many articles does El Canciller publish per day?

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