From 7dae516daa6dbbca8c2b7af29283b3f073c3cb27 Mon Sep 17 00:00:00 2001 From: "Hiram F." Date: Fri, 12 Jun 2026 12:16:21 -0500 Subject: [PATCH] Add 'Cure Cancer With AI' API to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a free oncology API to the Health category. - Docs/link: https://www.curecancerwithai.com/developers - Auth: apiKey (free key at https://www.curecancerwithai.com/api-keys) · HTTPS: Yes · CORS: No - Provides oncology research papers, clinical trials, FDA approvals, news, cross-dataset search, and IBM MAMMAL biomedical model predictions. Row placed alphabetically in Health (between Calorie Ninjas and Diabetes). Format/link checked. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d33c65cb..896583a3 100644 --- a/README.md +++ b/README.md @@ -1188,6 +1188,7 @@ API | Description | Auth | HTTPS | CORS | | [COVID-19 Tracker Canada](https://api.covid19tracker.ca/docs/1.0/overview) | Details on Covid-19 cases across Canada | No | Yes | Unknown | | [COVID-19 Tracker Sri Lanka](https://www.hpb.health.gov.lk/en/api-documentation) | Provides situation of the COVID-19 patients reported in Sri Lanka | No | Yes | Unknown | | [COVID-ID](https://data.covid19.go.id/public/api/prov.json) | Indonesian government Covid data per province | No | Yes | Yes | +| [Cure Cancer With AI](https://www.curecancerwithai.com/developers) | Oncology research, clinical trials, FDA approvals, news, and MAMMAL predictions | `apiKey` | Yes | No | | [Dataflow Kit COVID-19](https://covid-19.dataflowkit.com) | COVID-19 live statistics into sites per hour | No | Yes | Unknown | | [Edamam](https://developer.edamam.com/) | Food and nutrition data API with recipe search | `apiKey` | Yes | Unknown | | [FoodData Central](https://fdc.nal.usda.gov/) | National Nutrient Database for Standard Reference | `apiKey` | Yes | Unknown |