no key · no human

XDA API, RSS and sitemap

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

United StatesEnglish#5,158 by volume

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

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

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

technology 36%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.xda-developers.com&size=5"
446
articles indexed
446
in the last 30 days
33
median per day
1
languages
1 min
median crawl lag
24.08 → 07.09
archive depth

Publishing volume

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

2026-08-24: 7 articles2026-08-25: 33 articles2026-08-26: 32 articles2026-08-27: 33 articles2026-08-28: 32 articles2026-08-29: 33 articles2026-08-30: 38 articles2026-08-31: 34 articles2026-09-01: 28 articles2026-09-02: 35 articles2026-09-03: 38 articles2026-09-04: 31 articles2026-09-05: 30 articles2026-09-06: 38 articles2026-09-07: 4 articles08-2408-2608-2808-3009-0109-0309-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.xda-developers.com&top=10"

Publishing rhythm

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

00: 170001: 30102: 20203: 90304: 110405: 00506: 20607: 20708: 10809: 10910: 141011: 261112: 331213: 331314: 331415: 341516: 411617: 281718: 291819: 321920: 302021: 322122: 182223: 1523
Mon: 45MonTue: 61TueWed: 67WedThu: 71ThuFri: 63FriSat: 63SatSun: 76Sun

Sections

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

Languages

CodeLanguageArticlesShare
enEnglish446100.0%

Latest articles

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

Office 2021 is unofficially getting three more years of security support, for a price
2026-09-07 04:31 UTC
It's a pretty agreeable price, though.
GPT-6 Astra just completed Portal, but it burned through $571.18 in tokens to do it
2026-09-07 03:52 UTC
Does GPT-6 Astra versus GLaDOS count as an AI duel?
Windows has been sending your typing data to Microsoft this whole time, and a single toggle can disable it
2026-09-07 00:00 UTC
You never approved it, but Windows is logging what you type on your PC
Obsidian's automation plugins replaced my entire Notion workflow setup
2026-09-06 23:00 UTC
With a few plugins, Obsidian did everything Notion could do — and more.
6 games you might have rotting in your backlog that deserve to be played right now
2026-09-06 22:00 UTC
The "perfect moment" to start playing these gems will never come
I ditched my browser bookmarks for a two-keystroke launcher, and getting to anything takes seconds now
2026-09-06 21:30 UTC
JumpKey turned my browser start page into a keyboard-driven command center for all my self-hosted services.
I disabled this Windows 11 feature and instantly reclaimed almost 25GB of storage
2026-09-06 21:00 UTC
I'd rather use that 25GB for an indie game.
The RTX 5080 was almost the most underwhelming GPU I've ever purchased, until this one setting saved it
2026-09-06 20:30 UTC
If it weren't for this one setting and some buggy AMD drivers, I'd have taken this GPU out of my system
This budget Android TV box is making me rethink streaming sticks
2026-09-06 19:00 UTC
With more functionality and a cheap price, I might never consider a streaming stick again.
My Proxmox server became more useful when I stopped treating LXCs as Docker containers
2026-09-06 17:30 UTC
LXCs aren't Docker containers, and my home server projects benefited tremendously when I stopped pretending they were
I keep a bootable USB with 10 free tools on it, and it has fixed every PC problem I have had this year
2026-09-06 16:30 UTC
A tiny multi boot USB setup that holds dozens of ISOs for live tools and installers, ready to revive any PC.
6 real-life lessons I learned after moving my photo library to my NAS
2026-09-06 16:00 UTC
How a NAS changed the way I see my memories

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

0%
dates from JSON-LD
26%
articles with a byline
38%
articles with sections
average page weight

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

How many articles does XDA publish per day?

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