Latest News API for Fresh Headlines
Build fresh headline feeds and monitoring views with JSON responses filtered by country, language, category, source domain, or author.
Fresh Feeds
Fetch newly indexed articles without writing a keyword query first.
Structured Filters
Filter by country, language, category, source domain, excluded domain, or author.
JSON News Data
Use titles, descriptions, URLs, categories, languages, images when available, and publication times.
Best fit use cases
- Country or category news feeds.
- Fresh source monitoring dashboards.
- Headline enrichment for internal tools.
- Fresh-feed polling when keyword search is not required.
Example request
curl "https://api.currentsapi.services/v1/latest-news?country=US&language=en&page_size=10&apiKey=YOUR_API_KEY"
Need keyword or date-range discovery? Use the Search API instead.
Plan and limit basics
The free plan gives you 1,000 requests per day for evaluation and small feeds. Paid plans add monthly quotas, longer history windows, and larger result limits.
Usage expectations
Self-service plans support API processing, previews, attribution, and links back to publishers. Redistribution, republication, long-term archival storage, OEM use, or end-user AI summary products may require enterprise terms or separate publisher-side rights.
Latest News API vs Search API
| Need | Use | Why |
|---|---|---|
| Fresh feed by country, language, category, or source | Latest News API | It returns newly indexed articles without a keyword search. |
| Keyword, topic, or date-range discovery | Search API | It supports search-only parameters such as keywords and date ranges. |