no key · no human

Libre Média API, RSS and sitemap

Every article Libre Média publishes, as JSON, through an open API with no key and no signup. 144 of their articles are indexed right now, refreshed hourly.

CanadaFrench#10,350 by volume

Four ways to pull libremedia.ca

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

JSON Search this publisher

Every article we hold from libremedia.ca, newest first. Add q= to search inside.

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

Call the API

A live request. Paste it into a terminal and Libre Média headlines come back as JSON.

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

Publishing volume

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

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

Publishing rhythm

When Libre Média actually publishes, by hour of day (UTC) and by day of week — measured from 144 timestamps, not from a schedule they advertise.

00: 50001: 140102: 60203: 10304: 20405: 100506: 90607: 10708: 20809: 120910: 61011: 21112: 31213: 141314: 71415: 31516: 41617: 111718: 81819: 01920: 32021: 152122: 62223: 023
Mon: 12MonTue: 20TueWed: 21WedThu: 19ThuFri: 16FriSat: 20SatSun: 36Sun

Languages

CodeLanguageArticlesShare
frFrench144100.0%

Latest articles

The 18 most recent Libre Média articles in the index — the same rows the API returns, rendered for humans.

À Turin, il n’y a pas eu de viol et l’agresseur n’a pas été disculpé
2026-09-06 21:36 UTC
À Turin, il n’y a pas eu de viol et l’agresseur n’a pas été disculpé En Italie, il n’est pas L’article À Turin, il n’y a pas eu de viol et l’agresseur n’a pas été disculp
La catastrophe du Népal montre l’instabilité croissante des glaciers, mais il est peu plausible d’attribuer la responsab
2026-09-06 16:36 UTC
Le Catastrophe au Népal a une fois de plus attiré l’attention du monde sur les effets dévastateurs de changement climatique L’article La catastrophe du Népal montre l’ins
Bruno Barbieri – 4 hôtels, la nouvelle saison 2026 à la TV dès ce soir : avant-premières
2026-09-06 13:36 UTC
Les hôtels italiens sont scrutés avec « Bruno Barbieri – 4 Hotels ». Dès aujourd’hui, dimanche 6 septembre à partir L’article Bruno Barbieri – 4 hôtels, la nouvelle saiso
Abeilles en difficulté entre juillet et septembre : pourquoi c’est la période la plus critique et comment les protéger
2026-09-06 12:36 UTC
Vous savez, quand on parle du déclin des abeilles et… il faut les protéger? Ces dernières années, ces insectes, essentiels L’article Abeilles en difficulté entre juillet
Vannacci, le vieux qui avance et la démonstration que le politiquement correct n’a servi à rien
2026-09-06 09:36 UTC
Vannacci, le vieux qui avance et la démonstration que le politiquement correct n’a servi à rien L’autre soir sur Cine34 L’article Vannacci, le vieux qui avance et la démo
Pourquoi dans certaines cultures le nom est secret et ne doit pas être prononcé : théories anthropologiques sur l’identi
2026-09-06 08:36 UTC
Dans la plupart des sociétés occidentales, nom est considéré comme un élément d’identification simple: il sert à nous distinguer des L’article Pourquoi dans certaines cul
Le Victoria d’Elcano a été le premier navire à faire le tour du monde : le seul à revenir de l’expédition Magellan
2026-09-06 04:36 UTC
Là navire Victoria c’était l’un des cinq navires qui composaient la flotte avec laquelle Magellan, en 1519, quitta l’Espagne pour L’article Le Victoria d’Elcano a été le
Qu’il est beau le documentaire sur les retrouvailles d’Oasis
2026-09-06 01:36 UTC
Qu’il est beau le documentaire sur les retrouvailles d’Oasis À un certain moment de « Oasis: Don’t Look Back in Anger », L’article Qu’il est beau le documentaire sur les
Qu’est-ce que LiDAR, le capteur qui fonctionne avec la lumière laser des voitures, des iPhones et des cartes 3D et la di
2026-09-06 00:36 UTC
Le LiDAR (Détection et télémétrie de la lumière) est un système de télédétection qui envoie des impulsions laser vers ce L’article Qu’est-ce que LiDAR, le capteur qui fon
Pourquoi certaines fenêtres ont-elles des grilles courbes : en architecture, elles sont utilisées pour avoir de l’espace
2026-09-05 20:36 UTC
Certaines fenêtres, notamment au rez-de-chaussée des immeubles donnant sur rue, mais pas seulement, ont un grille arrondieappelé « gril ventre plat» L’article Pourquoi ce

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.libremedia.ca&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.libremedia.ca&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 Libre Média 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
0%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 222 min at the median, 1331 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 Libre Média 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 144 of their articles and lets you filter by date, language and section.

How many articles does Libre Média publish per day?

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