Research

List research papers

Peer-reviewed oncology research papers ingested from PubMed, including abstracts, authors, journal, and plain-language summaries.

get/api/v1/research

Query parameters

cancerTypestring
Example:lung

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

treatmentTypestring

Filter by treatment type.

searchstring

Keyword search across title and abstract.

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 research papers.

Example response

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