no key · no human

Rugbyrama API, RSS and sitemap

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

FranceFrench#4,109 by volume

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

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

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

sport 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.rugbyrama.fr&size=5"
608
articles indexed
515
in the last 30 days
27
median per day
1
languages
4 min
median crawl lag
23.08 → 06.09
archive depth

Publishing volume

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

2026-08-23: 3 articles2026-08-24: 24 articles2026-08-25: 23 articles2026-08-26: 24 articles2026-08-27: 48 articles2026-08-28: 76 articles2026-08-29: 59 articles2026-08-30: 49 articles2026-08-31: 16 articles2026-09-01: 19 articles2026-09-02: 16 articles2026-09-03: 29 articles2026-09-04: 50 articles2026-09-05: 52 articles2026-09-06: 27 articles08-2308-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.rugbyrama.fr&top=10"

Publishing rhythm

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

00: 20001: 10102: 00203: 00304: 170405: 210506: 330607: 190708: 210809: 360910: 281011: 261112: 201213: 211314: 301415: 361516: 311617: 341718: 391819: 331920: 182021: 302122: 102223: 923
Mon: 40MonTue: 42TueWed: 40WedThu: 77ThuFri: 126FriSat: 111SatSun: 79Sun

Sections

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

SectionArticles
sport209

Languages

CodeLanguageArticlesShare
frFrench51584.7%

Latest articles

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

Carnet noir - Finaliste en 1968 de la Coupe du monde, Jean-Pierre Clar n’est plus
2026-09-06 15:19 UTC
Jean-Pierre Clar est décédé. Il avait porté le maillot de l'équipe de France de rugby à XIII.
Meurtre de Federico Martin Aramburu - "Justice pour Fede" : les joueurs de l'Argentine font passer un message avant leur
2026-09-06 14:48 UTC
À l'échauffement de leur match face à l'Australie samedi, les Pumas ont arboré un t-shirt avec inscrit "Justice pour Fede", alors que le procès de son assassinat s'ouvre
Top 14 - "Il augmente le niveau d’émulation" : Tommaso Menoncello, la nouvelle star toulousaine, à la découverte du Top
2026-09-06 12:01 UTC
Titulaire au centre de l’attaque toulousaine contre La Rochelle, Tommaso Menoncello va faire ses grands débuts en Top 14. L’international italien (24 ans), reconnu mondia
Top 14 - "Avoir la possession, clairement, ce n’était pas la solution sur ce match", estime Jean-Noël Spitzer (Vannes) a
2026-09-06 11:01 UTC
Frustré par le résultat final à Castres ce samedi (30-21), le manager breton était tout de même satisfait du comportement de sa conquête et de l'entrée de son banc qui au

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.rugbyrama.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.rugbyrama.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 Rugbyrama 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
41%
articles with sections
average page weight

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

How many articles does Rugbyrama publish per day?

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