no key · no human

TennisBreakNews API, RSS and sitemap

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

French#9,192 by volume

Four ways to pull tennisbreaknews.com

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

JSON Search this publisher

Every article we hold from tennisbreaknews.com, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=tennisbreaknews.com&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=tennisbreaknews.com&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=tennisbreaknews.com&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=tennisbreaknews.com&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 TennisBreakNews headlines come back as JSON.

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

Publishing volume

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

2026-08-25: 5 articles2026-08-26: 13 articles2026-08-27: 15 articles2026-08-28: 12 articles2026-08-29: 13 articles2026-08-30: 23 articles2026-08-31: 12 articles2026-09-01: 14 articles2026-09-02: 11 articles2026-09-03: 13 articles2026-09-04: 12 articles2026-09-05: 15 articles2026-09-06: 21 articles2026-09-07: 4 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=tennisbreaknews.com&top=10"

Publishing rhythm

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

00: 90001: 90102: 100203: 50304: 90405: 100506: 60607: 80708: 20809: 100910: 51011: 91112: 41213: 111314: 81415: 71516: 101617: 91718: 51819: 81920: 52021: 72122: 82223: 923
Mon: 16MonTue: 19TueWed: 24WedThu: 28ThuFri: 24FriSat: 28SatSun: 44Sun

Sections

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

SectionArticles
sport77

Languages

CodeLanguageArticlesShare
frFrench183100.0%

Latest articles

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

Aryna Sabalenka lance un appel désespéré à ses fans après sa dernière victoire à l’US Open
2026-09-07 04:00 UTC
Aryna Sabalenka a interrompu son dernier match à l’US Open pour adresser une réclamation à l’arbitre au sujet des odeurs L’article Aryna Sabalenka lance un appel désespér
Coco Gauff et Jessica Pegula dénoncent un comportement irrespectueux à l’US Open
2026-09-07 00:59 UTC
L’afflux d’influenceurs à l’US Open a été critiqué par des joueurs, des experts et des fans, les créateurs de contenus L’article Coco Gauff et Jessica Pegula dénoncent un
John Isner appelle les fans de tennis à freiner leurs ardeurs après une défaite surprise à l’US Open
2026-09-06 18:00 UTC
John Isner a exhorté les fans à tempérer leurs attentes envers Rafael Jodar à la suite de son élimination surprise L’article John Isner appelle les fans de tennis à frein
Carlos Alcaraz poussé à modifier son calendrier alors qu’un ancien finaliste de l’US Open propose une théorie sur une bl
2026-09-06 10:58 UTC
Greg Rusedski a émis l’hypothèse que la blessure au poignet de Carlos Alcaraz provenait d’un « surmenage » — et L’article Carlos Alcaraz poussé à modifier son calendrier
Qui sont les parents de Carlos Alcaraz ? Une force stable qui soutient le champion
2026-09-06 01:58 UTC
Les parents de Carlos Alcaraz ont joué un rôle important dans son développement en tant que jeune homme et en L’article Qui sont les parents de Carlos Alcaraz ? Une force
Carlos Alcaraz promet un programme après avoir averti les dirigeants de l’ATP face à la crise des blessures
2026-09-05 22:59 UTC
Carlos Alcaraz a promis qu’il prendra des pauses plus longues dans le tennis à l’avenir afin de se protéger contre L’article Carlos Alcaraz promet un programme après avoi

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=tennisbreaknews.com&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=tennisbreaknews.com&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 TennisBreakNews 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
42%
articles with sections
average page weight

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

How many articles does TennisBreakNews 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.