Get news article by ID
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
newsId
Exact positive news article id.
Response
News detail as canonical JSON or compact text.
core
Canonical news owner for list and core semantics
entityMentionResolved
Resolved entity mentions — read-only display projections. News mutations attach entities only via flat entityJoinId values, never these nested objects.
personMentionResolved
Resolved person mentions — read-only display projections. News mutations attach people only via flat personId/personSlug values, never these nested objects.
content
externalId
linkedContent
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