/news namespace · APlicious

News API — live headlines, category filtering and full-text search

Display live headlines, build news aggregators, or add a news feed to any app — structured JSON from 50+ sources, filtered by category, country, and keyword.

50+news sources
Get free API key View docs
GET /api/v1/news/headlines
const res = await fetch(
  'https://aplicious.com/api/v1/news/headlines' +
  '?country=IN&category=technology&limit=5',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { total: 5, articles: [
//   { title: "India's EV market hits...", source: "TechCrunch",
//     published_at: "2026-06-22T08:30:00Z",
//     url: "https://..." }]}

No credit card · Free tier forever · X-API-Key header auth

What's included in /news

Top headlines

Live top stories updated every 15 minutes, filterable by country and category.

Category filtering

Business, technology, sports, entertainment, health, science — filter any combination.

Keyword search

Full-text search across headlines and article descriptions with date-range filtering.

Source metadata

Each article includes source name, author, publish timestamp, and canonical URL.

Country targeting

Get local news for 20+ countries — useful for localised app experiences.

Start using the news API free today

Free tier — 500 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /news docs

Frequently asked questions

Can I get full article text?

We return the article summary (first 200 chars) and canonical URL — full text is at the publisher's domain.

How current are the headlines?

Headlines update every 15 minutes. Breaking news from major sources appears within 5 minutes.

Is this suitable for a news aggregator app?

Yes. The Starter plan (10K calls/month) comfortably supports a news app with 1,000 daily active users.

Do you have financial news specifically?

Yes — use category=business and combine with the /finance namespace for a full financial news + data feed.

Related API guides

Finance API for Developers — Stock Quotes, SIP, Tax, Forex

REST API for stock quotes, SIP calculators, compound interest, forex rates, tax

Read guide

Free Weather API — Current, Forecast & Historical Data

Get live weather data, 7-day forecasts, historical records and severe weather al

Read guide

Remote Jobs API — Search, Filter, Categories — Free

Free REST API for remote job listings. Search by keyword, category, or company.

Read guide

One key unlocks all 34 namespaces — weather, finance, fitness, astrology, and more.

View all plans and pricing →