DocumentationNews API

News API

Get categorized news headlines, defaults to finance

Overview

GET /v1/info/news returns categorized news articles, defaulting to finance news.

Request Parameters

ParameterTypeRequiredDefaultDescription
categorystringNofinanceCategory: general/finance/tech/sports/entertainment/health/science/world
limitintNo20Number of articles (1-50)

Request Example

curl -H "X-API-Key: sk_gapi_xxxxx" \
  "https://api.groundapi.net/v1/info/news?category=finance&limit=10"

Response Fields

FieldDescription
categoryNews category
totalTotal articles
articles[].titleArticle title
articles[].sourceSource media
articles[].published_atPublished time
articles[].urlArticle URL
articles[].descriptionArticle summary

Pricing

$0.01/call (news). First 500 calls/month are free.

Updated 6 days ago
Did this page help you?