The Guardian Open Platform
Official Guardian API providing access to over 2 million articles with full text, tags, and section filtering.
🟢 Online · 1621 ms
94.15%
500 calls/day, free key, no credit card (test key available)
API key
Free alternatives (live ranking)
- Hacker News API — 🟢 Online · Unlimited, no key, no credit card
- DEV Community API — 🟢 Online · 30 calls/30s unauthenticated, no key for reads
- Wikipedia REST API — 🟢 Online · Unlimited, no key, must set User-Agent
Compare The Guardian Open Platform with…
- The Guardian Open Platform vs Hacker News API — Unlimited, no key, no credit card
- The Guardian Open Platform vs DEV Community API — 30 calls/30s unauthenticated, no key for reads
- The Guardian Open Platform vs Wikipedia REST API — Unlimited, no key, must set User-Agent
Paid alternatives
- Guardian Commercial API — contact sales
Frequently Asked Questions
Does The Guardian Open Platform require an API key?
Yes, The Guardian Open Platform requires a free API key. You can sign up via https://open-platform.theguardian.com/documentation/.
What is The Guardian Open Platform's free tier?
500 calls/day, free key, no credit card (test key available)
Is The Guardian Open Platform currently online?
We check The Guardian Open Platform every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.
Implementation notes
When to use The Guardian Open Platform
The Guardian Open Platform is the most developer-friendly major newspaper API. Its test key (`api-key=test`) works immediately without registration for exploration, and the free production key allows 500 calls/day with full article metadata including tags, sections, and contributor bylines.
Common pitfalls
- The test key (`api-key=test`) is rate-limited to 12 calls per second and returns slightly degraded data — some metadata fields are stripped. For development work beyond initial exploration, register for a real free key.
- Full article body text requires the `show-fields=body` parameter. The default response returns only a short trail text (typically the article's first sentence). Many developers miss this and build on incomplete data.
- The Guardian's taxonomy uses 'sections' (e.g., `technology`, `sport`) and 'tags' (finer-grained topics). Filtering by tag is significantly more precise than filtering by section, but the tag IDs are opaque strings like `technology/apple` rather than human-readable names.
- Historical coverage goes back to 1999 but article body text for articles before 2010 is often missing or incomplete — the Guardian did not digitise older archives fully. Filter by `from-date` and expect gaps.
Quick start (bash)
curl "https://content.guardianapis.com/search?q=artificial+intelligence&show-fields=trail-text,byline&page-size=5&api-key=test" Embed this badge
Add a live status badge to your README, docs, or website.
Markdown
[](https://freeapi.watch/the-guardian) HTML
<a href="https://freeapi.watch/the-guardian"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/the-guardian.svg" alt="The Guardian Open Platform Status"/></a> Further reading
- Twitter API Alternatives After the 2023 Free-Tier Killing — Reddit JSON, Hacker News, news aggregators — here's what indie devs actually use for social and news data in 2026.
- Free News APIs Tested: Speed, Coverage, and Reliability — NewsData, Hacker News, Guardian, Spaceflight News — real measurements of which free news API is actually usable.