FDA Approvals
List FDA approvals
FDA-approved oncology drugs with indication, company, approval date, and label links.
get/api/v1/fda-approvals
Query parameters
cancerTypestring
Example:lung
Filter by cancer type, e.g. lung, breast, prostate, colorectal, melanoma, leukemia, lymphoma.
searchstring
Keyword search across drug name, generic name, and indication.
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 FDA approvals.
Example response
{
"pagination": {
"total": 1280,
"limit": 20,
"page": 1,
"totalPages": 64
}
}