no key · no human

Entre Nous API, RSS and sitemap

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

FranceFrench#6,026 by volume

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

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

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

health 40%society 30%entertainment 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.entrenous.fr&size=5"
356
articles indexed
356
in the last 30 days
21
median per day
1
languages
903 min
median crawl lag
22.08 → 07.09
archive depth

Publishing volume

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

2026-08-22: 2 articles2026-08-23: 8 articles2026-08-24: 12 articles2026-08-25: 16 articles2026-08-26: 35 articles2026-08-27: 36 articles2026-08-28: 36 articles2026-08-29: 21 articles2026-08-30: 16 articles2026-08-31: 10 articles2026-09-01: 10 articles2026-09-02: 35 articles2026-09-03: 36 articles2026-09-04: 36 articles2026-09-05: 24 articles2026-09-06: 21 articles2026-09-07: 2 articles08-2208-2408-2608-2808-3009-0109-0309-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.entrenous.fr&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 330405: 170506: 00607: 160708: 380809: 140910: 171011: 161112: 121213: 711314: 491415: 381516: 321617: 31718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 24MonTue: 26TueWed: 70WedThu: 72ThuFri: 72FriSat: 47SatSun: 45Sun

Sections

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

SectionArticles
entertainment100
health100
society100

Languages

CodeLanguageArticlesShare
frFrench356100.0%

Latest articles

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

GTA 6 : ces romances sexy accusées de favoriser l'infidélité, certaines fiancées bannissent le jeu
2026-09-06 15:30 UTC
Les romances sexy de GTA 6 entre Jason et Lucia enflamment TikTok et certains couples, entre accusations d'infidélité virtuelle et interdictions de jouer. Jusqu'où un jeu
Transpiration excessive : cette plante et cette poudre naturelle marchent vraiment si vous les utilisez ainsi
2026-09-06 13:46 UTC
Aurèoles sous les bras, pieds moites, odeurs qui vous complexent au quotidien ? Deux remèdes naturels bien connus pourraient changer la donne, à condition de les utiliser
Un couple sur quatre cache ce secret d’argent à son partenaire : ce non-dit qui fait vaciller la relation
2026-09-06 08:28 UTC
Près d’un couple sur quatre cache un secret financier à son partenaire, bien loin du cliché de l’infidélité. Que révèlent ces comptes dissimulés sur la confiance et la co
Enfant du milieu : ce neuropsychiatre révèle 3 forces cachées qui peuvent faire de vous le pilier discret de la famille
2026-09-05 16:29 UTC
Longtemps catalogué comme l’oublié de la fratrie, l’enfant du milieu intrigue désormais les psys. Entre Brian Amen et une vaste étude HEXACO, trois forces inattendues des
Feng shui : ces erreurs dans votre salle de bain qui font fuir l'énergie... et vident peu à peu votre porte-monnaie
2026-09-05 14:47 UTC
À force de laisser filer l’eau et le désordre, votre salle de bain pourrait vider l’énergie de toute la maison. Quels gestes le Feng Shui conseille-t-il d’éviter ?
Couple : les psys l'assurent, ces 5 rituels discrets empêchent votre relation de se dégrader en silence
2026-09-05 05:30 UTC
À l’heure où le stress érode les liens, des psychologues identifient 5 rituels de couple qui changent tout. Quels gestes simples transforment une relation en soutien dura

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.entrenous.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.entrenous.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 Entre Nous 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
28%
articles with sections
average page weight

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

How many articles does Entre Nous publish per day?

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