Skip to main content
GET

Authorizations

X-API-Key
string
header
required

API key in X-API-Key header

Path Parameters

id
string<uuid>
required

Article UUID (from a previous list response)

Example:

"e90ea8b7-8500-4a14-875c-1d64755c80ca"

Query Parameters

expand
string

Comma-separated expansions. Defaults to all four (mitre,iocs,cves,threat_actors) since callers fetching one article usually want the full picture.

Example:

"iocs,cves"

fields
string

Comma-separated field allowlist for sparse response.

Example:

"id,title,severity_score"

include_archived
boolean
default:false

Return the article even if it has been archived. Default false returns 410 article_archived.

Response

Article found.

meta
object
data
object

A single news article — flat shape. Every field is top-level (no nested source.name etc.).