no key · no human

AndroidPolice API, RSS and sitemap

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

United StatesEnglish#7,676 by volume

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

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

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

technology 100%

Call the API

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

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

Publishing volume

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

2026-08-24: 9 articles2026-08-25: 18 articles2026-08-26: 23 articles2026-08-27: 16 articles2026-08-28: 17 articles2026-08-29: 18 articles2026-08-30: 27 articles2026-08-31: 8 articles2026-09-01: 16 articles2026-09-02: 10 articles2026-09-03: 30 articles2026-09-04: 19 articles2026-09-05: 14 articles2026-09-06: 24 articles08-2408-2608-2808-3009-0109-0309-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.androidpolice.com&top=10"

Publishing rhythm

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

00: 40001: 20102: 00203: 00304: 00405: 20506: 20607: 20708: 20809: 40910: 191011: 141112: 521213: 231314: 71415: 261516: 341617: 171718: 71819: 141920: 72021: 52122: 22223: 423
Mon: 17MonTue: 34TueWed: 33WedThu: 46ThuFri: 36FriSat: 32SatSun: 51Sun

Sections

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

Languages

The site identifies itself under AndroidPolice, Android Police — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish249100.0%

Latest articles

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

YouTube has a hidden setting that finally stopped me from doomscrolling
2026-09-06 17:00 UTC · youtube · Anu Joy
It gave me a way to stop losing hours to Shorts
I can't switch from Samsung to the Google ecosystem because of this single app
2026-09-06 17:00 UTC · samsung · Parth Shah
Google still has no real answer
Samsung is breaking records right now. [Video]
2026-09-06 16:31 UTC · technology
Gemini in Gmail has quietly become my inbox's best search feature
2026-09-06 15:15 UTC
I don't dig through emails anymore. I just ask
I won't let a new Android phone connect to Wi-Fi without these 7 hidden settings enabled
2026-09-06 13:30 UTC · android · Jade Bryan Jardinico
A few simple tweaks that made my Android device virtually bulletproof
I tried living with the Galaxy S26 Ultra, but one missing feature makes it feel outdated
2026-09-06 13:00 UTC · samsung galaxy s26 ultra · Mark Jansen
The Samsung Galaxy S26 Ultra feels like a relic without this one basic feature
I love my Google Pixel, but these stubborn flaws are ruining the experience
2026-09-06 12:30 UTC
Google needs to eliminate these Pixel shortcomings for good
I restricted background data for 90% of my apps; it doubled my standby battery
2026-09-06 12:00 UTC · android · Ali Salman Zia
My phone used to lose close to half its charge overnight just sitting on my nightstand doing absolutely nothing.
The best Android app on my phone is one I haven't opened in months
2026-09-05 22:00 UTC
I love Google Messages, but I don't get to use it very often

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

0%
dates from JSON-LD
37%
articles with a byline
59%
articles with sections
average page weight

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

How many articles does AndroidPolice publish per day?

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