News

List news

Curated cancer news articles aggregated from trusted sources.

get/api/v1/news

Query parameters

cancerTypestring
Example:lung

Filter by cancer type, e.g. lung, breast, prostate, colorectal, melanoma, leukemia, lymphoma.

searchstring

Keyword search across title, summary, and content.

fromstring date

ISO date lower bound (e.g. 2024-01-01) on the resource's primary date field.

tostring date

ISO date upper bound on the resource's primary date field.

limitinteger

Results per page (1–100, default 20).

offsetinteger

Number of results to skip (default 0).

Response

A page of news articles.

Example response

{
  "pagination": {
    "total": 1280,
    "limit": 20,
    "page": 1,
    "totalPages": 64
  }
}