Private BetaFound a bug or have feedback? Share it →

News

Top headlines and news search via GNews. Requires an operator-provided API key — contact support to enable access.

Healthy
News & SentimentOperator key required

Base URL

https://api.apiclearinghouse.com/v1/call/news

Authenticate with X-Api-Key: chk_live_... header.

GET/top

Parameters

NameTypeRequiredDescription
maxnumberoptionalMax articles (1-10)(default: 5)
langstringoptionalLanguage code(default: en)
categorystringoptionalNews category (general, world, nation, business, technology, entertainment, sports, science, health)

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/news/top?max=5&lang=en&category={category}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "total": "example",
    "articles": "example"
  }
}
GET/search

Parameters

NameTypeRequiredDescription
qstringrequiredSearch query
maxnumberoptionalMax articles(default: 5)

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/news/search?q={q}&max=5" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "total": "example",
    "articles": "example"
  }
}

Try it live

No setup required. Sign in and run News directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
news API Documentation — API Clearinghouse