← Back to Blog

Explore the FDA Approvals API: A Key Resource for Oncology Data

June 22, 2026

Blue gloved hand holding a COVID-19 vaccine vial with yellow background, highlighting vaccination.

Photo by Maksim Goncharenok on Pexels

The FDA Approvals API is a vital endpoint of the free Cure Cancer With AI public API, designed to provide developers and researchers with access to a comprehensive list of FDA-approved oncology drugs. This endpoint addresses the pressing need for real-time tracking of new drug approvals, enabling a more efficient way to stay informed about the latest advancements in cancer treatment.

Why This Endpoint Matters

The landscape of oncology treatment is continually evolving, with new drugs receiving FDA approval that can significantly change treatment protocols and patient outcomes. Staying updated on these changes is crucial for healthcare professionals, researchers, and developers working in the field of cancer research. By offering structured data on FDA approvals, this API empowers users to easily track new therapies, understand their indications, and access supporting documentation, thereby fostering informed decision-making and research.

How to Use It

The FDA Approvals API allows you to make GET requests to the path /api/v1/fda-approvals on the base URL https://curecancerwithai.com. To access this endpoint, you’ll need to authenticate with a bearer token as part of the request header.

Here are the key parameters you can use with this endpoint:

  • cancerType: Filter results by specific cancer types.
  • search: Perform a search by drug name, generic name, or indication.
  • from/to: Specify the approval date range.
  • limit: Set the maximum number of results returned.
  • offset: Use for pagination to retrieve subsequent sets of results.

The response from the API includes a data[] array containing the following fields:

  • id: Unique identifier for the approval.
  • applicationNumber: The application number of the drug.
  • drugName: Brand name of the drug.
  • genericName: Generic name of the drug.
  • company: The company that received the approval.
  • approvalDate: The date when the drug was approved.
  • cancerTypes[]: An array of cancer types the drug is approved for.
  • indication: The specific indication for which the drug is approved.
  • url: A link to more information about the drug.
  • labelPdfUrl: A link to the PDF of the drug label.

Here’s a sample code snippet using curl to make a request to the FDA Approvals API:

curl -X GET "https://curecancerwithai.com/api/v1/fda-approvals?cancerType=lung&limit=10" \
-H "Authorization: Bearer ccw_live_YOUR_KEY"

In this example, the request retrieves up to 10 FDA-approved drugs specifically for lung cancer.

What You Can Build

The FDA Approvals API opens up numerous possibilities for developers and researchers:

  • Track New Approvals: Build applications that automatically notify users when new oncology drugs are approved for specific cancer types.
  • Link to Drug Information: Create dashboards that provide quick access to drug labels and detailed information about newly approved therapies.
  • Research Tools: Develop research tools that aggregate data on drug approvals, helping researchers analyze trends in oncology treatments over time.
  • Patient Education: Equip healthcare providers with applications that educate patients about newly available therapies tailored to their specific conditions.

Get Started for Free

The FDA Approvals API is completely free to use! To get your API key, simply visit /api-keys. You can read the full documentation and explore other endpoints at /developers. With the free tier, you can make up to 100 requests per hour, allowing you to integrate this valuable data into your applications without any cost.

As a reminder, while this API provides critical information about oncology drug approvals, it does not offer medical advice or replace the role of healthcare professionals. The data and predictions derived from this API should be used for research and informational purposes only.

In conclusion, the FDA Approvals API from Cure Cancer With AI is an essential resource for anyone looking to stay updated on the dynamic field of oncology treatments. By leveraging this API, developers can create impactful tools and applications that contribute to cancer research and patient care.

To dive deeper into practical AI-for-cancer-research updates, explore our latest blog posts, learn more about our mission, and see how you can support ongoing work on our donations page.