no key · no human

Medialot API, RSS and sitemap

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

FranceFrench#11,318 by volume

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

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

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

sport 40%entertainment 30%society 30%

Call the API

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

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

Publishing volume

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

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

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 40607: 120708: 110809: 120910: 101011: 31112: 41213: 51314: 101415: 91516: 101617: 61718: 181819: 21920: 02021: 02122: 02223: 023
Mon: 10MonTue: 14TueWed: 19WedThu: 18ThuFri: 17FriSat: 19SatSun: 19Sun

Sections

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

SectionArticles
entertainment43
society43
sport43

Languages

CodeLanguageArticlesShare
frFrench116100.0%

Latest articles

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

Rentrée au lycée des Territoires de Cahors-Le Montat : Un rebond spectaculaire des effectifs pour les 40 ans de l’établi
2026-09-06 15:46 UTC
Dynamique positive. Mardi dernier, l’effervescence était au rendez-vous au lycée des Territoires de Cahors-Le Montat. Plus de 100 familles ont fait le déplacement pour ac
Cahors : Danse Attitude 46 repart de plus belle pour la saison 2026/2027
2026-09-06 13:02 UTC
Les cours ont repris (et on peut venir essayer jusqu’à fin septembre). Salsa, zumba, bachata, regggaeton, merengue… Danse Attitude 46 a repris le chemin de la salle polyv
Albert Marty, un Lotois aux avant-postes de la Division Leclerc
2026-09-06 07:21 UTC
Il a combattu en Afrique puis a participé à la libération de Paris et de l’Alsace avec la 2e DB. Officier de la Légion d’Honneur, Compagnon de la Libération (par décret e
Cahors Rugby s’incline à Desprats contre le FCTT
2026-09-05 19:42 UTC
Les Ciel et Blanc doivent se contenter du bonus défensif. Ce samedi soir, pour leur 1ère à domicile en championnat, les Ciel et Blanc n’ont pas réussi à sortir du piège t
Sibelle, la mort d’Edouard Balladur, une rentrée scolaire sous le signe du climat et l’église de Martel
2026-09-05 06:48 UTC
Chaque samedi, l’actualité lotoise vue par Philippe Mellet et surtout par ses chats. Lundi._ La mort d’Edouard Balladur à l’âge de 97 ans. Il fut Premier ministre de Fran
Rugby : Le COC se démultiplie ce samedi
2026-09-04 18:18 UTC · sport

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=medialot.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=medialot.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 Medialot 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
37%
articles with sections
average page weight

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

How many articles does Medialot 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.