From 7387996c3791a1050ef31481626896b60d8c4563 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 12 Sep 2022 20:58:57 +1200 Subject: [PATCH] Add Sahha API --- README.md | 105 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 54 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index f7348891..c9d4f95c 100644 --- a/README.md +++ b/README.md @@ -95,57 +95,59 @@ ## Index -* [Animals](#animals) -* [Anime](#anime) -* [Anti-Malware](#anti-malware) -* [Art & Design](#art--design) -* [Authentication & Authorization](#authentication--authorization) -* [Blockchain](#blockchain) -* [Books](#books) -* [Business](#business) -* [Calendar](#calendar) -* [Cloud Storage & File Sharing](#cloud-storage--file-sharing) -* [Continuous Integration](#continuous-integration) -* [Cryptocurrency](#cryptocurrency) -* [Currency Exchange](#currency-exchange) -* [Data Validation](#data-validation) -* [Development](#development) -* [Dictionaries](#dictionaries) -* [Documents & Productivity](#documents--productivity) -* [Email](#email) -* [Entertainment](#entertainment) -* [Environment](#environment) -* [Events](#events) -* [Finance](#finance) -* [Food & Drink](#food--drink) -* [Games & Comics](#games--comics) -* [Geocoding](#geocoding) -* [Government](#government) -* [Health](#health) -* [Jobs](#jobs) -* [Machine Learning](#machine-learning) -* [Music](#music) -* [News](#news) -* [Open Data](#open-data) -* [Open Source Projects](#open-source-projects) -* [Patent](#patent) -* [Personality](#personality) -* [Phone](#phone) -* [Photography](#photography) -* [Programming](#programming) -* [Science & Math](#science--math) -* [Security](#security) -* [Shopping](#shopping) -* [Social](#social) -* [Sports & Fitness](#sports--fitness) -* [Test Data](#test-data) -* [Text Analysis](#text-analysis) -* [Tracking](#tracking) -* [Transportation](#transportation) -* [URL Shorteners](#url-shorteners) -* [Vehicle](#vehicle) -* [Video](#video) -* [Weather](#weather) +- [Index](#index) + - [Animals](#animals) + - [Anime](#anime) + - [Anti-Malware](#anti-malware) + - [Art & Design](#art--design) + - [Authentication & Authorization](#authentication--authorization) + - [Blockchain](#blockchain) + - [Books](#books) + - [Business](#business) + - [Calendar](#calendar) + - [Cloud Storage & File Sharing](#cloud-storage--file-sharing) + - [Continuous Integration](#continuous-integration) + - [Cryptocurrency](#cryptocurrency) + - [Currency Exchange](#currency-exchange) + - [Data Validation](#data-validation) + - [Development](#development) + - [Dictionaries](#dictionaries) + - [Documents & Productivity](#documents--productivity) + - [Email](#email) + - [Entertainment](#entertainment) + - [Environment](#environment) + - [Events](#events) + - [Finance](#finance) + - [Food & Drink](#food--drink) + - [Games & Comics](#games--comics) + - [Geocoding](#geocoding) + - [Government](#government) + - [Health](#health) + - [Jobs](#jobs) + - [Machine Learning](#machine-learning) + - [Music](#music) + - [News](#news) + - [Open Data](#open-data) + - [Open Source Projects](#open-source-projects) + - [Patent](#patent) + - [Personality](#personality) + - [Phone](#phone) + - [Photography](#photography) + - [Programming](#programming) + - [Science & Math](#science--math) + - [Security](#security) + - [Shopping](#shopping) + - [Social](#social) + - [Sports & Fitness](#sports--fitness) + - [Test Data](#test-data) + - [Text Analysis](#text-analysis) + - [Tracking](#tracking) + - [Transportation](#transportation) + - [URL Shorteners](#url-shorteners) + - [Vehicle](#vehicle) + - [Video](#video) + - [Weather](#weather) +- [License](#license) ### Animals API | Description | Auth | HTTPS | CORS | @@ -1130,6 +1132,7 @@ API | Description | Auth | HTTPS | CORS | | [Open Disease](https://disease.sh/) | API for Current cases and more stuff about COVID-19 and Influenza | No | Yes | Yes | | [openFDA](https://open.fda.gov) | Public FDA data about drugs, devices and foods | `apiKey` | Yes | Unknown | | [Orion Health](https://developer.orionhealth.io/) | Medical platform which allows the development of applications for different healthcare scenarios | `OAuth` | Yes | Unknown | +| [Sahha](https://developer.sahha.ai) | API to predict user mental health on smartphones | `apiKey` | Yes | Yes | | [Quarantine](https://quarantine.country/coronavirus/api/) | Coronavirus API with free COVID-19 live updates | No | Yes | Yes | **[⬆ Back to Index](#index)**