no key · no human

Indigo Buzz API, RSS and sitemap

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

FranceFrench#9,843 by volume

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

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

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

entertainment 50%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=indigobuzz.fr&size=5"
161
articles indexed
161
in the last 30 days
11
median per day
1
languages
6 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 4 articles2026-08-26: 10 articles2026-08-27: 10 articles2026-08-28: 16 articles2026-08-29: 12 articles2026-08-30: 22 articles2026-08-31: 11 articles2026-09-01: 7 articles2026-09-02: 10 articles2026-09-03: 8 articles2026-09-04: 11 articles2026-09-05: 19 articles2026-09-06: 18 articles2026-09-07: 3 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=indigobuzz.fr&top=10"

Publishing rhythm

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

00: 70001: 70102: 80203: 70304: 30405: 70506: 100607: 10708: 60809: 80910: 61011: 51112: 71213: 61314: 61415: 111516: 61617: 71718: 91819: 61920: 92021: 72122: 42223: 823
Mon: 14MonTue: 11TueWed: 20WedThu: 18ThuFri: 27FriSat: 31SatSun: 40Sun

Sections

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

SectionArticles
entertainment54

Languages

CodeLanguageArticlesShare
frFrench161100.0%

Latest articles

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

Manette GTA 6 PS5 édition limitée : combien cela coûtera-t-il et quand pourrez-vous en acheter une ?
2026-09-07 01:59 UTC
Alors que « Grand Theft Auto 6 » se rapproche de plus en plus du lancement, nous obtenons plus de détails sur le jeu provenant d’endroits comme Netflix, ainsi que des nou
Vomir des mythes démystifiés par la science
2026-09-06 23:59 UTC · entertainment
Quels aéroports américains sont les plus exposés aux risques de collisions et aux problèmes de sécurité ?
2026-09-06 22:59 UTC
En mars 2026, la Federal Aviation Administration des États-Unis a signalé plus de 150 aéroports différents comme points chauds. En matière de voyage, un point chaud est g
6 habitudes saines des personnes ayant vécu plus de 100 ans
2026-09-06 12:59 UTC
Vivre jusqu’à 100 ans est peut-être quelque chose auquel vous aspirez, mais avec une espérance de vie moyenne aux États-Unis de 81 ans pour les femmes et de 76,5 ans pour
Dark Matter Saison 2 établit un lien surprenant avec une autre émission de science-fiction Apple
2026-09-06 05:59 UTC
Attention : cet article contient spoilers pour « Dark Matter » saison 2, épisode 2, « A Perfect World ». Si vous pensez que le marché immobilier va mal ces jours-ci, imag
L’incroyable sentier de randonnée du parc national des Glaciers que tout le monde devrait visiter au moins une fois
2026-09-05 19:59 UTC
Dans le monde des loisirs de plein air, il est difficile de battre une incroyable randonnée alpine. Pensez à inhaler de l’air frais et pur à chaque respiration, à des pay

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=indigobuzz.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=indigobuzz.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 Indigo Buzz 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
34%
articles with sections
average page weight

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

How many articles does Indigo Buzz publish per day?

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