The Best Real-Time News API for Developers
Search real-time articles from 80,000+ trusted sources across 41 languages and 71 countries, and tap into years of historical news going back to 2020, all delivered in clean JSON that is ready to use. Build news monitoring, aggregation, and analytics features in minutes, not weeks.
Start on the free tier instantly, no credit card needed.
Try GNews API
{
"totalArticles": 89340,
"articles": [
{
"id": "372814c75ff9501cfc33fad42a2ecad2",
"title": "Apple confirms it took down AI “nudify” apps.",
"description": "San Francisco city attorney David Chiu demanded that Apple and Google remove 13 apps that could generate non-consensual nude images. Adam Dema, a spokesperson for Apple confirmed their removal in a statement to The Verge:\n> “We have always strictly prohibited apps designed to generate, distribute, or consume pornography. ‘Nudification’ apps are against our App Review Guidelines and we have proactively rejected many of these apps and removed many others, including when users have flagged them via our reporting tools. We have removed three of the apps in question and are in the process of terminating their developer accounts from our program.”",
"content": "T\nQuote\nApple confirms it took down AI “nudify” apps.\nSan Francisco city attorney David Chiu demanded that Apple and Google remove 13 apps that could generate non-consensual nude images. Adam Dema, a spokesperson for Apple confirmed their removal in ... [914 chars]",
"url": "https://www.theverge.com/tech/967623/apple-confirms-it-took-down-ai-nudify-apps",
"image": "https://platform.theverge.com/wp-content/uploads/sites/2/2025/01/verge-placeholder_f212b3.png?quality=90&strip=all&crop=0,0.13712291199202,100,99.725754176016",
"publishedAt": "2026-07-18T18:31:03Z",
"lang": "en",
"source": {
"id": "cb749b89c7dc92dc2d517a49bb9a43ab",
"name": "The Verge",
"url": "https://www.theverge.com",
"country": "us"
}
},
{
"id": "18d828c057bf2f2c178c0aed115a6cf8",
"title": "Google might not kneecap the Pixel 11a with an old processor",
"description": "Mystic Leaks suggests the Pixel 11a will feature a Tensor G6 and a more reliable MediaTek modem.",
"content": "Mystic Leaks suggests that the Pixel 11a will return to featuring a flagship-grade processor with the Tensor G6. Rather than the Tensor G5 found in the Pixel 10 and 10 Pro, the Pixel 10a shipped with the previous generation Tensor G4. That was a huge... [924 chars]",
"url": "https://www.theverge.com/tech/967612/google-pixel-11a-tensor-g6-leak",
"image": "https://platform.theverge.com/wp-content/uploads/sites/2/2026/03/google-pixel-10a-7.jpg?quality=90&strip=all&crop=0%2C10.741906587151%2C100%2C78.516186825698&w=1200",
"publishedAt": "2026-07-18T18:25:08Z",
"lang": "en",
"source": {
"id": "cb749b89c7dc92dc2d517a49bb9a43ab",
"name": "The Verge",
"url": "https://www.theverge.com",
"country": "us"
}
},
{
"id": "da7e87188c8d2e2436f8acd04b35e52c",
"title": "EU Orders Google To Open Android To ChatGPT And Other AI Rivals",
"description": "The EU is forcing Google to open 11 Android features to rival AI assistants like ChatGPT and to share search data as well.",
"content": "The European Union is forcing Google to open two of it most valuable vaults, Android and Google Search. Under a pair of binding measures tied to the Digital Markets Act, the European Commission is ordering Google to give rival search engines and AI a... [4166 chars]",
"url": "https://hothardware.com/news/eu-orders-google-open-android-ai-rivals",
"image": "https://hothardware.com/contentimages/NewsItem/71153/content/16x9_2133x1200_highres-hero-eu-google-android-search-unlocking.jpg",
"publishedAt": "2026-07-18T17:36:00Z",
"lang": "en",
"source": {
"id": "047d6e639890c69a677fd83c37dac5c2",
"name": "Hot Hardware",
"url": "https://hothardware.com",
"country": "us"
}
}
]
}
* Search results are in English and US sources only. For other languages/regions, see documentation at docs.gnews.io.
Trusted by more than 150,000 developers, including at
Easy-to-use
Clear, comprehensive documentation walks you through every endpoint, with copy-paste examples that get you to your first request in minutes.
Start for free
Build and test your applications at no cost during development. When you're ready to deploy to production, you can activate your subscription in minutes.
Fast, accurate responses
Every article is indexed in our own database, so queries return in milliseconds with results ranked for relevance, never scraped on demand.
Built for scale
Live coverage that keeps growing every day in 2026.
Articles indexed
100M+
News sources
80,000+
Languages
41
Live updates
24/7
Countries
71
Years of history
6+
From request to
response in seconds
Make your first call with a single GET request and get back clean JSON you can drop straight into your app. GNews API gives you two endpoints.
Query the entire archive by keyword, with filters for language, country, and date range. Best for monitoring and research.
const url = "https://gnews.io/api/v4/search?q=Apple&lang=en&apikey=API_KEY"; const res = await fetch(url); const data = await res.json(); console.log(data.articles);
{
"totalArticles": 54231,
"articles": [
{
"id": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
"title": "Apple unveils the iPhone 17 lineup at its fall event",
"description": "The company showed new models, a faster chip, and camera upgrades.",
"content": "Apple introduced its new iPhone lineup on Tuesday at its annual fall event, led by a faster chip and upgraded cameras across the range. Preorders open this week and devices ship later this... [1654 chars]",
"url": "https://www.theverge.com/apple-iphone-17",
"image": "https://cdn.example.com/iphone-17.jpg",
"publishedAt": "2026-06-28T12:00:00Z",
"lang": "en",
"source": {
"id": "f9e8d7c6b5a4f9e8d7c6b5a4f9e8d7c6",
"name": "The Verge",
"url": "https://www.theverge.com",
"country": "us"
}
}
]
}
All the world's news, one API
Access a global news database with live updates and extensive historical archives to power your business applications and use cases. It is the news data infrastructure thousands of developers rely on in 2026.
Response performance
Low response time is a core priority. We continuously tune our infrastructure to keep latency minimal on every request, at any scale.
Easy integration
Retrieve API results in JSON format through standard HTTP GET requests from any programming language. Integration is straightforward: send a request, receive results, parse the JSON response, and implement the data in your application.
Having trouble integrating the API? Contact us
Libraries, SDKs & MCP Server
Launch your applications faster with our official SDKs for JavaScript, TypeScript, PHP, and more. Our MCP server brings real-time news directly into your AI agents, and ready-to-use examples get you up and running in minutes.
Missing Sources?
Help us expand our global news coverage. If you know of a reliable news website that isn't yet included in the GNews API, we welcome your suggestions. Community contributions help us maintain a diverse, accurate, and up-to-date news database.
Student Access
Are you a student working on a project or thesis? We offer free access to the GNews API for academic use. Submit your request and get started with real-world news data for your project or thesis.
Advanced Request Options
Build precise queries with logical search operators, then refine every request with a wide range of optional parameters.
Search operators
Perform advanced searches using search operators such as AND, OR, and NOT to combine, separate, and exclude keywords.
Go to documentation
Access full content
Go beyond headlines and snippets and retrieve the full text of each article. Full content comes standard on every paid plan, ideal for analysis, summarization, and AI pipelines.
View plansIntegrate GNews API in minutes
GNews API fits seamlessly into your development workflow. With official libraries and easy-to-follow examples, you can start fetching news data in your favorite language with just a few lines of code.
Media monitoring
Track coverage of any topic, company, or person across thousands of outlets as stories break.
Brand and reputation tracking
See what the press is saying about your brand and respond quickly to emerging narratives.
Financial and market research
Feed live and historical headlines into trading signals, risk models, and market analysis.
AI, LLMs, and RAG
Ground your models and agents in fresh, factual news for retrieval and summarization.
News aggregation apps
Build readers, newsletters, and dashboards on a single global news feed.
Academic research
Study media trends and narratives with years of structured, searchable archives.
Start in three
simple steps
Go to documentation
Create your free account
Sign up in under a minute. No credit card needed to start on the free tier.
Grab your API key
Your key is ready in the dashboard the moment you sign in.
Make your first request
Send a single GET request and get clean JSON back, ready for your app.
Find the Right Plan
for Your Needs
Free
€0
For development and testing purposes
-
100 requests per day
-
Up to 10 articles returned per request
-
12-hour delay
-
30 days historical data
-
CORS enabled for localhost
-
Access to all sources
Essential
€49.99/month
For production and published commercial projects
-
1,000 requests per day
-
Up to 25 articles returned per request
-
Real-time article availability
-
Historical data from 2020
-
CORS enabled for all origins
-
Access to all sources
-
Email support
-
Full content
Business
€99.99/month
For larger projects that require more resources
-
5,000 requests per day
-
Up to 50 articles returned per request
-
Real-time article availability
-
Historical data from 2020
-
CORS enabled for all origins
-
Access to all sources
-
Email support
-
Full content
Enterprise
€249.99/month
For enterprise projects that require exceptional resources
-
25,000 requests per day
-
Up to 100 articles returned per request
-
Real-time article availability
-
Historical data from 2020
-
CORS enabled for all origins
-
Access to all sources
-
Premium email support
-
Full content
We'll create a custom plan designed around your specific requirements. Starting with the Enterprise plan as a foundation, you can customize:
-
Number of requests per day
-
Number of articles returned per request
-
Your support level
-
Request additional features
FAQ
Ready to build
with the best news API?
Get your free API key and make your first request in minutes.