Get one news article
Returns news detail by exact positive ID. Use lookup for a slug, external ID, URL, or title candidates.
Authentication
AuthorizationBearer
User bearer token: Clerk session JWT, Clerk OAuth access token, or Clerk API key
Path parameters
newsId
Exact positive news article id.
Response headers
X-RateLimit-Limit
Requests allowed per client IP in the current rate-limit window.
X-RateLimit-Remaining
Requests left before the tightest applicable rate-limit bucket rejects.
X-RateLimit-Reset
Seconds until the exhausted rate-limit bucket admits another request; 0 when none is exhausted.
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
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error