no key · no human

Android API, RSS and sitemap

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

United StatesEnglish#18,531 by volume

Four ways to pull blog.google

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from blog.google, newest first. Add q= to search inside.

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

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=blog.google&size=5"
17
articles indexed
6
in the last 30 days
1
median per day
1
languages
52289 min
median crawl lag
05.06 → 01.09
archive depth

Publishing volume

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

2026-06-05: 1 articles2026-06-09: 1 articles2026-06-16: 3 articles2026-07-01: 1 articles2026-07-16: 1 articles2026-07-17: 1 articles2026-07-22: 2 articles2026-08-04: 1 articles2026-08-12: 1 articles2026-08-18: 1 articles2026-08-21: 1 articles2026-08-29: 1 articles2026-09-01: 1 articles06-0506-1607-1607-2208-1208-2109-01
bash
curl "https://freenewsapi.ai/v1/stats?host=blog.google&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 01011: 01112: 11213: 31314: 41415: 11516: 11617: 11718: 41819: 11920: 02021: 02122: 02223: 023
Mon: 0MonTue: 7TueWed: 4WedThu: 1ThuFri: 3FriSat: 1SatSun: 0Sun

Sections

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

Languages

The site identifies itself under Android, Natural 20 — separate editions publishing under one domain.

CodeLanguageArticlesShare
enEnglish1694.1%

Latest articles

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

September Android Drop: Remember where you put things, ease motion sickness, and more
2026-09-01 18:00 UTC · android
Keep track of important items, reduce motion sickness during your ride, create and edit notes right from your chat, and more.
Here's how to use sign-to-text translation on Pixel 11.
2026-08-21 15:00 UTC · accessibility
Developed in partnership with the Deaf community, sign-to-text translates ASL into text in real time.
Tap into the power of Gemini in Chrome on Android.
2026-08-18 19:00 UTC · android
Gemini in Chrome is now available to all Android users in the U.S.
Sharing between Pixel devices is now just a tap away.
2026-08-12 14:00 UTC · android
Sharing between Android devices is even easier, starting with Pixel. Use Quick Share and tap to send contact info and more.
The latest AI news we announced in July 2026
2026-08-04 13:00 UTC · search
Here are Google’s latest AI updates from July 2026
Switch to Android easily — and bring your data with you.
2026-07-22 13:00 UTC · android
A new migration experience built directly into Android 17 that lets you transfer more data wirelessly from an iPhone.
3 Google updates from Galaxy Unpacked 2026
2026-07-22 13:00 UTC · gemini app
We shared how Samsung users can boost productivity and get time back on new foldables, watches, and glasses coming soon.
Designing emoji for the way we communicate today
2026-07-17 14:25 UTC · android
On World Emoji Day, go behind the scenes of Noto 3D to learn how we redesigned thousands of emoji for modern communication.
The DMA should not undercut security & privacy for Europeans
2026-07-16 12:05 UTC · search
Today's decisions risk undermining vital privacy and security guardrails for millions of Europeans. We have repeatedly offered solutions to safeguard users while satisfy…
The latest AI news we announced in June 2026
2026-07-01 18:15 UTC · search
Here are Google’s latest AI updates from June 2026.
New expanded Android parental controls to support families around the world
2026-06-16 18:00 UTC · android
Google is expanding Android parental controls to support families around the world.
Check out what's new in Android 17
2026-06-16 18:00 UTC · android
Explore the latest features in Android 17, including enhanced productivity, gaming and security.
Reservations are open for XREAL AURA — plus, see more news from AWE 2026.
2026-06-16 17:00 UTC · google news
Reservations are now open for XREAL AURA, XREAL's first tethered XR glasses built with Google for Android XR.
Paris Hilton is Android’s first icon in residence
2026-06-09 16:00 UTC · android
The self-described "undercover nerd" used Canvas to build her own app — no coding required.
The latest AI news we announced in May 2026
2026-06-05 14:45 UTC · search
Here are Google’s latest AI updates from May 2026

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=blog.google&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=blog.google&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 Android 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
94%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 52289 min at the median, 105402 minutes at the 90th percentile.

FAQ

Does Android 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 17 of their articles and lets you filter by date, language and section.

How many articles does Android publish per day?

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