no key · no human

C Juste Paris API, RSS and sitemap

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

FranceFrench#9,967 by volume

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

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

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

crime 30%weather 30%travel 20%

Call the API

A live request. Paste it into a terminal and C Juste Paris headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=cjusteparis.fr&size=5"
157
articles indexed
157
in the last 30 days
11
median per day
1
languages
4 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 5 articles2026-08-26: 11 articles2026-08-27: 11 articles2026-08-28: 12 articles2026-08-29: 13 articles2026-08-30: 19 articles2026-08-31: 9 articles2026-09-01: 10 articles2026-09-02: 11 articles2026-09-03: 10 articles2026-09-04: 10 articles2026-09-05: 15 articles2026-09-06: 19 articles2026-09-07: 2 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=cjusteparis.fr&top=10"

Publishing rhythm

When C Juste Paris actually publishes, by hour of day (UTC) and by day of week — measured from 157 timestamps, not from a schedule they advertise.

00: 00001: 150102: 00203: 130304: 00405: 120506: 00607: 150708: 00809: 120910: 01011: 121112: 01213: 131314: 01415: 91516: 01617: 131718: 01819: 141920: 02021: 162122: 02223: 1323
Mon: 11MonTue: 15TueWed: 22WedThu: 21ThuFri: 22FriSat: 28SatSun: 38Sun

Sections

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

SectionArticles
crime59
travel59
weather59

Languages

CodeLanguageArticlesShare
frFrench157100.0%

Latest articles

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

La France adopte une nouvelle carte du monde, à la suite de Mercator
2026-09-07 01:21 UTC
nouvelles L’ONU soutient la volonté de refléter plus fidèlement la taille des continents La nouvelle projection française Eckert IV est... L’article La France adopte une
Un couple britannique explique pourquoi ils ont déménagé en Alsace pour plus d’espace et de qualité de vie
2026-09-06 13:21 UTC
revue Déménager de Bâle en Suisse signifiait également que leur argent irait plus loin Tom Smith et Julie Shelford vivent... L’article Un couple britannique explique pour
Un couple condamné à payer 150 000 € après avoir contourné une agence immobilière dans le sud de la France
2026-09-06 09:21 UTC
propriété Le tribunal déclare qu’ils ont négocié un prix inférieur pour une propriété de 2,5 millions d’euros L’agent immobilier, basé... L’article Un couple condamné à p
Les factures de taxe foncière arrivent pour les propriétaires français : comment vérifier l’exactitude de la facture
2026-09-06 07:21 UTC
Avis pour cette année taxe foncière commencera à arriver à partir de cette semaine pour certains propriétaires en France. Les... L’article Les factures de taxe foncière a
Qui est responsable de la réparation du système électrique dans une maison neuve en France ?
2026-09-05 23:21 UTC
Le vendeur doit fournir un dossier de technique de diagnosticdont un diagnostic électrique pour les installations de plus de quinze... L’article Qui est responsable de la
Quel est le nombre moyen d’élèves dans une classe d’école publique française – et comment se compare-t-il à celui du Roy
2026-09-05 21:21 UTC
Le déclin de la population française contribue à réduire la taille moyenne des classes La France n’a pas de taille... L’article Quel est le nombre moyen d’élèves dans une
Tempêtes, coups de vent, neige : les bulletins météorologiques officiels de la France deviennent plus détaillés
2026-09-05 15:21 UTC
nouvelles Seules certaines zones des départements pourraient voir les niveaux d’alerte changer Les alertes permettront désormais d’identifier plus précisément les... L’ar

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=cjusteparis.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=cjusteparis.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 C Juste Paris 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
38%
articles with sections
average page weight

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

How many articles does C Juste Paris publish per day?

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