no key · no human

Rahizi.org API, RSS and sitemap

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

MoroccoFrench#8,587 by volume

Four ways to pull rahizi.org

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

JSON Search this publisher

Every article we hold from rahizi.org, newest first. Add q= to search inside.

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

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

health 76%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=rahizi.org&size=5"
209
articles indexed
209
in the last 30 days
13
median per day
1
languages
14 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 9 articles2026-08-26: 24 articles2026-08-27: 22 articles2026-08-28: 13 articles2026-08-29: 11 articles2026-08-30: 38 articles2026-08-31: 18 articles2026-09-01: 16 articles2026-09-02: 8 articles2026-09-03: 6 articles2026-09-04: 13 articles2026-09-05: 7 articles2026-09-06: 18 articles2026-09-07: 6 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=rahizi.org&top=10"

Publishing rhythm

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

00: 50001: 60102: 190203: 70304: 90405: 130506: 70607: 60708: 90809: 50910: 151011: 61112: 71213: 181314: 41415: 91516: 51617: 151718: 41819: 61920: 72021: 142122: 42223: 923
Mon: 24MonTue: 25TueWed: 32WedThu: 28ThuFri: 26FriSat: 18SatSun: 56Sun

Sections

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

SectionArticles
health89

Languages

CodeLanguageArticlesShare
frFrench209100.0%

Latest articles

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

Expert warns of subsea cable risks
2026-09-07 06:07 UTC
Video Summary Cybersecurity expert Kerissa Verma says geopolitical tensions around the Strait of Hormuz could threaten subsea cables that carry critical global data. Verm
South Africa seeks to overhaul fragile electricity sector
2026-09-07 04:34 UTC
Video Summary Pretoria is seeking $130 billion in investment to modernize its fragile electricity system and expand renewable generation, storage and transmission. Chines
EAC single currency target faces delay
2026-09-07 03:04 UTC
Video Summary East African countries continue to face delays in meeting economic requirements for a single regional currency by 2031. Bank of Uganda Governor Micheal Atin
Cameroon women celebrate WAFCON title during victory parade
2026-09-06 13:49 UTC
Résumé de la vidéo Cameroon women celebrate WAFCON title during victory parade The Indomitable Lionesses are home and Yaoundé is … Détails de la vidéo Source: africanews
CAN féminine 2026 : le Cameroun célèbre ses Lionnes, reines d'Afrique
2026-09-06 10:22 UTC
Résumé de la vidéo CAN féminine 2026 : le Cameroun célèbre ses Lionnes, reines d’Afrique Les Lionnes indomptables sont de retour à Yaoundé. Détails de la vidéo Source: af
RDC : la DRC Fashion Week célèbre la SAPE, héritage des deux Congo
2026-09-06 08:52 UTC
Résumé de la vidéo RDC : la DRC Fashion Week célèbre la SAPE, héritage des deux Congo La DRC Fashion Week a placé la SAPE au cœur de sa … Détails de la vidéo Source: afri
'Sape' a cultural movement showcased at the 6th edition of DR Congo Fashion Week
2026-09-06 07:17 UTC
Video Summary ‘Sape’ a cultural movement showcased at the 6th edition of DR Congo Fashion Week The sixth edition of DR Congo Fashion … Video Details Source: africanews (a
Somalie : de violents combats pour le contrôle de Baidoa
2026-09-06 05:47 UTC
Résumé de la vidéo Somalie : de violents combats pour le contrôle de Baidoa De violents affrontements ont éclaté lundi à Baidoa, ville stratégique du … Détails de la vidé
Somalia clashes with regional forces over control of key city
2026-09-06 04:17 UTC
Video Summary Somalia clashes with regional forces over control of key city Somali national forces clashed with troops loyal to an ousted regional … Video Details Source:
Ebola RDC : l'épidémie la plus meurtrière de l'histoire du pays [Africanews Today]
2026-09-06 02:46 UTC
Video Summary Ebola RDC : l’épidémie la plus meurtrière de l’histoire du pays [Africanews Today] L’épidémie d’Ebola qui sévit en République … Video Details Source: africa
Ebola DRC: The Deadliest Outbreak in the Country's History [Africanews Today]
2026-09-06 01:16 UTC
Video Summary Ebola DRC: The Deadliest Outbreak in the Country’s History [Africanews Today] The Ebola outbreak currently ravaging the … Video Details Source: africanews (

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=rahizi.org&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=rahizi.org&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 Rahizi.org 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
43%
articles with sections
average page weight

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

How many articles does Rahizi.org publish per day?

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