no key · no human

AUNIS TV API, RSS and sitemap

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

FranceFrench#11,150 by volume

Four ways to pull aunistv.fr

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

JSON Search this publisher

Every article we hold from aunistv.fr, newest first. Add q= to search inside.

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

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

entertainment 40%society 30%health 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.aunistv.fr&size=5"
121
articles indexed
121
in the last 30 days
9
median per day
1
languages
5 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 5 articles2026-08-26: 6 articles2026-08-27: 6 articles2026-08-28: 9 articles2026-08-29: 16 articles2026-08-30: 6 articles2026-08-31: 9 articles2026-09-01: 14 articles2026-09-02: 11 articles2026-09-03: 9 articles2026-09-04: 8 articles2026-09-05: 12 articles2026-09-06: 10 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.aunistv.fr&top=10"

Publishing rhythm

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

00: 50001: 40102: 60203: 70304: 20405: 30506: 50607: 30708: 40809: 40910: 31011: 61112: 71213: 61314: 61415: 71516: 51617: 51718: 61819: 61920: 52021: 32122: 72223: 623
Mon: 9MonTue: 19TueWed: 17WedThu: 15ThuFri: 17FriSat: 28SatSun: 16Sun

Sections

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

SectionArticles
entertainment40
health40
society40

Languages

CodeLanguageArticlesShare
frFrench121100.0%

Latest articles

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

Pourquoi tant de bébés naissent en septembre
2026-09-06 16:05 UTC · entertainment
Pourquoi le roi Haakon VIII de Norvège n’aura pas de couronnement alors qu’il prête serment d’allégeance à la Constituti
2026-09-06 05:04 UTC
Le roi Harald V de Norvège est décédé la semaine dernière (le 28 août) à l’âge de 89 ans, mettant fin à un règne qui s’étend sur plus de trois décennies. Sa disparition s
Ménopause et autisme : symptômes liés expliqués par le médecin
2026-09-05 23:04 UTC
Bien que ce sujet fasse encore l’objet d’explorations, des experts soutiennent que les changements hormonaux pendant la périménopause pourraient rendre certains traits au
Chaque septembre, j’ai l’impression de prendre du retard : pourquoi je brise le cycle d’amélioration saisonnière
2026-09-05 03:04 UTC
Depuis un bon moment, septembre a quelque chose qui me pousse à penser que je devrais faire davantage. Je ne saurais dire exactement quand cela a commencé – peut-être dur
Le juge déclare officiellement un procès nul dans l’affaire Lindsay Clancy après que le jury n’a pas pu se prononcer.
2026-09-04 23:04 UTC
Le procès pour triple meurtre de Lindsay Clancy a connu aujourd’hui une conclusion dramatique, lorsque le juge William Sullivan a officiellement déclaré un non-lieu, aprè

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.aunistv.fr&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.aunistv.fr&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 AUNIS TV 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
33%
articles with sections
average page weight

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

How many articles does AUNIS TV publish per day?

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