News data for your apps

Access a global stream of news articles from thousands of sources, filtered by region, language, and category. Build smarter apps with the NewsFlux API.

100 free requests/day
No credit card required
// Fetch latest news from the US
curl https://newsflux.com/api/v1/streams/country/US \
-H "Authorization: Bearer YOUR_API_KEY"
// Response
{
"data": [
{
"title": "Breaking: Market hits...",
"source": "Reuters",
"thumbnail": "https://...",
"link": "https://..."
}, ...
]
}

Built for developers

Everything you need to integrate global news into your applications.

Global Coverage

News from 9 countries across multiple languages. Filter by region, country, or language to get exactly what you need.

Real-time Updates

Feeds are scraped every 15 minutes so your app always has the latest articles. Search, filter, and sort effortlessly.

Simple Auth

Bearer token authentication via API keys. Generate and manage keys from your developer dashboard — no complex OAuth flows.

Search & Filter

Full-text search across articles. Filter by tags, sources, categories, and popularity to find exactly the right content.

Usage Dashboard

Track your API usage in real time. Monitor requests, manage multiple keys, and upgrade plans from the developer portal.

Flexible Billing

Start free with 100 requests/day. Scale to 100,000 requests/day with transparent, predictable pricing via Stripe.

API Endpoints

RESTful JSON endpoints. One base URL, simple Bearer token auth.

GET /api/v1/streams List articles
GET /api/v1/streams/search?q= Search articles
GET /api/v1/streams/popular Trending articles
GET /api/v1/streams/country/{code} Articles by country
GET /api/v1/streams/{id} Single article
GET /api/v1/menus/{country}/{lang} Regional menus
POST /api/v1/streams/{id}/click Track click

Simple, transparent pricing

Start free. Upgrade as you grow.

Free
$0 /month
Perfect for side projects and prototyping.
  • 100 requests/day
  • 1 API key
  • No credit card required
  • Community support
Get Started Free
Enterprise
$99 /month
For high-volume applications and integrations.
  • 100,000 requests/day
  • 20 API keys
  • Priority support
  • Usage analytics
  • Dedicated support
Start with Enterprise

Ready to build with NewsFlux?

Get your API key in seconds. 100 free requests per day, no credit card required.

Create Free Account