Skip to main content

Fast News Previews API

A lightweight, high-performance news aggregation service that delivers clean article data from diverse sources. The API provides fast access to news articles with thumbnails, previews, and structured metadata — no web scraping involved. Available on the RapidAPI Marketplace.

All Endpoints

MethodPathDescription
GET/healthSystem health check
GET/newsSearch news by topic
GET/news/trendingTrending headlines by language/region
GET/news/topicNews from predefined topic categories
GET/news/localLocal news for a geographic area

Guides

Response Object

All news endpoints return articles in the same format:

{
"title": "Article headline",
"source": "example-news.com",
"published_at": "2026-04-16T10:30:00Z",
"url": "https://example-news.com/articles/example",
"image_url": "https://cdn.example-news.com/thumb.jpg",
"preview": "Text excerpt up to 250 characters..."
}