no key · no human

IcChelseanews API, RSS and sitemap

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

United KingdomEnglish#16,589 by volume

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

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.icchelseanews.com&size=5"
37
articles indexed
34
in the last 30 days
5
median per day
1
languages
176 min
median crawl lag
24.08 → 01.09
archive depth

Publishing volume

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

2026-08-24: 5 articles2026-08-25: 3 articles2026-08-26: 6 articles2026-08-28: 5 articles2026-08-29: 5 articles2026-08-30: 6 articles2026-09-01: 4 articles08-2408-2508-2608-2808-2908-3009-01
bash
curl "https://freenewsapi.ai/v1/stats?host=www.icchelseanews.com&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 80910: 71011: 71112: 01213: 61314: 01415: 41516: 21617: 01718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 5MonTue: 7TueWed: 6WedThu: 0ThuFri: 5FriSat: 5SatSun: 6Sun

Sections

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

SectionArticles
sport22

Languages

CodeLanguageArticlesShare
enEnglish3491.9%

Latest articles

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

Chelsea confirms and announce very late summer deal for striker: Move CONFIRMED!
2026-09-01 13:30 UTC
David Fofana has completed a permanent transfer from Chelsea to Swiss Super League side Servette,... The post Chelsea confirms and announce very late summer deal for stri
World class act admits ‘i spoke to Terry’ before completing Chelsea move!
2026-09-01 11:10 UTC
Emiliano Martinez has revealed that former Chelsea captain John Terry helped convince him to make... The post World class act admits ‘i spoke to Terry’ before completing
Massive £120m on works: Chelsea in talks as top-class act to make late move
2026-09-01 10:20 UTC
Manchester City have reportedly tabled an official offer to Chelsea for Enzo Fernandez as Pep... The post Massive £120m on works: Chelsea in talks as top-class act to mak
Chelsea announce deal for defender – Blues board told sign world class act for £65M
2026-09-01 09:30 UTC
Here is a roundup of the top Chelsea transfer news that you guys could have... The post Chelsea announce deal for defender – Blues board told sign world class act for £65
Chelsea board told sign absolute superstar after £150k-a-week deal announced!
2026-08-30 11:13 UTC
Chelsea legend Marcel Desailly has reportedly urged his former club to make another attempt to... The post Chelsea board told sign absolute superstar after £150k-a-week d
Chelsea announcement made: Defender has made late summer move!
2026-08-30 10:20 UTC
Chelsea defender Caleb Wiley has completed a season-long loan move to Championship side Preston North... The post Chelsea announcement made: Defender has made late summer
Powerhouse ‘cant wait start’ after move – Chelsea announce deal for midfielder – Striker wants goals after £65M Blues de
2026-08-30 09:30 UTC
Here is a roundup of the top Chelsea transfer news that you guys could have... The post Powerhouse ‘cant wait start’ after move – Chelsea announce deal for midfielder – S
£65M Chelsea announcement made: £200k-a-week attacker completes summer move
2026-08-29 11:13 UTC
Nicolas Jackson has completed his permanent transfer from Chelsea to Aston Villa, bringing an end... The post £65M Chelsea announcement made: £200k-a-week attacker comple
Chelsea in talks sign Prem star – Blues announce £50M deal – Chelsea confirms powerhouses move!
2026-08-29 09:30 UTC
Here is a roundup of the top Chelsea news and gossip that you guys could... The post Chelsea in talks sign Prem star – Blues announce £50M deal – Chelsea confirms powerho

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.icchelseanews.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=www.icchelseanews.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 IcChelseanews 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
65%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 176 min at the median, 4061 minutes at the 90th percentile.

FAQ

Does IcChelseanews 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 37 of their articles and lets you filter by date, language and section.

How many articles does IcChelseanews publish per day?

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