no key · no human

PC Gamer API, RSS and sitemap

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

United StatesEnglish#3,158 by volume

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

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

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

technology 79%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.pcgamer.com&size=5"
891
articles indexed
467
in the last 30 days
8
median per day
1
languages
54 min
median crawl lag
08.06 → 06.09
archive depth

Publishing volume

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

2026-06-08: 10 articles2026-06-09: 10 articles2026-06-10: 7 articles2026-06-11: 10 articles2026-06-12: 6 articles2026-06-13: 3 articles2026-06-14: 8 articles2026-06-15: 7 articles2026-06-16: 7 articles2026-06-17: 8 articles2026-06-18: 8 articles2026-06-19: 8 articles2026-06-20: 5 articles2026-06-21: 5 articles2026-06-22: 8 articles2026-06-23: 5 articles2026-06-24: 7 articles2026-06-25: 5 articles2026-06-26: 6 articles2026-06-27: 5 articles2026-06-28: 7 articles2026-06-29: 9 articles2026-06-30: 8 articles2026-07-01: 9 articles2026-07-02: 5 articles2026-07-03: 9 articles2026-07-04: 3 articles2026-07-05: 5 articles2026-07-06: 6 articles2026-07-07: 6 articles2026-07-08: 8 articles2026-07-09: 6 articles2026-07-10: 8 articles2026-07-11: 4 articles2026-07-12: 6 articles2026-07-13: 5 articles2026-07-14: 7 articles2026-07-15: 9 articles2026-07-16: 10 articles2026-07-17: 7 articles2026-07-18: 5 articles2026-07-19: 7 articles2026-07-20: 9 articles2026-07-21: 8 articles2026-07-22: 4 articles2026-07-23: 8 articles2026-07-24: 8 articles2026-07-25: 5 articles2026-07-26: 7 articles2026-07-27: 7 articles2026-07-28: 9 articles2026-07-29: 11 articles2026-07-30: 6 articles2026-07-31: 10 articles2026-08-01: 7 articles2026-08-02: 6 articles2026-08-03: 8 articles2026-08-04: 12 articles2026-08-05: 13 articles2026-08-06: 2 articles2026-08-21: 9 articles2026-08-22: 9 articles2026-08-23: 11 articles2026-08-24: 19 articles2026-08-25: 35 articles2026-08-26: 30 articles2026-08-27: 41 articles2026-08-28: 40 articles2026-08-29: 26 articles2026-08-30: 22 articles2026-08-31: 16 articles2026-09-01: 34 articles2026-09-02: 51 articles2026-09-03: 28 articles2026-09-04: 50 articles2026-09-05: 30 articles2026-09-06: 16 articles06-0806-2007-0207-1407-2608-2109-0209-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.pcgamer.com&top=10"

Publishing rhythm

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

00: 250001: 110102: 170203: 170304: 160405: 50506: 50607: 60708: 30809: 150910: 641011: 631112: 411213: 631314: 571415: 711516: 851617: 541718: 461819: 451920: 582021: 462122: 552223: 2623
Mon: 104MonTue: 141TueWed: 157WedThu: 129ThuFri: 161FriSat: 102SatSun: 100Sun

Sections

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

Languages

The site identifies itself under PC Gamer, Latest from PC Gamer — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish894100.3%

Latest articles

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

GSC Game World says there's a reason it didn't give Stalker 2 more time in the oven: 'To make something better, you need
2026-09-06 16:51 UTC
"Every developer would like to have an infinite amount of time, but … the market state is not very promising."
Ex-BioWare designer says doom and gloom about the next Mass Effect is overstated: 'I think that they can do it'
2026-09-06 02:43 UTC
"I think BioWare can do it if we just leave them alone to do what they do best."
Go grandmaster becomes first human to win series against advanced AI engine in 3-hour match
2026-09-05 19:11 UTC · ai · [email protected] (Ted Litchf
We've still got some fight left in us.

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

43%
dates from JSON-LD
53%
articles with a byline
72%
articles with sections
1024 KB
average page weight

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

How many articles does PC Gamer publish per day?

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