Retrieve latest headlines
Retrieves the most recent news headlines for the specific locations and times. You can filter results by language, source, theme, and more.
Authorizations
Body
Response
A successful response containing the latest headlines since the specified time. The response may include clustering information if enabled.
The response model for the Latest headlines
request.
The response model for the Search
, Latest headlines
, and Search by
requests, including search results and metadata.
Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
/undefined
if the data couldn't be extracted during processing. - To access article properties in the
articles
response array, use array index notation. For example,articles[n].title
, wheren
is the zero-based index of the article object (0, 1, 2, etc.).
The base response model containing common fields for search operations.
The response model for the Latest headlines
request.
The response model for the Search
, Latest headlines
, and Search by
requests, including search results and metadata.
Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
/undefined
if the data couldn't be extracted during processing. - To access article properties in the
articles
response array, use array index notation. For example,articles[n].title
, wheren
is the zero-based index of the article object (0, 1, 2, etc.).
The base response model containing common fields for search operations.
The response model when clustering is enabled, grouping similar articles into clusters. Applies to the Search
and Latest headlines
requests.
Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
/undefined
if the data couldn't be extracted during processing. - To access article properties in the
articles
response array, use array index notation. For example,articles[n].title
, wheren
is the zero-based index of the article object (0, 1, 2, etc.).
The base response model containing common fields for search operations.