FreeAPI.watch

Best Free News APIs (July 2026)

Ranked by uptime + speed + free-tier quality. Updated every hour.

Looking for a free news API that works today? The list below is ranked by our composite score — weighted 60% uptime, 30% response speed, and 10% free-tier accessibility, recalculated every hour from live checks. See our methodology for how the score is computed.

Quick answer:

We track 14 free news APIs with live hourly checks. The current top pick is Wikipedia REST API (100% 30-day uptime) — and it needs no API key. 6 of the 14 require no API key at all, and 4 hold 99%+ uptime.

  1. #1 Wikipedia REST API🟢 Online

    Official Wikipedia API for retrieving article summaries, full text, featured content, and on-this-day events.

    Unlimited, no key, must set User-Agent

  2. #2 Lobste.rs API🟢 Online

    Simple JSON API for the Lobste.rs technology-focused news aggregator, providing stories, comments, and user data.

    Unlimited, no key, no credit card

  3. #3 Hacker News API🟢 Online

    Official Firebase-based Hacker News API providing real-time access to stories, comments, jobs, and user data.

    Unlimited, no key, no credit card

  4. #4 DEV Community API🟢 Online

    Official API for DEV.to providing access to articles, tags, and user profiles from the developer community platform.

    30 calls/30s unauthenticated, no key for reads

  5. #5 Spaceflight News API🟢 Online

    Free API aggregating space and astronomy news from major outlets like NASA, ESA, SpaceX, and others.

    Unlimited, no key, no credit card

  6. #6 The Guardian Open Platform🟢 Online

    Official Guardian API providing access to over 2 million articles with full text, tags, and section filtering.

    500 calls/day, free key, no credit card (test key available)

  7. #7 Reddit JSON API🔴 Offline

    Unofficial read-only access to Reddit posts and comments by appending .json to any Reddit URL. No key required.

    60 requests/min, no key, must set User-Agent

  8. #8 NewsAPI.org🔴 Offline

    Aggregates headlines and articles from 80,000+ news sources worldwide with keyword and source filtering.

    100 calls/day, free key, developer-only (no production)

  9. #9 NewsCatcher API🔴 Offline

    Machine-learning-powered news search API covering 70,000+ sources with NLP-based topic classification.

    100 calls/day, free key, no credit card (trial)

  10. #10 GNews🔴 Offline

    Real-time news search API covering 60,000+ sources in 70+ languages with full-text search and topic filtering.

    100 calls/day, free key, no credit card

  11. #11 New York Times APIs🔴 Offline

    Official NYT APIs providing access to article search, top stories, book reviews, and movie reviews content.

    500 calls/day, 10 calls/min, free key, email signup

  12. #12 NewsData.io🔴 Offline

    Global news API aggregating 50,000+ sources across 150+ countries.

    200 calls/day, free key, email signup

  13. #13 Mediastack🔴 Offline

    Real-time news API aggregating 7,500+ global sources with filtering by country, language, category, and keyword.

    500 calls/month, free key, no credit card

  14. #14 Currents API🔴 Offline

    Latest news articles across 4,000+ sources in 30+ languages with topic and region filtering.

    600 calls/day, free key, no credit card

The free news API landscape in 2026

The free news API space contracted sharply between 2023 and 2026. Twitter's v1.1 free read tier died in July 2023. Reddit's official free API tier became unusable for aggregation in June 2023. NewsAPI.org tightened its free tier to 100 requests per day and prohibited production use. What remained are the small number of endpoints that either predate the venture-funded news-API era (Guardian, Wikipedia, HackerNews) or are subsidized by nonprofit backers.

The consequence for developers: if you're building a news-consuming app in 2026, you almost certainly need to combine two or three sources. Guardian's Open Platform for editorial coverage, HackerNews for tech, NewsData or Currents for aggregated headlines, and one specialized source for whatever domain your audience cares about. There is no single 'give me all the news' free API in 2026 the way there was in 2020.

This page ranks the ones that survived and still work. The methodology weights uptime (most news APIs have surprisingly frequent outages) and free-tier honesty (many claim more calls than they actually allow in practice).

How to choose a free news API

The first question is edited vs raw. Guardian's Open Platform returns articles that Guardian editors chose to publish — highly reliable, small volume, expensive to reproduce elsewhere. NewsData and Currents return firehose-style aggregated headlines from thousands of sources including low-quality ones. If your app is for an educated audience that cares about source credibility, use edited APIs and pay the volume cost. If your app is a research tool or trend detector, use aggregation.

The second question is freshness tolerance. Wikipedia's REST API is excellent but caches at multiple layers; edits can take 5-15 minutes to propagate. HackerNews API is near-real-time (10-30 seconds). Aggregation APIs vary from 5 minutes to 4 hours depending on the source. Do not build 'breaking news' features on a 4-hour-lag API.

The third question is historical archive depth. Guardian goes back to 1999. HackerNews to 2007. Wikipedia has every edit ever. Aggregation APIs typically retain 30-90 days, and searching further back requires the paid tier. If your product includes retrospective analysis or trend detection over years, verify archive depth before committing.

Common pitfalls when integrating news APIs

The most common mistake is ignoring attribution requirements. Most news APIs require visible credit lines and canonical links back to the source. Guardian's API terms are explicit about this. NewsData requires source attribution in the same block as the headline. Skipping attribution is a fast way to get your API key rescinded and your traffic blocked at the CDN level.

The second is rate-limit clustering. Many news APIs implement per-minute rate limits alongside daily caps. A cron job that fires 1000 requests in the first 30 seconds of an hour will get 429s even if the daily budget is untouched. Space requests with backoff.

The third is copyright compliance for full-text. Free API tiers almost always give you headlines and short excerpts, not full article text. Storing full text long-term without a commercial license is a legal risk that startup founders routinely overlook. If your product needs full text, pay the commercial tier or use only APIs that explicitly grant reuse rights (Guardian is one).

Compare News APIs

Side-by-side comparisons of the top News APIs — free tier, uptime, and response time:

Frequently Asked Questions

What is the best free news API in 2026?

NewsData.io offers 200 calls/day on a free plan with coverage across 150+ countries and 50,000+ sources. GNews and The Guardian also provide solid free tiers. The best choice depends on whether you need real-time headlines or archived articles.

Do free news APIs require a credit card to sign up?

No. NewsData.io, GNews, and The Guardian API all require only an email to register. None of them ask for payment information on their free tier. You get an API key immediately after verifying your email.

What are the rate limits on free news APIs?

Limits vary: NewsData.io gives 200 calls/day, GNews gives 100 calls/day, and The Guardian gives 5,000 calls/day (with some query restrictions). For hobby projects the free tiers are usually sufficient; production use often needs a paid plan.

Can I use free news APIs in a commercial application?

Generally yes, but read each provider's terms. Most free tiers permit commercial use but prohibit reselling the raw data or displaying articles without attribution. The Guardian API, for example, requires you to display their branding alongside content.

How current is the data from free news APIs?

Real-time lag varies. NewsData.io indexes articles within minutes of publication. Some providers on free tiers add a delay (15 minutes to a few hours) compared to paid subscribers. Check the provider's documentation for SLA details.

Read more about News APIs

See News APIs that died →

Last verified: July 7, 2026 · Rankings recomputed hourly from live uptime data. Editorial content reviewed monthly against provider docs.