Retrieves breaking news articles and sorts them based on specified criteria.
Request body for retrieving breaking news articles with sorting and filtering options.
The body is of type object
.
A successful response containing breaking news articles with additional breaking news event information.
The response model for the breaking news requests. Response field behavior:
null
or undefined
if the data point is not presented or couldn't be extracted during processing.articles
response array, use array index notation. For example, articles[n].title
, where n
is the zero-based index of the article object (0, 1, 2, etc.).nlp
property within the article object articles[n].nlp
is only available with NLP-enabled subscription plans.The base response model containing common fields for search operations.