no key · no human

France Racing API, RSS and sitemap

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

FranceFrench#10,527 by volume

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

curl -s "https://freenewsapi.ai/v1/search?host=franceracing.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=franceracing.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=franceracing.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=franceracing.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 France Racing headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=franceracing.fr&size=5"
139
articles indexed
139
in the last 30 days
7
median per day
1
languages
10 min
median crawl lag
22.08 → 07.09
archive depth

Publishing volume

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

2026-08-22: 2 articles2026-08-23: 4 articles2026-08-24: 3 articles2026-08-25: 1 articles2026-08-26: 8 articles2026-08-27: 10 articles2026-08-28: 8 articles2026-08-29: 15 articles2026-08-30: 10 articles2026-08-31: 7 articles2026-09-01: 6 articles2026-09-02: 7 articles2026-09-03: 6 articles2026-09-04: 13 articles2026-09-05: 19 articles2026-09-06: 17 articles2026-09-07: 3 articles08-2208-2408-2608-2808-3009-0109-0309-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=franceracing.fr&top=10"

Publishing rhythm

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

00: 30001: 40102: 20203: 30304: 10405: 30506: 40607: 20708: 10809: 90910: 31011: 101112: 51213: 151314: 81415: 121516: 131617: 71718: 131819: 41920: 32021: 32122: 62223: 523
Mon: 13MonTue: 7TueWed: 15WedThu: 16ThuFri: 21FriSat: 36SatSun: 31Sun

Sections

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

SectionArticles
sport55

Languages

CodeLanguageArticlesShare
frFrench139100.0%

Latest articles

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

Grand Prix d'Italie : Antonelli, 60 ans après Scarfiotti
2026-09-06 14:58 UTC
Dans le Temple de la Vitesse, à Monza, le 77e Grand Prix d'Italie s'est offert à Kimi Antonelli devant George Russell et Max Verstappen.
ERC Ceredigion : Meeke vainqueur, Suninen sacré champion d'Europe 2026 !
2026-09-06 14:37 UTC
Deuxième derrière Kris Meeke au Pays de Galles, le Finlandais est sacré champion d'Europe des Rallyes 2026 !
CFR Mont-Blanc : "C'était une semaine particulière" (Bonato)
2026-09-06 11:28 UTC
La déclaration du vainqueur et le point sur le championnat après le Rallye Mont-Blanc Morzine
Grand Prix d'Italie : la grille de départ
2026-09-06 03:14 UTC · sport
Grand Prix d'Italie : la grille de départ
2026-09-06 01:14 UTC
Le 77e Grand Prix d'Italie verra un tout nouveau poleman sur les tablettes de la F1 : Pierre Gasly. Il aura fort à faire avec à ses côtés George Russell.

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=franceracing.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=franceracing.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 France Racing 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
40%
articles with sections
average page weight

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

How many articles does France Racing publish per day?

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