no key · no human

FootballFanCast API, RSS and sitemap

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

United KingdomEnglish#4,737 by volume

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

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

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

entertainment 71%politics 24%

Call the API

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

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

Publishing volume

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

2026-08-25: 17 articles2026-08-26: 42 articles2026-08-27: 41 articles2026-08-28: 35 articles2026-08-29: 28 articles2026-08-30: 52 articles2026-08-31: 48 articles2026-09-01: 68 articles2026-09-02: 36 articles2026-09-03: 30 articles2026-09-04: 33 articles2026-09-05: 29 articles2026-09-06: 37 articles2026-09-07: 22 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.footballfancast.com&top=10"

Publishing rhythm

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

00: 10001: 00102: 00203: 00304: 00405: 440506: 560607: 380708: 190809: 130910: 311011: 281112: 261213: 201314: 111415: 311516: 781617: 211718: 411819: 591920: 12021: 02122: 02223: 023
Mon: 70MonTue: 85TueWed: 78WedThu: 71ThuFri: 68FriSat: 57SatSun: 89Sun

Sections

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

SectionArticles
entertainment145
politics145

Languages

CodeLanguageArticlesShare
enEnglish51699.6%

Latest articles

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

How Celtic can replace Yang without playing Tounekti
2026-09-07 16:15 UTC · entertainment
How McInnes can unearth the next Joe Aribo at Rangers
2026-09-07 07:10 UTC
Glasgow Rangers have a young star out on loan who could return to be their next version of Joe Aribo.
£20m star has officially surpassed Xhaka & Brobbey as Sunderland's star man
2026-09-07 07:10 UTC
Sunderland have unearthed a top-level talent over the last couple of months.
Celtic now keen on January move for "technically excellent" former Kilmarnock player
2026-09-07 06:40 UTC
Celtic are now considering a January move for Liverpool defender Luke Chambers.
He wants to join: Chelsea now plotting 2027 move for £47m set-piece expert
2026-09-07 06:40 UTC
Chelsea are plotting a move for AS Monaco midfielder Lamine Camara, after missing out during the summer transfer window.
Not just Frimpong: £107k-per-week Liverpool man looks finished under Iraola
2026-09-07 06:10 UTC
Andoni Iraola has numerous huge calls to make about players on the books at Liverpool.

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.footballfancast.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.footballfancast.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 FootballFanCast 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
28%
articles with sections
average page weight

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

How many articles does FootballFanCast publish per day?

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