no key · no human

GamesRadar+ API, RSS and sitemap

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

United KingdomEnglish#2,544 by volume

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

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

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

entertainment 62%technology 28%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.gamesradar.com&size=5"
1,246
articles indexed
1,230
in the last 30 days
33
median per day
1
languages
49 min
median crawl lag
09.06 → 07.09
archive depth

Publishing volume

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

2026-06-09: 1 articles2026-06-22: 3 articles2026-06-23: 4 articles2026-06-24: 2 articles2026-06-25: 2 articles2026-06-26: 2 articles2026-07-23: 1 articles2026-07-25: 1 articles2026-08-13: 1 articles2026-08-14: 52 articles2026-08-15: 17 articles2026-08-16: 11 articles2026-08-17: 59 articles2026-08-18: 114 articles2026-08-19: 50 articles2026-08-20: 59 articles2026-08-21: 48 articles2026-08-22: 7 articles2026-08-23: 6 articles2026-08-24: 60 articles2026-08-25: 90 articles2026-08-26: 80 articles2026-08-27: 86 articles2026-08-28: 89 articles2026-08-29: 24 articles2026-08-30: 11 articles2026-08-31: 33 articles2026-09-01: 53 articles2026-09-02: 64 articles2026-09-03: 64 articles2026-09-04: 83 articles2026-09-05: 16 articles2026-09-06: 16 articles2026-09-07: 37 articles06-0906-2608-1508-2008-2508-3009-0409-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.gamesradar.com&top=10"

Publishing rhythm

When GamesRadar+ actually publishes, by hour of day (UTC) and by day of week — measured from 1,246 timestamps, not from a schedule they advertise.

00: 140001: 00102: 100203: 10304: 40405: 30506: 10607: 30708: 120809: 520910: 1201011: 1361112: 731213: 1031314: 1341415: 1411516: 1571617: 471718: 511819: 311920: 482021: 642122: 252223: 1623
Mon: 192MonTue: 262TueWed: 196WedThu: 213ThuFri: 274FriSat: 65SatSun: 44Sun

Sections

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

Languages

The site identifies itself under GamesRadar+, Latest from GamesRadar+ — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish1,246100.0%

Latest articles

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

All Sanzhana locations in The Blood of Dawnwalker
2026-09-07 16:01 UTC · entertainment

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.gamesradar.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.gamesradar.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 GamesRadar+ marks up its own pages — useful if you are deciding whether to parse them yourself.

41%
dates from JSON-LD
56%
articles with a byline
75%
articles with sections
2316 KB
average page weight

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

How many articles does GamesRadar+ publish per day?

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