#News Api

Best news API for your product

Easy to integrate news API that you can use in your products and services to obtain access to real-time as well as archive news content.

Our Pricing

Free

$ 0 /Month
  • 100 requests per day
  • No extra requests available
  • No uptime SLA
  • Basic support
  • Articles have a 24 hour delay

Business

$ 100 /Month
  • 2,000,000 requests per month included
  • $0.0009 per extra request
  • 99.95% uptime SLA
  • Priority email support
  • New articles available in real-time

Advanced

$ 1000 /Month
  • Unlimited requests
  • Add sources on demand
  • Custom SLA & dedicated chat
  • On-premise deployment
  • Articles are enriched with 20 additional data-points

JSON Code

HTML Code

				
					{
    "totalArticles": 103483,
    "articles": [
        {
            "title": "Google Messages now finally shields you from surprise nudes",
            "description": "The app is now auto-blurring nudes on Android with new Sensitive Content Warnings.",
            "content": "What you need to know\nGoogle Messages is rolling out smart alerts to automatically blur explicit images before you even see them.\nThe feature is opt-in—you’ll need to turn it on yourself. Once active, it flags potential nudes before they load and off... [2823 chars]",
            "url": "https://www.androidcentral.com/apps-software/google-messages-now-finally-shields-you-from-surprise-nudes",
            "image": "https://cdn.mos.cms.futurecdn.net/Nvh4Py4UT6CG7cx7uQ7ewT.jpg",
            "publishedAt": "2025-04-22T09:28:35Z",
            "source": {
                "name": "Android Central",
                "url": "https://www.androidcentral.com"
            }
        },
        {
            "title": "The Google Pixel Watch just got a software update you need to fix your step count",
            "description": "No more inflated step counts",
            "content": "Google has just released a software update for the Pixel Watch\nIt fixes an issue with over-inflated step counts\nIt's also an important upgrade for people on last year's releases\nGoogle has just released a second April 2025 Google Pixel Watch software... [2105 chars]",
            "url": "https://www.techradar.com/health-fitness/smartwatches/the-google-pixel-watch-just-got-a-software-update-you-need-to-fix-your-step-count",
            "image": "https://cdn.mos.cms.futurecdn.net/aoWbEyRZKGu4gsNqJc8ucM.jpg",
            "publishedAt": "2025-04-22T09:21:34Z",
            "source": {
                "name": "TechRadar",
                "url": "https://www.techradar.com"
            }
        },
        {
            "title": "Google TV sucks - Indian brand Lumio is aiming to change that",
            "description": "Lumio somehow made Google TV enjoyable to use.",
            "content": "I dislike Google TV with a passion; Google took a clean Android TV interface and riddled it with ads and unwanted recommendations. That's why I still use the Shield TV Pro — it's the one Android TV box that actually does a good job, and doesn't autom... [5495 chars]",
            "url": "https://www.androidcentral.com/streaming-tv/indian-brand-lumio-vision-google-tv-actually-enjoyable",
            "image": "https://cdn.mos.cms.futurecdn.net/vdFJQGxjwv7tXMjCeVuPw4.jpg",
            "publishedAt": "2025-04-22T07:47:49Z",
            "source": {
                "name": "Android Central",
                "url": "https://www.androidcentral.com"
            }
        }
    ]
}
				
			
				
					<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>News Articles</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      background: #f4f4f4;
      margin: 0;
      padding: 20px;
    }
    .article {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      margin-bottom: 20px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
    .article img {
      width: 100%;
      height: auto;
    }
    .article-content {
      padding: 16px;
    }
    .article h2 {
      margin: 0 0 10px;
      font-size: 20px;
      color: #333;
    }
    .article p {
      margin: 0 0 10px;
      color: #666;
    }
    .article a {
      color: #1a73e8;
      text-decoration: none;
    }
    .source {
      font-size: 14px;
      color: #999;
    }
  </style>
</head>
<body>

  <div class="article">
    <img decoding="async" src="https://cdn.mos.cms.futurecdn.net/Nvh4Py4UT6CG7cx7uQ7ewT.jpg" alt="Article image">
    <div class="article-content">
      <h2>Google Messages now finally shields you from surprise nudes</h2>
      <p>The app is now auto-blurring nudes on Android with new Sensitive Content Warnings.</p>
      <p class="source">Source: <a href="https://www.androidcentral.com" target="_blank">Android Central</a></p>
      <a href="https://www.androidcentral.com/apps-software/google-messages-now-finally-shields-you-from-surprise-nudes" target="_blank">Read more</a>
    </div>
  </div>

  <div class="article">
    <img decoding="async" src="https://cdn.mos.cms.futurecdn.net/aoWbEyRZKGu4gsNqJc8ucM.jpg" alt="Article image">
    <div class="article-content">
      <h2>The Google Pixel Watch just got a software update you need to fix your step count</h2>
      <p>No more inflated step counts</p>
      <p class="source">Source: <a href="https://www.techradar.com" target="_blank">TechRadar</a></p>
      <a href="https://www.techradar.com/health-fitness/smartwatches/the-google-pixel-watch-just-got-a-software-update-you-need-to-fix-your-step-count" target="_blank">Read more</a>
    </div>
  </div>

  <div class="article">
    <img decoding="async" src="https://cdn.mos.cms.futurecdn.net/vdFJQGxjwv7tXMjCeVuPw4.jpg" alt="Article image">
    <div class="article-content">
      <h2>Google TV sucks - Indian brand Lumio is aiming to change that</h2>
      <p>Lumio somehow made Google TV enjoyable to use.</p>
      <p class="source">Source: <a href="https://www.androidcentral.com" target="_blank">Android Central</a></p>
      <a href="https://www.androidcentral.com/streaming-tv/indian-brand-lumio-vision-google-tv-actually-enjoyable" target="_blank">Read more</a>
    </div>
  </div>

</body>
</html>

				
			

Amazing Features

A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradise

Powerfull Feature

A small river named Duden flows by their place and supplies it with the necessary

Awesome Design

A small river named Duden flows by their place and supplies it with the necessary

Unlimited Supports

A small river named Duden flows by their place and supplies it with the necessary

Lovely Customers

Behind the word mountains from the countries Vokalia and Consonantia, there live the blind. texts. Separated they.

Elizabeth Sofia WordPress Dev.

Behind the word mountains from the countries Vokalia and Consonantia, there live the blind. texts. Separated they.

Amelia Mia WordPress Dev.

Behind the word mountains from the countries Vokalia and Consonantia, there live the blind. texts. Separated they.

Charlie Cooper WordPress Dev.

Behind the word mountains from the countries Vokalia and Consonantia, there live the blind. texts. Separated they.

Elizabeth Sofia WordPress Dev.

Behind the word mountains from the countries Vokalia and Consonantia, there live the blind. texts. Separated they.

Amelia Mia WordPress Dev.

Behind the word mountains from the countries Vokalia and Consonantia, there live the blind. texts. Separated they.

Charlie Cooper WordPress Dev.
0 +

Support Given

0 +

Clients Rating

0 M +

Money Saved

0 +

Happy Clients

Frequently Asked Questions

A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradise

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast