no key · no human

ntdiario API, RSS and sitemap

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

ArgentinaSpanish#11,917 by volume

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

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

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

entertainment 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=ntdiario.com&size=5"
102
articles indexed
102
in the last 30 days
6
median per day
1
languages
2332 min
median crawl lag
19.08 → 06.09
archive depth

Publishing volume

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

2026-08-19: 1 articles2026-08-20: 3 articles2026-08-21: 3 articles2026-08-22: 2 articles2026-08-23: 2 articles2026-08-24: 3 articles2026-08-25: 3 articles2026-08-26: 6 articles2026-08-27: 10 articles2026-08-28: 10 articles2026-08-29: 7 articles2026-08-30: 6 articles2026-08-31: 4 articles2026-09-01: 6 articles2026-09-02: 5 articles2026-09-03: 6 articles2026-09-04: 11 articles2026-09-05: 6 articles2026-09-06: 8 articles08-1908-2208-2508-2808-3109-0309-06
bash
curl "https://freenewsapi.ai/v1/stats?host=ntdiario.com&top=10"

Publishing rhythm

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

00: 300001: 80102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 01011: 21112: 21213: 61314: 141415: 81516: 01617: 01718: 21819: 51920: 42021: 182122: 02223: 323
Mon: 7MonTue: 9TueWed: 12WedThu: 19ThuFri: 24FriSat: 15SatSun: 16Sun

Sections

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

SectionArticles
entertainment21
News2

Languages

The site identifies itself under ntdiario, Ntdiario — separate editions publishing under one domain.

CodeLanguageArticlesShare
esSpanish102100.0%

Latest articles

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

Donde esté él, ella está en casa: “One Story House”, de Alli Walker
2026-09-06 00:09 UTC
La artista country canadiense comparte su nuevo videoclip
49 Winchester y una performance de “Hays, Kansas” en el Roundhouse
2026-09-05 21:03 UTC
La banda estadounidense liberó una actuación en vivo grabada en el histórico Roundhouse de Londres durante su gira europea.
Keller Cox y The Castellows presentan una versión acústica de “Way Things Work”
2026-09-04 21:49 UTC
La canción sobre una relación que no funciona vuelve con una interpretación íntima y despojada.
Keller Cox y The Castellows le dan un toque acústico a “Way Things Work”
2026-09-04 21:49 UTC
La canción sobre una relación que no funciona vuelve con una interpretación íntima y despojada.
Hannah Harper le pide a su cowboy que baje un cambio en “Hold Your Horses”
2026-09-04 14:11 UTC
El segundo lanzamiento de la ganadora de American Idol llega acompañado de un videoclip filmado junto a su esposo Devon.
Caroline Jones y un amor a primera vista
2026-09-04 00:40 UTC · entertainment
Taylor Austin Dye y la borrachera que no perdona en “Bad Drunk”
2026-09-02 00:02 UTC
La artista country deja caer imágenes para una canción sobre esa borrachera que no rompe cosas pero rompe promesas
Little Big Town cuenta una historia de amor que resiste el paso del tiempo
2026-09-01 19:09 UTC
La banda country estadounidense continúa presentando su nuevo álbum It’s a Dying Art y ahora estrena el video musical de la canción que le da nombre al disco.
Corey Kent siente y vive “Everyday Life”
2026-09-01 14:25 UTC
El cantante y compositor de Oklahoma presenta una mirada íntima sobre la familia, el esfuerzo y aquello que realmente importa, mientras prepara una nueva etapa en su carr
Paige Fish convierte el desamor en un juego en “Quarter Back”
2026-09-01 00:09 UTC
Una historia de ida y vuelta donde las decisiones sentimentales se mezclan con las imágenes del videoclip
Hannah Harper cuenta una historia de amor en “Married Into This Town”
2026-08-31 18:11 UTC
La ganadora de American Idol 2026 en Estados Unidos presenta en un visual su vida en el campo de Missouri, un viaje de amor, raíces y familia que nació en un pequeño pueb

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=ntdiario.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=ntdiario.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 ntdiario marks up its own pages — useful if you are deciding whether to parse them yourself.

2%
dates from JSON-LD
2%
articles with a byline
23%
articles with sections
42 KB
average page weight

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

How many articles does ntdiario publish per day?

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