// Product Docs
Current regional news baseline with freshness semantics and coverage boundaries stated up front.
Region News returns the current regional news baseline. It is not intended to represent unrestricted global news coverage.
Use geo_object_id and limit. The surface should be interpreted as a curated current baseline tied to documented live coverage.
Sample request
GET /v1/news/region?geo_object_id=GLOBAL&limit=2
Sample response
[
{
"source_id": "newsdata-io-latest",
"published_at": "2026-03-28T20:08:00+00:00",
"title": "Update: Four reportedly injured in crash that closes Silverado Trail near Yountville"
}
]The public news surface is intentionally narrow and readable.
| Parameter | Required | Description |
|---|---|---|
| geo_object_id | Yes | Regional contract key. |
| limit | No | Maximum number of news items to return for the current request. |
The news surface is intended to be read as a current live baseline, not a raw source archive.
| Field | Meaning |
|---|---|
| source_id | Current contributing source identity for the public feed. |
| published_at | Delivery-visible publication timestamp. |
| title | Public-facing headline field for current feed consumption. |
This surface reads the current live baseline. Consumers should expect freshness to follow documented delivery rules rather than universal source recency.
This product is live and scoped. Coverage reflects current source selection and freshness rules. It should not be described as a full global news product.