v1

latestOpenAPI 3.1.02026-08-042010999.7 KB
Monitoring: Entity Management

Retrieve the full body of a referenced news article

This endpoint retrieves the full body of a news article referenced in a Sigma News Event. For licensing and performance reasons, this must be called only as a response to user action, and not in bulk. The response includes highlights of relevant phrases, entities, and locations in the article.

get/news/event/{uuid}/article/{hash}

Path parameters

hashstring required

The individual article. Each article is uniquely identified by its hash.

The individual article. Each article is uniquely identified by its hash.

uuidstring required

The event UUID that includes the article. In the entity news endpoint, this is called the event's ID

The event UUID that includes the article. In the entity news endpoint, this is called the event's ID

Response

OK

articleHashstring
bodystring

The full-text article body, if available

humanVerifiedboolean

A small portion of articles have been manually verified by Sigma360 analysts, this field indicates whether the article has been verified adverse or not

isPreferredPublisherboolean

High-quality government gazettes, newspapers of record, or reputable news agencies are listed as preferred publishers. This field indicates whether the article is from a preferred publisher

languagestring

The ISO 639-1 two-letter language code of the article

materialityScorenumber

A ranking of how severe the event is, based on the article text. This is a number between 0 and 1, where 1 is the most severe.

publishedDatestring date-time

The date and time the article was published, in ISO 8601 format

publisherstring

A human-readable name of the publisher

publisherCountryCodestring

The ISO 3166-1 alpha-2 country code of the publisher's country. This is not the country of the event or journalist, but the country of the publisher's headquarters

titlestring

The article title

topicsstring[] nullable

A list of detected event topics, such as 'white_collar_crime'

urlstring

The article URL

Example response

{
  "publisher": "New York Times"
}