Get news article by ID

View as Markdown
Returns news detail by exact positive ID. Use lookup for a slug, external ID, URL, or title candidates.

Authentication

X-Client-Secretstring

Client secret for read-only service-to-service access (no writes)

Path parameters

newsIdintegerRequired
Exact positive news article id.

Response

News detail as canonical JSON or compact text.
coreobject
Canonical news owner for list and core semantics
entityMentionResolvedlist of objects

Resolved entity mentions — read-only display projections. News mutations attach entities only via flat entityJoinId values, never these nested objects.

personMentionResolvedlist of objects

Resolved person mentions — read-only display projections. News mutations attach people only via flat personId/personSlug values, never these nested objects.

contentstring or nullOptional
externalIdstring or nullOptional
linkedContentstring or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error