TheNews

API

JSON API for aggregated headlines, top stories & live news

Visit Website

Overview

TheNews API is a RESTful service delivering aggregated headlines, curated top stories, and real-time live news. Responses are in JSON format. Key endpoints include /headlines (filter by country/category/source), /top-stories (daily curated picks), and /live-news (real-time updates). Use cases: Integrate into news apps, personal dashboards, media monitoring tools, or educational platforms to keep users informed. It supports filtering by regions (US, EU) and categories (tech, politics, sports) for targeted content delivery.

Example Integration (JavaScript)

script.js JS

fetch('https://www.thenewsapi.com/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON Support
  • Aggregated Headlines
  • Top Stories
  • Live News Updates
  • Filter by Country/Category

Frequently Asked Questions

? Is TheNews API free to use?

Yes, it offers a free tier with limited requests; paid plans are available for higher limits and advanced features.

? Does it require an API Key?

Yes, you need to sign up for an API key to access most endpoints like headlines and live news.

? What is the response format?

All responses are in JSON format, including details like article title, source, publication date, summary, and URL.

Top Alternatives

NewsAPI.org Search Google
MediaStack Search Google
New York Times API Compare

People Also Ask about TheNews

TheNews vs NewsAPI.orgTheNews vs MediaStackTheNews vs New York Times API TheNews 2025 review

Tool Info

Pricing Freemium
Category News
Platform Public API

Pros

  • Easy to integrate
  • Diverse content sources
  • Real-time updates

Cons

  • Rate-limited free tier
  • Requires API key
  • Limited historical data

More News Tools