no key · no human

Itransports API, RSS and sitemap

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

FranceFrench#11,301 by volume

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

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

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

transport 100%

Call the API

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

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

Publishing volume

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

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

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 160405: 220506: 110607: 70708: 00809: 30910: 21011: 21112: 01213: 21314: 81415: 151516: 131617: 71718: 41819: 31920: 22021: 02122: 02223: 023
Mon: 8MonTue: 10TueWed: 15WedThu: 16ThuFri: 16FriSat: 24SatSun: 28Sun

Sections

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

SectionArticles
transport41

Languages

CodeLanguageArticlesShare
frFrench117100.0%

Latest articles

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

Le SP95-E10 grimpe encore, mais ces stations permettent d’économiser jusqu’à 7 € sur un plein
2026-09-06 15:04 UTC
Le SP95-E10 s’installe à un niveau très élevé ce vendredi 4 septembre 2026, mais quelques stations restent assez bas pour […] L’article Le SP95-E10 grimpe encore, mais ce
Volkswagen envisagerait d’arrêter Seat d’ici 2029 pour miser beaucoup plus gros sur Cupra
2026-09-06 04:36 UTC
Volkswagen envisagerait de tourner la page Seat d’ici 2029 pour concentrer ses moyens sur Cupra, une bascule qui résume la […] L’article Volkswagen envisagerait d’arrêter
Ce SUV coréen bat BMW sur son propre terrain, et ce n’est pas sur la puissance
2026-09-05 18:38 UTC
Aux États-Unis, le Genesis GV70 2026 devance le BMW X3 sur le prix, la puissance et la durée de garantie […] L’article Ce SUV coréen bat BMW sur son propre terrain, et ce
À moins de Rs 28 lakh, Kia installe le Sorento dans une bataille où les grands SUV familiaux n’ont pas disparu
2026-09-05 14:31 UTC
Avec un prix d’appel sous les Rs 28 lakh, le Kia Sorento revient en Inde comme un grand SUV familial […] L’article À moins de Rs 28 lakh, Kia installe le Sorento dans une
Dacia promettait une nouvelle voiture abordable pour 2027, la marque vient de faire volte-face
2026-09-05 07:18 UTC
Dacia renonce au troisième modèle de segment C qu’elle prévoyait pour 2027. Son futur compact, lui, reste programmé à l’usine […] L’article Dacia promettait une nouvelle

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.itransports.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.itransports.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 Itransports 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
35%
articles with sections
average page weight

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

How many articles does Itransports publish per day?

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