Get news detail
Authentication
Client secret for read-only service-to-service access (no writes)
Query parameters
Exact news article slug (URL-friendly identifier). Mutually exclusive with id, externalId, url, and title.
External ID or RSS GUID for ingestion-key lookup. Mutually exclusive with id, slug, url, and title.
Original article URL to resolve via strict host+path or domain-only match. Mutually exclusive with id, slug, and externalId. May pair with title and publication to narrow candidate recovery after an exact URL miss. Pair with urlMatchMode to disambiguate.
Candidate lookup signal: article title. Mutually exclusive with id, slug, and externalId. Combine with publication, urlDomain, or url for bounded candidate search.
Publication qualifier (e.g., ‘TechCrunch’, ‘Forbes’). Narrows a title candidate search. Not an identifier on its own.
Candidate lookup URL domain qualifier (host only, no path). Narrows a title candidate search. Not an identifier on its own.
URL match mode qualifier: ‘hostPath’ (strict host + path match, default) or ‘domain’ (host-only match). Narrows url and urlDomain matching. Not an identifier on its own.
Response
News detail as canonical JSON, or the same data rendered as compact text/plain.
Resolved entity mentions — read-only display projections. News mutations attach entities only via flat entityJoinId values, never these nested objects.
Resolved person mentions — read-only display projections. News mutations attach people only via flat personId/personSlug values, never these nested objects.