From 4e6749780dfd5ff4d8330f68ea308e48ca9a5858 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Tue, 26 Nov 2019 13:39:08 +0100 Subject: [PATCH 01/82] Add a JSON store API Add a JSON store API (extendsclass.com) to Development section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03bb7d8..b868179 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ API | Description | Auth | HTTPS | CORS | | [CountAPI](https://countapi.xyz) | Free and simple counting service. You can use it to track page hits and specific events | No | Yes | Yes | | [DigitalOcean Status](https://status.digitalocean.com/api/v1) | Status of all DigitalOcean services | No | Yes | Unknown | | [DomainDb Info](https://domainsdb.info/apidomainsdb/index.php) | Domain name search to find all domains containing particular words/phrases/etc | No | Yes | Unknown | +| [ExtendsClass](https://extendsclass.com/json-storage.html) | A simple JSON store API | No | Yes | Yes | | [Faceplusplus](https://www.faceplusplus.com/) | A tool to detect face | `OAuth` | Yes | Unknown | | [Genderize.io](https://genderize.io) | Estimates a gender from a first name | No | Yes | Yes | | [GitHub](https://developer.github.com/v3/) | Make use of GitHub repositories, code and user info programmatically | `OAuth` | Yes | Yes | From b6907e4abb93fe3e1a5687f503a76d8b9e2c127c Mon Sep 17 00:00:00 2001 From: Tim van de Vathorst Date: Fri, 20 Dec 2019 00:45:24 +0100 Subject: [PATCH 02/82] Added Technical Analysis API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0d6760..875a9c8 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ API | Description | Auth | HTTPS | CORS | | [Nexchange](https://nexchange2.docs.apiary.io/) | Automated cryptocurrency exchange service | No | No | Yes | | [NiceHash](https://docs.nicehash.com/) | Largest Crypto Mining Marketplace | `apiKey` | Yes | Unknown | | [Poloniex](https://poloniex.com/support/api/) | US based digital asset exchange | `apiKey` | Yes | Unknown | +| [Technical Analysis API](https://technical-analysis-api.com) | Cryptocurrency prices and technical analysis | `apiKey` | Yes | No | | [WorldCoinIndex](https://www.worldcoinindex.com/apiservice) | Cryptocurrencies Prices | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)** From 15c87d157407fbcd5249c0c61cb0298d8184bf71 Mon Sep 17 00:00:00 2001 From: Jonathan Le Brun <42697488+icyfry@users.noreply.github.com> Date: Sat, 21 Dec 2019 00:52:18 +0100 Subject: [PATCH 03/82] Add cataas api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0d6760..a0ff72b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Cat Facts](https://alexwohlbruck.github.io/cat-facts/) | Daily cat facts | No | Yes | No | | [Cats](https://docs.thecatapi.com/) | Pictures of cats from Tumblr | `apiKey` | Yes | Unknown | +| [Cataas](https://cataas.com/) | Cat as a service (cats pictures and gifs) | No | Yes | Unknown | | [Dogs](https://dog.ceo/dog-api/) | Based on the Stanford Dogs Dataset | No | Yes | Yes | | [HTTPCat](https://http.cat/) | Cat for every HTTP Status | No | Yes | Unknown | | [IUCN](http://apiv3.iucnredlist.org/api/v3/docs) | IUCN Red List of Threatened Species | `apiKey` | No | Unknown | From 1a5c98020f733b7c110cbed15fa4140672367bc7 Mon Sep 17 00:00:00 2001 From: eschultze Date: Sat, 1 Feb 2020 20:17:10 -0300 Subject: [PATCH 04/82] Add phishstats.info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0d6760..2b8f570 100644 --- a/README.md +++ b/README.md @@ -737,6 +737,7 @@ API | Description | Auth | HTTPS | CORS | | [FilterLists](https://filterlists.com/api) | Lists of filters for adblockers and firewalls | No | Yes | Unknown | | [HaveIBeenPwned](https://haveibeenpwned.com/API/v3) | Passwords which have previously been exposed in data breaches | `apiKey` | Yes | Unknown | | [National Vulnerability Database](https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog) | U.S. National Vulnerability Database | No | Yes | Unknown | +| [PhishStats](https://phishstats.info/) | Phishing database | No | Yes | Unknown | | [SecurityTrails](https://securitytrails.com/corp/apidocs) | Domain and IP related information such as current and historical WHOIS and DNS records | `apiKey` | Yes | Unknown | | [Shodan](https://developer.shodan.io/) | Search engine for Internet connected devices | `apiKey` | Yes | Unknown | | [UK Police](https://data.police.uk/docs/) | UK Police data | No | Yes | Unknown | From c431f4b27ea7faf2f268bd6d5ecbcd45f2bd55e7 Mon Sep 17 00:00:00 2001 From: IP2WHOIS <61041475+IP2WHOIS@users.noreply.github.com> Date: Fri, 14 Feb 2020 16:15:50 +0800 Subject: [PATCH 05/82] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0d6760..959c610 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,7 @@ API | Description | Auth | HTTPS | CORS | | [StackExchange](https://api.stackexchange.com/) | Q&A forum for developers | `OAuth` | Yes | Unknown | | [Verse](https://verse.pawelad.xyz/) | Check what's the latest version of your favorite open-source project | No | Yes | Unknown | | [XML to JSON](https://developers.wso2apistore.com/) | Integration developer utility APIs | No | Yes | Unknown | +| [IP2WHOIS Information Lookup](https://www.ip2whois.com/) | WHOIS domain name lookup | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)** ### Dictionaries From c53da41bca266e42ec26f2d43b3b4b45d5e08559 Mon Sep 17 00:00:00 2001 From: IP2WHOIS <61041475+IP2WHOIS@users.noreply.github.com> Date: Fri, 14 Feb 2020 16:20:46 +0800 Subject: [PATCH 06/82] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 959c610..e190def 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ API | Description | Auth | HTTPS | CORS | | [HTTP2.Pro](https://http2.pro/doc/api) | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | | [IBM Text to Speech](https://console.bluemix.net/docs/services/text-to-speech/getting-started.html) | Convert text to speech | `apiKey` | Yes | Yes | | [import.io](http://api.docs.import.io/) | Retrieve structured data from a website or RSS feed | `apiKey` | Yes | Unknown | +| [IP2WHOIS Information Lookup](https://www.ip2whois.com/) | WHOIS domain name lookup | `apiKey` | Yes | Unknown | | [IPify](https://www.ipify.org/) | A simple IP Address API | No | Yes | Unknown | | [IPinfo](https://ipinfo.io/developers) | Another simple IP Address API | No | Yes | Unknown | | [JSON 2 JSONP](https://json2jsonp.com/) | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | Unknown | @@ -295,7 +296,7 @@ API | Description | Auth | HTTPS | CORS | | [StackExchange](https://api.stackexchange.com/) | Q&A forum for developers | `OAuth` | Yes | Unknown | | [Verse](https://verse.pawelad.xyz/) | Check what's the latest version of your favorite open-source project | No | Yes | Unknown | | [XML to JSON](https://developers.wso2apistore.com/) | Integration developer utility APIs | No | Yes | Unknown | -| [IP2WHOIS Information Lookup](https://www.ip2whois.com/) | WHOIS domain name lookup | `apiKey` | Yes | Unknown | + **[⬆ Back to Index](#index)** ### Dictionaries From 1879b162b098c6e95033937cc0384de790cbbd18 Mon Sep 17 00:00:00 2001 From: Mingli Yuan Date: Thu, 2 Apr 2020 14:56:01 +0800 Subject: [PATCH 07/82] add ColorfulClouds Weather API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 789393b..4351c01 100644 --- a/README.md +++ b/README.md @@ -958,6 +958,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [7Timer!](http://www.7timer.info/doc.php?lang=en) | Weather, especially for Astroweather | No | No | Unknown | | [APIXU](https://www.apixu.com/doc/request.aspx) | Weather | `apiKey` | Yes | Unknown | +| [ColorfulClouds](https://open.caiyunapp.com/ColorfulClouds_Weather_API) | Weather | `apiKey` | Yes | Yes | | [Dark Sky](https://darksky.net/dev/) | Weather | `apiKey` | Yes | No | | [MetaWeather](https://www.metaweather.com/api/) | Weather | No | Yes | No | | [Meteorologisk Institutt](https://api.met.no/weatherapi/documentation) | Weather and climate data | No | Yes | Unknown | From 147ddbb9ff207084bfcc28884b0626896d196091 Mon Sep 17 00:00:00 2001 From: koperdog Date: Tue, 28 Apr 2020 15:24:49 +0500 Subject: [PATCH 08/82] Star Wars Api added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66d4e94..6b19662 100644 --- a/README.md +++ b/README.md @@ -897,6 +897,7 @@ API | Description | Auth | HTTPS | CORS | | [Open Movie Database](http://www.omdbapi.com/) | Movie information | `apiKey` | Yes | Unknown | | [Ron Swanson Quotes](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | Television | No | Yes | Unknown | | [STAPI](http://stapi.co) | Information on all things Star Trek | No | No | No | +| [Star Wars](https://swapi.dev/) | Movie data | No | Yes | Yes | | [The Lord of the Rings](https://the-one-api.herokuapp.com/) | The Lord of the Rings API | `apiKey` | Yes | Unknown | | [TMDb](https://www.themoviedb.org/documentation/api) | Community-based movie data | `apiKey` | Yes | Unknown | | [Trakt](https://trakt.tv/b/api-docs) | Movie and TV Data | `apiKey` | Yes | Yes | From bf2a9f7bdf07576e49f89032d6b2ef0b987f2703 Mon Sep 17 00:00:00 2001 From: manthankool Date: Thu, 14 May 2020 19:50:10 +0530 Subject: [PATCH 09/82] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8db8ebf..bb104de 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,7 @@ API | Description | Auth | HTTPS | CORS | | [QuickChart](https://quickchart.io/) | Generate chart and graph images | No | Yes | Yes | | [ReqRes](https://reqres.in/ ) | A hosted REST-API ready to respond to your AJAX requests | No | Yes | Unknown | | [ScraperApi](https://www.scraperapi.com) | Easily build scalable web scrapers | `apiKey` | Yes | Unknown | +| [ScrapingDog](https://www.scrapingdog.com/) | Proxy API for web scraping | `apiKey` | Yes | Unknown | | [ScreenshotAPI.net](https://screenshotapi.net/) | Create pixel-perfect website screenshots | `apiKey` | Yes | Yes | | [SHOUTCLOUD](http://shoutcloud.io/) | ALL-CAPS AS A SERVICE | No | No | Unknown | | [StackExchange](https://api.stackexchange.com/) | Q&A forum for developers | `OAuth` | Yes | Unknown | From 4c4aa06be0d64f935b901620d3d3612e3742b145 Mon Sep 17 00:00:00 2001 From: manthankool Date: Thu, 14 May 2020 21:23:28 +0530 Subject: [PATCH 10/82] Adding another FREE API Adding Scrapingdog.com . It is a FREE web scraper that handles millions of proxies, browsers and CAPTCHAs to provide you with HTML of any web page in a single API call. It also provides Web Scraper for Chrome & Firefox and a software for instant scraping demands. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb104de..b0c40bc 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ API | Description | Auth | HTTPS | CORS | | [QuickChart](https://quickchart.io/) | Generate chart and graph images | No | Yes | Yes | | [ReqRes](https://reqres.in/ ) | A hosted REST-API ready to respond to your AJAX requests | No | Yes | Unknown | | [ScraperApi](https://www.scraperapi.com) | Easily build scalable web scrapers | `apiKey` | Yes | Unknown | -| [ScrapingDog](https://www.scrapingdog.com/) | Proxy API for web scraping | `apiKey` | Yes | Unknown | +| [ScrapingDog](https://www.scrapingdog.com/) | Proxy API for Web scraping | `apiKey` | Yes | Unknown | | [ScreenshotAPI.net](https://screenshotapi.net/) | Create pixel-perfect website screenshots | `apiKey` | Yes | Yes | | [SHOUTCLOUD](http://shoutcloud.io/) | ALL-CAPS AS A SERVICE | No | No | Unknown | | [StackExchange](https://api.stackexchange.com/) | Q&A forum for developers | `OAuth` | Yes | Unknown | From 2636f18653b44aecb2a6ada313e82b5c1410b4c0 Mon Sep 17 00:00:00 2001 From: rgd Date: Thu, 21 May 2020 11:42:18 +0200 Subject: [PATCH 11/82] ADD Mozilla Observatory scanner API --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8db8ebf..7379bfd 100644 --- a/README.md +++ b/README.md @@ -706,6 +706,8 @@ API | Description | Auth | HTTPS | CORS | | [SecurityTrails](https://securitytrails.com/corp/apidocs) | Domain and IP related information such as current and historical WHOIS and DNS records | `apiKey` | Yes | Unknown | | [Shodan](https://developer.shodan.io/) | Search engine for Internet connected devices | `apiKey` | Yes | Unknown | | [UK Police](https://data.police.uk/docs/) | UK Police data | No | Yes | Unknown | +| [Mozilla http scanner](https://http-observatory.security.mozilla.org/api/v1/) | Mozilla observatory http scanner | No | Yes | Unknown | +| [Mozilla tls scanner](https://tls-observatory.services.mozilla.com/api/v1/) | Mozilla observatory tls scanner | No | Yes | Unknown | **[⬆ Back to Index](#index)** ### Shopping From 0ffc628e22c1e6ef6bdc56126baf53d683647585 Mon Sep 17 00:00:00 2001 From: rgd Date: Thu, 21 May 2020 11:47:23 +0200 Subject: [PATCH 12/82] Mozilla Observatory ordered alphabetically --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7379bfd..54411ce 100644 --- a/README.md +++ b/README.md @@ -702,12 +702,12 @@ API | Description | Auth | HTTPS | CORS | | [FilterLists](https://filterlists.com) | Lists of filters for adblockers and firewalls | No | Yes | Unknown | | [FraudLabs Pro](https://www.fraudlabspro.com/developer/api/screen-order) | Screen order information using AI to detect frauds | `apiKey` | Yes | Unknown | | [HaveIBeenPwned](https://haveibeenpwned.com/API/v3) | Passwords which have previously been exposed in data breaches | `apiKey` | Yes | Unknown | +| [Mozilla http scanner](https://http-observatory.security.mozilla.org/api/v1/) | Mozilla observatory http scanner | No | Yes | Unknown | +| [Mozilla tls scanner](https://tls-observatory.services.mozilla.com/api/v1/) | Mozilla observatory tls scanner | No | Yes | Unknown | | [National Vulnerability Database](https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog) | U.S. National Vulnerability Database | No | Yes | Unknown | | [SecurityTrails](https://securitytrails.com/corp/apidocs) | Domain and IP related information such as current and historical WHOIS and DNS records | `apiKey` | Yes | Unknown | | [Shodan](https://developer.shodan.io/) | Search engine for Internet connected devices | `apiKey` | Yes | Unknown | | [UK Police](https://data.police.uk/docs/) | UK Police data | No | Yes | Unknown | -| [Mozilla http scanner](https://http-observatory.security.mozilla.org/api/v1/) | Mozilla observatory http scanner | No | Yes | Unknown | -| [Mozilla tls scanner](https://tls-observatory.services.mozilla.com/api/v1/) | Mozilla observatory tls scanner | No | Yes | Unknown | **[⬆ Back to Index](#index)** ### Shopping From 301e05ec4499618a57f281fd25987647fffb2643 Mon Sep 17 00:00:00 2001 From: rgd Date: Thu, 21 May 2020 11:54:26 +0200 Subject: [PATCH 13/82] Replace url to a valid url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54411ce..356934f 100644 --- a/README.md +++ b/README.md @@ -702,8 +702,8 @@ API | Description | Auth | HTTPS | CORS | | [FilterLists](https://filterlists.com) | Lists of filters for adblockers and firewalls | No | Yes | Unknown | | [FraudLabs Pro](https://www.fraudlabspro.com/developer/api/screen-order) | Screen order information using AI to detect frauds | `apiKey` | Yes | Unknown | | [HaveIBeenPwned](https://haveibeenpwned.com/API/v3) | Passwords which have previously been exposed in data breaches | `apiKey` | Yes | Unknown | -| [Mozilla http scanner](https://http-observatory.security.mozilla.org/api/v1/) | Mozilla observatory http scanner | No | Yes | Unknown | -| [Mozilla tls scanner](https://tls-observatory.services.mozilla.com/api/v1/) | Mozilla observatory tls scanner | No | Yes | Unknown | +| [Mozilla http scanner](https://github.com/mozilla/http-observatory/blob/master/httpobs/docs/api.md) | Mozilla observatory http scanner | No | Yes | Unknown | +| [Mozilla tls scanner](https://github.com/mozilla/tls-observatory#api-endpoints) | Mozilla observatory tls scanner | No | Yes | Unknown | | [National Vulnerability Database](https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog) | U.S. National Vulnerability Database | No | Yes | Unknown | | [SecurityTrails](https://securitytrails.com/corp/apidocs) | Domain and IP related information such as current and historical WHOIS and DNS records | `apiKey` | Yes | Unknown | | [Shodan](https://developer.shodan.io/) | Search engine for Internet connected devices | `apiKey` | Yes | Unknown | From de8a2b84a47a44011203773ea0c31e76f1ac5985 Mon Sep 17 00:00:00 2001 From: w3goodies Date: Mon, 1 Jun 2020 14:40:49 +0300 Subject: [PATCH 14/82] Update README.md Added Coronavirus Graphs API under News section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8db8ebf..89d6067 100644 --- a/README.md +++ b/README.md @@ -579,6 +579,7 @@ API | Description | Auth | HTTPS | CORS | | [Chronicling America](http://chroniclingamerica.loc.gov/about/api/) | Provides access to millions of pages of historic US newspapers from the Library of Congress | No | No | Unknown | | [Currents](https://currentsapi.services/) | Latest news published in various news sources, blogs and forums | `apiKey` | Yes | Yes | | [Feedbin](https://github.com/feedbin/feedbin-api) | RSS reader | `OAuth` | Yes | Unknown | +| [Graphs for Coronavirus](https://corona.dnsforfamily.com/api.txt) | Each Country separately and Worldwide Graphs for Coronavirus. Daily updates | No | Yes | Yes | | [New York Times](https://developer.nytimes.com/) | Provides news | `apiKey` | Yes | Unknown | | [News](https://newsapi.org/) | Headlines currently published on a range of news sources and blogs | `apiKey` | Yes | Unknown | | [NPR One](http://dev.npr.org/api/) | Personalized news listening experience from NPR | `OAuth` | Yes | Unknown | From 0d4eef2b111485cabb0274b5c9744873128bca16 Mon Sep 17 00:00:00 2001 From: Aderbal Farias Date: Sat, 20 Jun 2020 19:23:06 +0100 Subject: [PATCH 15/82] Added hubblesite API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c0dfd2..2fe8aa5 100644 --- a/README.md +++ b/README.md @@ -674,6 +674,7 @@ API | Description | Auth | HTTPS | CORS | | [arcsecond.io](https://api.arcsecond.io/) | Multiple astronomy data sources | No | Yes | Unknown | | [CORE](https://core.ac.uk/services#api) | Access the world's Open Access research papers | `apiKey` | Yes | Unknown | | [GBIF](http://api.gbif.org/v1/) | Global Biodiversity Information Facility | No | Yes | Yes | +| [hubblesite](http://hubblesite.org/api/documentation/) | Space Telescope News Releases | No | No | Unknown | | [iDigBio](https://github.com/idigbio/idigbio-search-api/wiki) | Access millions of museum specimens from organizations around the world | No | Yes | Unknown | | [inspirehep.net](https://inspirehep.net/info/hep/api?ln=en) | High Energy Physics info. system | No | Yes | Unknown | | [ITIS](https://www.itis.gov/ws_description.html) | Integrated Taxonomic Information System | No | Yes | Unknown | From 6db368cd6cf1781494704e5ec09e22096cbf0cc2 Mon Sep 17 00:00:00 2001 From: Evgeny Blokhin Date: Fri, 17 Jul 2020 16:25:31 +0200 Subject: [PATCH 16/82] Add MPDS: the public source of the materials science data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c0dfd2..690f187 100644 --- a/README.md +++ b/README.md @@ -678,6 +678,7 @@ API | Description | Auth | HTTPS | CORS | | [inspirehep.net](https://inspirehep.net/info/hep/api?ln=en) | High Energy Physics info. system | No | Yes | Unknown | | [ITIS](https://www.itis.gov/ws_description.html) | Integrated Taxonomic Information System | No | Yes | Unknown | | [Launch Library](https://launchlibrary.net/docs/1.3/api.html) | Upcoming Space Launches | No | Yes | Unknown | +| [Materials Platform for Data Science](https://mpds.io) | Curated experimental data for materials science | `apiKey` | Yes | No | | [Minor Planet Center](http://www.asterank.com/mpc) | Asterank.com Information | No | No | Unknown | | [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Unknown | | [NASA APOD (unofficial API)](https://apodapi.herokuapp.com/) | API for getting APOD (Astronomy Image of the Day) images along with metadata | No | Yes | Yes | From c5a9a66f9bd8a873383077eae3a9962ef967ce43 Mon Sep 17 00:00:00 2001 From: Franz Date: Fri, 4 Sep 2020 15:38:26 +0200 Subject: [PATCH 17/82] Added Unixtime conversion service Free REST API to convert datetime stamps to Unixtime and Unixtime to datetime --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05e3417..548ae7a 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ API | Description | Auth | HTTPS | CORS | | [ScreenshotAPI.net](https://screenshotapi.net/) | Create pixel-perfect website screenshots | `apiKey` | Yes | Yes | | [SHOUTCLOUD](http://shoutcloud.io/) | ALL-CAPS AS A SERVICE | No | No | Unknown | | [StackExchange](https://api.stackexchange.com/) | Q&A forum for developers | `OAuth` | Yes | Unknown | +| [Unixtime](http://unixtime.co.za/) | Convert to and from Unixtime | No | Yes | Unknown | **[⬆ Back to Index](#index)** ### Dictionaries From 066dbdabcbcb9827ccabc8b0964b66d138b1a11b Mon Sep 17 00:00:00 2001 From: Frank Sandqvist <32358133+FrankSandqvist@users.noreply.github.com> Date: Sun, 27 Sep 2020 22:56:19 +0300 Subject: [PATCH 18/82] Updated Vector express --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e3417..b0bba8e 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ API | Description | Auth | HTTPS | CORS | | [PrexView](https://prexview.com) | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | Unknown | | [Restpack](https://restpack.io/) | Provides screenshot, HTML to PDF and content extraction APIs | `apiKey` | Yes | Unknown | | [Todoist](https://developer.todoist.com) | Todo Lists | `OAuth` | Yes | Unknown | -| [Vector Express](http://vector.express) | Free vector file converting API | No | No | Yes | +| [Vector Express v2.0](http://vector.express) | Free vector file converting API | No | Yes | No | | [WakaTime](https://wakatime.com/developers) | Automated time tracking leaderboards for programmers | No | Yes | Unknown | | [Wunderlist](https://developer.wunderlist.com/documentation) | Todo Lists | `OAuth` | Yes | Unknown | From 500ecc392c83358a84f6fcf8b81c4ee8cf75e99d Mon Sep 17 00:00:00 2001 From: ThatCopy <62877244+ThatCopy@users.noreply.github.com> Date: Tue, 29 Sep 2020 19:39:14 +0200 Subject: [PATCH 19/82] add catapi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05e3417..738c06a 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Cat Facts](https://alexwohlbruck.github.io/cat-facts/) | Daily cat facts | No | Yes | No | | [Cats](https://docs.thecatapi.com/) | Pictures of cats from Tumblr | `apiKey` | Yes | Unknown | +| [catAPI](https://thatcopy.pw/catapi) | Random pictures of cats | No | Yes | Yes | | [Dogs](https://dog.ceo/dog-api/) | Based on the Stanford Dogs Dataset | No | Yes | Yes | | [HTTPCat](https://http.cat/) | Cat for every HTTP Status | No | Yes | Unknown | | [IUCN](http://apiv3.iucnredlist.org/api/v3/docs) | IUCN Red List of Threatened Species | `apiKey` | No | Unknown | From f853e1bcfe6dcc617710d5163d7e030f4104794b Mon Sep 17 00:00:00 2001 From: ThatCopy <62877244+ThatCopy@users.noreply.github.com> Date: Tue, 29 Sep 2020 19:45:08 +0200 Subject: [PATCH 20/82] Sort by alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738c06a..c2fdea2 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ Please note a passing build status indicates all listed APIs are available since API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Cat Facts](https://alexwohlbruck.github.io/cat-facts/) | Daily cat facts | No | Yes | No | -| [Cats](https://docs.thecatapi.com/) | Pictures of cats from Tumblr | `apiKey` | Yes | Unknown | | [catAPI](https://thatcopy.pw/catapi) | Random pictures of cats | No | Yes | Yes | +| [Cats](https://docs.thecatapi.com/) | Pictures of cats from Tumblr | `apiKey` | Yes | Unknown | | [Dogs](https://dog.ceo/dog-api/) | Based on the Stanford Dogs Dataset | No | Yes | Yes | | [HTTPCat](https://http.cat/) | Cat for every HTTP Status | No | Yes | Unknown | | [IUCN](http://apiv3.iucnredlist.org/api/v3/docs) | IUCN Red List of Threatened Species | `apiKey` | No | Unknown | From d620ed539c9471bbaf70c3f5940ea87e3fd2bf9f Mon Sep 17 00:00:00 2001 From: David <62877244+ThatCopy@users.noreply.github.com> Date: Sun, 25 Oct 2020 20:29:51 +0100 Subject: [PATCH 21/82] Change URL Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2fdea2..d8582a5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Please note a passing build status indicates all listed APIs are available since API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Cat Facts](https://alexwohlbruck.github.io/cat-facts/) | Daily cat facts | No | Yes | No | -| [catAPI](https://thatcopy.pw/catapi) | Random pictures of cats | No | Yes | Yes | +| [catAPI](https://github.com/ThatCopy/catAPI/wiki/Usage) | Random pictures of cats | No | Yes | Yes | | [Cats](https://docs.thecatapi.com/) | Pictures of cats from Tumblr | `apiKey` | Yes | Unknown | | [Dogs](https://dog.ceo/dog-api/) | Based on the Stanford Dogs Dataset | No | Yes | Yes | | [HTTPCat](https://http.cat/) | Cat for every HTTP Status | No | Yes | Unknown | From e3b2d631196250a65303514ad782bcac49b1b3a4 Mon Sep 17 00:00:00 2001 From: sbwww <45259695+sbwww@users.noreply.github.com> Date: Wed, 18 Nov 2020 22:43:11 +0800 Subject: [PATCH 22/82] Added information of QWeather in README.md QWeather, also named HeWeather, provides free weather api for developers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75b3e44..6f588c4 100644 --- a/README.md +++ b/README.md @@ -927,6 +927,7 @@ API | Description | Auth | HTTPS | CORS | | [ODWeather](http://api.oceandrivers.com/static/docs.html) | Weather and weather webcams | No | No | Unknown | | [OpenUV](https://www.openuv.io) | Real-time UV Index Forecast | `apiKey` | Yes | Unknown | | [OpenWeatherMap](https://openweathermap.org/api) | Weather | `apiKey` | Yes | Unknown | +| [QWeather](https://dev.qweather.com/) | Location-based weather data | `apiKey` | Yes | Yes | | [Storm Glass](https://stormglass.io/) | Global marine weather from multiple sources | `apiKey` | Yes | Yes | | [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown | | [Yahoo! Weather](https://developer.yahoo.com/weather/) | Weather | `apiKey` | Yes | Unknown | From a6524489b842490357f57ee3e13ffa319dcee98d Mon Sep 17 00:00:00 2001 From: Agustin Bacigalup Date: Wed, 18 Nov 2020 22:38:51 -0300 Subject: [PATCH 23/82] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75b3e44..1ceb1b3 100644 --- a/README.md +++ b/README.md @@ -698,6 +698,7 @@ API | Description | Auth | HTTPS | CORS | | [Numbers](http://numbersapi.com) | Facts about numbers | No | No | Unknown | | [Open Notify](http://open-notify.org/Open-Notify-API/) | ISS astronauts, current location, etc | No | No | Unknown | | [Open Science Framework](https://developer.osf.io) | Repository and archive for study designs, research materials, data, manuscripts, etc | No | Yes | Unknown | +| [Satellite Passes](https://satellites.fly.dev) | Query next satellite passes above you | No | Yes | Yes | | [SHARE](https://share.osf.io/api/v2/) | A free, open, dataset about research and scholarly activities | No | Yes | Unknown | | [SpaceX](https://github.com/r-spacex/SpaceX-API) | Company, vehicle, launchpad and launch data | No | Yes | Unknown | | [Sunrise and Sunset](https://sunrise-sunset.org/api) | Sunset and sunrise times for a given latitude and longitude | No | Yes | Unknown | From 3ce8f169786af1c9473514a37c540f8b34cc63ae Mon Sep 17 00:00:00 2001 From: Nicholas Moore Date: Sun, 29 Nov 2020 15:58:46 +0300 Subject: [PATCH 24/82] Add Twelve Data API (finance section) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c3b67c..1182fd3 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,7 @@ API | Description | Auth | HTTPS | CORS | | [Plaid](https://plaid.com/) | Connect with users’ bank accounts and access transaction data | `apiKey` | Yes | Unknown | | [Razorpay IFSC](https://ifsc.razorpay.com/) | Indian Financial Systems Code (Bank Branch Codes) | No | Yes | Unknown | | [Tradier](https://developer.tradier.com) | US equity/option market data (delayed, intraday, historical) | `OAuth` | Yes | Yes | +| [Twelve Data](https://twelvedata.com/) | Stock market data (real-time & historical) | `apiKey` | Yes | Unknown | | [YNAB](https://api.youneedabudget.com/) | Budgeting & Planning | `OAuth` | Yes | Yes | **[⬆ Back to Index](#index)** From b1626c81bdeace4fdc1f118694eb2316c2f74cec Mon Sep 17 00:00:00 2001 From: Quentin Decoudier Date: Sun, 29 Nov 2020 18:13:36 +0100 Subject: [PATCH 25/82] Add Board Game Geek API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c3b67c..33d96a5 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Age of Empires II](https://age-of-empires-2-api.herokuapp.com) | Get information about Age of Empires II resources | No | Yes | Unknown | +| [Board Game Geek](https://boardgamegeek.com/wiki/page/BGG_XML_API2) | Board games, RPG and videogames | No | Yes | No | | [CheapShark](https://www.cheapshark.com/api) | Steam/PC Game Prices and Deals | No | Yes | Yes | | [Chuck Norris Database](http://www.icndb.com/api/) | Jokes | No | No | Unknown | | [Clash of Clans](https://developer.clashofclans.com) | Clash of Clans Game Information | `apiKey` | Yes | Unknown | From 90dceed4de7bdf2d916d905e937a90b76b80e562 Mon Sep 17 00:00:00 2001 From: Tahmid Rahman <37428982+thm1d@users.noreply.github.com> Date: Fri, 4 Dec 2020 20:27:50 +0600 Subject: [PATCH 26/82] Added YTS API in Video Category --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c3b67c..be40cae 100644 --- a/README.md +++ b/README.md @@ -913,6 +913,8 @@ API | Description | Auth | HTTPS | CORS | | [TVMaze](http://www.tvmaze.com/api) | TV Show Data | No | No | Unknown | | [Vimeo](https://developer.vimeo.com/) | Vimeo Developer API | `OAuth` | Yes | Unknown | | [YouTube](https://developers.google.com/youtube/) | Add YouTube functionality to your sites and apps | `OAuth` | Yes | Unknown | +| [YTS](https://yts.mx/api) | Movie Data | No | Yes | Unknown | + **[⬆ Back to Index](#index)** ### Weather From 08cdc36bb700c549f7b529c7d078429abb40b2d8 Mon Sep 17 00:00:00 2001 From: Zak DeBrine Date: Fri, 4 Dec 2020 10:23:31 -0700 Subject: [PATCH 27/82] Added SpotSense API information to geocoding section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c3b67c..2673c98 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ API | Description | Auth | HTTPS | CORS | | [PostcodeData.nl](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | Provide geolocation data based on postcode for Dutch addresses | No | No | Unknown | | [Postcodes.io](https://postcodes.io) | Postcode lookup & Geolocation for the UK | No | Yes | Yes | | [REST Countries](https://restcountries.eu) | Get information about countries via a RESTful API | No | Yes | Unknown | +| [SpotSense](https://www.spotsense.io) | Add location based interactions to your mobile app | `apiKey` | Yes | Unknown | | [Uebermaps](https://uebermaps.com/api/v2) | Discover and share maps with friends | `apiKey` | Yes | Unknown | | [US ZipCode](https://smartystreets.com/docs/cloud/us-zipcode-api) | Validate and append data for any US ZipCode | `apiKey` | Yes | Yes | | [Utah AGRC](https://api.mapserv.utah.gov) | Utah Web API for geocoding Utah addresses | `apiKey` | Yes | Unknown | From 88402829ced9fff704e7a6c5380cb19dd5a671cf Mon Sep 17 00:00:00 2001 From: jvautrot Date: Fri, 18 Dec 2020 13:28:07 -0500 Subject: [PATCH 28/82] Adds Boston MBTA API to Transportation The Boston MBTA API provides easy access to MBTA schedules, alerts, and real-time transit information. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29b46e..b48cce7 100644 --- a/README.md +++ b/README.md @@ -828,6 +828,7 @@ API | Description | Auth | HTTPS | CORS | | [Amadeus Travel Innovation Sandbox](https://sandbox.amadeus.com/) | Travel Search - Limited usage | `apiKey` | Yes | Unknown | | [Bay Area Rapid Transit](http://api.bart.gov) | Stations and predicted arrivals for BART | `apiKey` | No | Unknown | | [BlaBlaCar](https://dev.blablacar.com) | Search car sharing trips | `apiKey` | Yes | Unknown | +| [Boston MBTA Transit](https://www.mbta.com/developers/v3-api) | Stations and predicted arrivals for MBTA | `apiKey` | Yes | Unknown | | [Community Transit](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints) | Transitland API | No | Yes | Unknown | | [GraphHopper](https://graphhopper.com/api/1/docs/) | A-to-B routing with turn-by-turn instructions | `apiKey` | Yes | Unknown | | [Icelandic APIs](http://docs.apis.is/) | Open APIs that deliver services in or regarding Iceland | No | Yes | Unknown | From e27a7acc1afc28572694eaf8f38cdfe8406e7f60 Mon Sep 17 00:00:00 2001 From: filip_trojan Date: Sun, 27 Dec 2020 09:55:14 +0100 Subject: [PATCH 29/82] added openrouteservice.org --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29b46e..bae9c25 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ API | Description | Auth | HTTPS | CORS | | [One Map, Singapore](https://docs.onemap.sg/) | Singapore Land Authority REST API services for Singapore addresses | `apiKey` | Yes | Unknown | | [OnWater](https://onwater.io/) | Determine if a lat/lon is on water or land | No | Yes | Unknown | | [OpenCage](https://opencagedata.com) | Forward and reverse geocoding using open data | `apiKey` | Yes | Yes | +| [openrouteservice.org](https://openrouteservice.org/) | Direction, time-distance matrix, POIs, Isochrones, Geocoding and reverse geocoding, Elevation, Route optimzation | `apiKey` | Yes | Unknown | | [OpenStreetMap](http://wiki.openstreetmap.org/wiki/API) | Navigation, geolocation and geographical data | `OAuth` | No | Unknown | | [PostcodeData.nl](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | Provide geolocation data based on postcode for Dutch addresses | No | No | Unknown | | [Postcodes.io](https://postcodes.io) | Postcode lookup & Geolocation for the UK | No | Yes | Yes | From 2524d0337d21d969c27f5ff42382cc34ecdce6a8 Mon Sep 17 00:00:00 2001 From: filip_trojan Date: Sun, 27 Dec 2020 10:04:42 +0100 Subject: [PATCH 30/82] description should not exceed 100 characters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bae9c25..7606842 100644 --- a/README.md +++ b/README.md @@ -452,7 +452,7 @@ API | Description | Auth | HTTPS | CORS | | [One Map, Singapore](https://docs.onemap.sg/) | Singapore Land Authority REST API services for Singapore addresses | `apiKey` | Yes | Unknown | | [OnWater](https://onwater.io/) | Determine if a lat/lon is on water or land | No | Yes | Unknown | | [OpenCage](https://opencagedata.com) | Forward and reverse geocoding using open data | `apiKey` | Yes | Yes | -| [openrouteservice.org](https://openrouteservice.org/) | Direction, time-distance matrix, POIs, Isochrones, Geocoding and reverse geocoding, Elevation, Route optimzation | `apiKey` | Yes | Unknown | +| [openrouteservice.org](https://openrouteservice.org/) | Directions, POIs, isochrones, geocoding (+reverse), elevation, and more | `apiKey` | Yes | Unknown | | [OpenStreetMap](http://wiki.openstreetmap.org/wiki/API) | Navigation, geolocation and geographical data | `OAuth` | No | Unknown | | [PostcodeData.nl](http://api.postcodedata.nl/v1/postcode/?postcode=1211EP&streetnumber=60&ref=domeinnaam.nl&type=json) | Provide geolocation data based on postcode for Dutch addresses | No | No | Unknown | | [Postcodes.io](https://postcodes.io) | Postcode lookup & Geolocation for the UK | No | Yes | Yes | From 950177e479d07ea05272424603c1f3f699e139a5 Mon Sep 17 00:00:00 2001 From: bvlaar Date: Sun, 27 Dec 2020 21:44:07 +0000 Subject: [PATCH 31/82] adds carboninterface --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29b46e..8309e64 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [AirVisual](https://airvisual.com/api) | Air quality and weather data | `apiKey` | Yes | Unknown | +| [Carbon Interface](https://docs.carboninterface.com/) | API to calculate carbon (C02) emissions estimates for common C02 emitting activities | `apiKey` | Yes | Yes | | [GrünstromIndex](https://www.corrently.de/hintergrund/gruenstromindex/index.html) | Green Power Index for Germany (Grünstromindex/GSI) | No | No | Yes | | [OpenAQ](https://docs.openaq.org/) | Open air quality data | `apiKey` | Yes | Unknown | | [PM25.in](http://www.pm25.in/api_doc) | Air quality of China | `apiKey` | No | Unknown | From af4c4d8ab44b9c8b0770f6da5f0e3cc9eaeeb22b Mon Sep 17 00:00:00 2001 From: Angelina Tsuboi <51937266+angelina-tsuboi@users.noreply.github.com> Date: Mon, 28 Dec 2020 12:16:36 +0900 Subject: [PATCH 32/82] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29b46e..3730940 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ API | Description | Auth | HTTPS | CORS | | [GitHub](https://docs.github.com/en/free-pro-team@latest/rest) | Make use of GitHub repositories, code and user info programmatically | `OAuth` | Yes | Yes | | [Gitlab](https://docs.gitlab.com/ee/api/) | Automate GitLab interaction programmatically | `OAuth` | Yes | Unknown | | [Gitter](https://developer.gitter.im/docs/welcome) | Chat for Developers | `OAuth` | Yes | Unknown | +| [Hexabin](http://hexabin-api.com/) | Convert and retrieve hexadecimal, binary, decimal, and octal values with ease | No | No | Unknown | | [HTTP2.Pro](https://http2.pro/doc/api) | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | | [IBM Text to Speech](https://cloud.ibm.com/docs/text-to-speech/getting-started.html) | Convert text to speech | `apiKey` | Yes | Yes | | [IBM Visual Recognition](https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v3) | Visual Recognition with pretrained or user trained model | `apiKey` | Yes | Unknown | From 44092094f7300c8b4e33e450dc32993195d7fc0d Mon Sep 17 00:00:00 2001 From: RobinOBrien Date: Tue, 29 Dec 2020 11:14:13 +0200 Subject: [PATCH 33/82] Update README.md Adds link to VALR's (Cryptocurrency Exchange in South Africa) API documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29b46e..bdec73c 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ API | Description | Auth | HTTPS | CORS | | [MercadoBitcoin](https://www.mercadobitcoin.net/api-doc/) | Brazilian Cryptocurrency Information | No | Yes | Unknown | | [Nexchange](https://nexchange2.docs.apiary.io/) | Automated cryptocurrency exchange service | No | No | Yes | | [Poloniex](https://poloniex.com/support/api/) | US based digital asset exchange | `apiKey` | Yes | Unknown | +| [VALR](https://docs.valr.com/) | Cryptocurrency Exchange based in South Africa | `apiKey` | Yes | Unknown | | [WorldCoinIndex](https://www.worldcoinindex.com/apiservice) | Cryptocurrencies Prices | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)** From 6d03b0dd56bf014a17c4f2618bc098d04bffdbfd Mon Sep 17 00:00:00 2001 From: Naveen Alavilli Date: Tue, 29 Dec 2020 09:49:41 -0600 Subject: [PATCH 34/82] Added LiteLink in URL shorteners --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29b46e..8c93ed3 100644 --- a/README.md +++ b/README.md @@ -880,6 +880,7 @@ API | Description | Auth | HTTPS | CORS | | [CleanURI](https://cleanuri.com/docs) | URL shortener service | `No` | Yes | Yes | | [ClickMeter](https://support.clickmeter.com/hc/en-us/categories/201474986) | Monitor, compare and optimize your marketing links | `apiKey` | Yes | Unknown | | [Rebrandly](https://developers.rebrandly.com/v1/docs) | Custom URL shortener for sharing branded links | `apiKey` | Yes | Unknown | +| [LiteLink](https://litelink.ml/) | Simple URL Shortener | `No` | Yes | Yes | **[⬆ Back to Index](#index)** ### Vehicle From 05ac6d591fe03710a957b3d2c3d1af30d9e503f0 Mon Sep 17 00:00:00 2001 From: Naveen Alavilli Date: Tue, 29 Dec 2020 09:52:25 -0600 Subject: [PATCH 35/82] Corrected ordering in URL shorteners --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c93ed3..4155eb9 100644 --- a/README.md +++ b/README.md @@ -879,8 +879,9 @@ API | Description | Auth | HTTPS | CORS | | [Bitly](http://dev.bitly.com/get_started.html) | URL shortener and link management | `OAuth` | Yes | Unknown | | [CleanURI](https://cleanuri.com/docs) | URL shortener service | `No` | Yes | Yes | | [ClickMeter](https://support.clickmeter.com/hc/en-us/categories/201474986) | Monitor, compare and optimize your marketing links | `apiKey` | Yes | Unknown | -| [Rebrandly](https://developers.rebrandly.com/v1/docs) | Custom URL shortener for sharing branded links | `apiKey` | Yes | Unknown | | [LiteLink](https://litelink.ml/) | Simple URL Shortener | `No` | Yes | Yes | +| [Rebrandly](https://developers.rebrandly.com/v1/docs) | Custom URL shortener for sharing branded links | `apiKey` | Yes | Unknown | + **[⬆ Back to Index](#index)** ### Vehicle From b56a31aa827af323cb6b70da26ce40824880fb03 Mon Sep 17 00:00:00 2001 From: Yug34 <53560276+Yug34@users.noreply.github.com> Date: Fri, 1 Jan 2021 17:05:31 +0530 Subject: [PATCH 36/82] Added ColourLovers API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29b46e..4fa1530 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Behance](https://www.behance.net/dev) | Design | `apiKey` | Yes | Unknown | +| [ColourLovers](http://www.colourlovers.com/api) | Get various patterns, palettes and images | No | No | Unknown | | [Cooper Hewitt](https://collection.cooperhewitt.org/api) | Smithsonian Design Museum | `apiKey` | Yes | Unknown | | [Dribbble](http://developer.dribbble.com/v2/) | Design | `OAuth` | No | Unknown | | [Harvard Art Museums](https://github.com/harvardartmuseums/api-docs) | Art | `apiKey` | No | Unknown | From ff102ebd0d89cb619e43004d8a770d5c34746e10 Mon Sep 17 00:00:00 2001 From: james-parkin <77034888+james-parkin@users.noreply.github.com> Date: Wed, 6 Jan 2021 10:45:08 -0800 Subject: [PATCH 37/82] Add Hyrule compendium --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a86e7b..a8b445a 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,7 @@ API | Description | Auth | HTTPS | CORS | | [Halo](https://developer.haloapi.com/) | Halo 5 and Halo Wars 2 Information | `apiKey` | Yes | Unknown | | [Hearthstone](http://hearthstoneapi.com/) | Hearthstone Cards Information | `X-Mashape-Key` | Yes | Unknown | | [Hypixel](https://api.hypixel.net/) | Hypixel player stats | `apiKey` | Yes | Unknown | +| [Hyrule Compendium](https://github.com/gadhagod/Hyrule-Compendium-API) | Data on all interactive items from The Legend of Zelda: BOTW | No | Yes | Unknown | | [Hytale](https://hytale-api.com/) | Hytale blog posts and jobs | No | Yes | Unknown | | [IGDB.com](https://api.igdb.com/) | Video Game Database | `apiKey` | Yes | Unknown | | [JokeAPI](https://sv443.net/jokeapi/v2/) | Programming, Miscellaneous and Dark Jokes | No | Yes | Yes | From 5fa96397136a4d2dbebd496f369fcc9e39787682 Mon Sep 17 00:00:00 2001 From: rookiemonkey Date: Tue, 19 Jan 2021 14:56:42 +0800 Subject: [PATCH 38/82] add dummy products api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..e7d6943 100644 --- a/README.md +++ b/README.md @@ -723,6 +723,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Best Buy](https://bestbuyapis.github.io/api-documentation/#overview) | Products, Buying Options, Categories, Recommendations, Stores and Commerce | `apiKey` | Yes | Unknown | | [Bratabase](https://developers.bratabase.com/) | Database of different types of Bra Sizes | `OAuth` | Yes | Unknown | +| [Dummy Products](https://dummyproducts-api.herokuapp.com/) | An api to fetch dummy e-commerce products JSON data with placeholder images | `apiKey` | Yes | Yes | | [eBay](https://go.developer.ebay.com/) | Sell and Buy on eBay | `OAuth` | Yes | Unknown | | [Wal-Mart](https://developer.walmartlabs.com/docs) | Item price and availability | `apiKey` | Yes | Unknown | | [Wegmans](https://dev.wegmans.io) | Wegmans Food Markets | `apiKey` | Yes | Unknown | From f00dd23cf25d66195dbd6f2f64b39b15ad61751f Mon Sep 17 00:00:00 2001 From: AGILAN Date: Sat, 23 Jan 2021 14:01:41 +0530 Subject: [PATCH 39/82] Added Thirukkural API in Books category Added Thirukkural API in Books category -- API returning all 1330 Thirukkural poems and explanation in Tamil and English --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..5939396 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ API | Description | Auth | HTTPS | CORS | | [Open Library](https://openlibrary.org/developers/api) | Books, book covers and related data | No | Yes | No | | [Penguin Publishing](http://www.penguinrandomhouse.biz/webservices/rest/) | Books, book covers and related data | No | Yes | Unknown | | [Rig Veda](https://aninditabasu.github.io/indica/html/rv.html) | Gods and poets, their categories, and the verse meters, with the mandal and sukta number | No | Yes | Unknown | +| [Thirukkural](https://api-thirukkural.web.app/) | 1330 Thirukkural poems and explanation in Tamil and English | No | Yes | Yes | | [Vedic Society](https://aninditabasu.github.io/indica/html/vs.html) | Descriptions of all nouns (names, places, animals, things) from vedic literature | No | Yes | Unknown | **[⬆ Back to Index](#index)** From 4537423c4a8b8180eaab7c8e9d620eefbaaf6129 Mon Sep 17 00:00:00 2001 From: darkroasted <61181739+darkroasted@users.noreply.github.com> Date: Sat, 23 Jan 2021 10:36:25 +0100 Subject: [PATCH 40/82] Update README.md Added an api to the cloud storage section. More info is available at https://gofile.io/api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..d307b8b 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Box](https://developer.box.com/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [Dropbox](https://www.dropbox.com/developers) | File Sharing and Storage | `OAuth` | Yes | Unknown | +| [GoFile](https://gofile.io/api) | Unlimited size file uploads for free | `apiKey` | Yes | Unknown | | [Google Drive](https://developers.google.com/drive/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [OneDrive](https://dev.onedrive.com/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [Pastebin](https://pastebin.com/api/) | Plain Text Storage | `apiKey` | Yes | Unknown | From a699e9b90f48e3a11b5b3170a58b4d99e0b85242 Mon Sep 17 00:00:00 2001 From: Dinesh101041 Date: Tue, 26 Jan 2021 14:08:52 +0530 Subject: [PATCH 41/82] Added Kaggle API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..b8e9063 100644 --- a/README.md +++ b/README.md @@ -603,6 +603,7 @@ API | Description | Auth | HTTPS | CORS | | [CivicFeed](https://developers.civicfeed.com/) | News articles and public datasets | `apiKey` | Yes | Unknown | | [Enigma Public](http://docs.enigma.com/public/public_v20_api_about) | Broadest collection of public data | `apiKey` | Yes | Yes | | [French Address Search](https://geo.api.gouv.fr/adresse) | Address search via the French Government | No | Yes | Unknown | +| [Kaggle](https://www.kaggle.com/docs/api) | Create and interact with Datasets, Notebooks, and connect with Kaggle | `apiKey` | Yes | Unknown | | [LinkPreview](https://www.linkpreview.net) | Get JSON formatted summary with title, description and preview image for any requested URL | `apiKey` | Yes | Yes | | [Marijuana Strains](http://strains.evanbusse.com/) | Marijuana strains, races, flavors and effects | `apiKey` | No | Unknown | | [Microlink.io](https://microlink.io) | Extract structured data from any website | No | Yes | Yes | From e708fdacddc2de0b1325e583f9178bff55dae94e Mon Sep 17 00:00:00 2001 From: Illya Moskvin Date: Tue, 26 Jan 2021 21:13:08 -0600 Subject: [PATCH 42/82] Add Art Institute of Chicago API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..c8ad84b 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ API | Description | Auth | HTTPS | CORS | ### Art & Design API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [Art Institute of Chicago](https://api.artic.edu/docs/) | Art | No | Yes | Yes | | [Behance](https://www.behance.net/dev) | Design | `apiKey` | Yes | Unknown | | [Cooper Hewitt](https://collection.cooperhewitt.org/api) | Smithsonian Design Museum | `apiKey` | Yes | Unknown | | [Dribbble](http://developer.dribbble.com/v2/) | Design | `OAuth` | No | Unknown | From 77eb841a3a038cb63029a0ff33c6205b5d8aaf6f Mon Sep 17 00:00:00 2001 From: Hadi Alqattan Date: Sun, 31 Jan 2021 16:40:59 +0300 Subject: [PATCH 43/82] Add: Open Government, Saudi Arabia api. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..9ef5571 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ API | Description | Auth | HTTPS | CORS | | [Open Government, Italy](https://www.dati.gov.it/) | Italy Government Open Data | No | Yes | Unknown | | [Open Government, New Zealand](https://www.data.govt.nz/) | New Zealand Government Open Data | No | Yes | Unknown | | [Open Government, Romania](http://data.gov.ro/) | Romania Government Open Data | No | No | Unknown | +| [Open Government, Saudi Arabia](https://data.gov.sa) | Saudi Arabia Government Open Data | No | Yes | Unknown | | [Open Government, Taiwan](https://data.gov.tw/) | Taiwan Government Open Data | No | Yes | Unknown | | [Open Government, USA](https://www.data.gov/) | United States Government Open Data | No | Yes | Unknown | | [Regulations.gov](https://regulationsgov.github.io/developers/) | Federal regulatory materials to increase understanding of the Federal rule making process | `apiKey` | Yes | Unknown | From de59d3a3a90037685748261d27f8631c4d4475cd Mon Sep 17 00:00:00 2001 From: Oleg Kulyk Date: Wed, 10 Feb 2021 00:14:56 +0200 Subject: [PATCH 44/82] Add ScrapingAnt API to the Development category I've added the ScrapingAnt API in the README.md file. It's a great API with the availability of free usage. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..b060cf7 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ API | Description | Auth | HTTPS | CORS | | [ReqRes](https://reqres.in/ ) | A hosted REST-API ready to respond to your AJAX requests | No | Yes | Unknown | | [Scraper.AI](https://docs.scraper.ai/#/) | Extract and monitor data from any website | `apiKey` | Yes | Unknown | | [ScraperApi](https://www.scraperapi.com) | Easily build scalable web scrapers | `apiKey` | Yes | Unknown | +| [ScrapingAnt](https://docs.scrapingant.com) | Headless Chrome scraping with a simple API | `apiKey` | Yes | Unknown | | [ScreenshotAPI.net](https://screenshotapi.net/) | Create pixel-perfect website screenshots | `apiKey` | Yes | Yes | | [SHOUTCLOUD](http://shoutcloud.io/) | ALL-CAPS AS A SERVICE | No | No | Unknown | | [StackExchange](https://api.stackexchange.com/) | Q&A forum for developers | `OAuth` | Yes | Unknown | From b9984a767a3fa80c44afc5a2c42beffb1be4bd6e Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 10 Feb 2021 21:23:59 +0000 Subject: [PATCH 45/82] Added Crossref rest api under books --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..bc82162 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Bhagavad Gita](https://bhagavadgita.io/api) | Bhagavad Gita text | `OAuth` | Yes | Yes | | [British National Bibliography](http://bnb.data.bl.uk/) | Books | No | No | Unknown | +| [Crossref Metadata Search](https://github.com/CrossRef/rest-api-doc) | Books & Articles Metadata | No | Yes | Unknown | | [Google Books](https://developers.google.com/books/) | Books | `OAuth` | Yes | Unknown | | [LibGen](https://garbage.world/posts/libgen/) | Library Genesis search engine | No | No | Unknown | | [Open Library](https://openlibrary.org/developers/api) | Books, book covers and related data | No | Yes | No | From 668d434287bbf47c4863f3c3fd87ae234519faa5 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 11 Feb 2021 08:24:15 -0500 Subject: [PATCH 46/82] Added 4chan to social category This read-only api is easy to use and is generous with all the latest community discussions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..f7b17f6 100644 --- a/README.md +++ b/README.md @@ -731,6 +731,7 @@ API | Description | Auth | HTTPS | CORS | ### Social API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [4chan](https://github.com/4chan/4chan-API) | Simple image-based bulletin board dedicated to a variety of topics | No | Yes | Yes | | [Buffer](https://buffer.com/developers/api) | Access to pending and sent updates in Buffer | `OAuth` | Yes | Unknown | | [Carro Score](https://docs.score.getcarro.com/) | Social Media Influence Rating | `apiKey` | Yes | Yes | | [Cisco Spark](https://developer.ciscospark.com) | Team Collaboration Software | `OAuth` | Yes | Unknown | From ca913f01c002e336952d1d720d2f532da1aef6ac Mon Sep 17 00:00:00 2001 From: Trystan Hendricks Date: Tue, 16 Feb 2021 00:19:41 -0500 Subject: [PATCH 47/82] added coincap to cryptocurrency section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..855ad2b 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ API | Description | Auth | HTTPS | CORS | | [CoinAPI](https://docs.coinapi.io/) | All Currency Exchanges integrate under a single api | `apiKey` | Yes | No | | [Coinbase](https://developers.coinbase.com) | Bitcoin, Bitcoin Cash, Litecoin and Ethereum Prices | `apiKey` | Yes | Unknown | | [Coinbase Pro](https://docs.pro.coinbase.com/#api) | Cryptocurrency Trading Platform | `apiKey` | Yes | Unknown | +| [CoinCap](https://docs.coincap.io/) | Real time Cryptocurrency prices through a RESTful API | No | Yes | Unknown | | [CoinDesk](http://www.coindesk.com/api/) | Bitcoin Price Index | No | No | Unknown | | [CoinGecko](http://www.coingecko.com/api) | Cryptocurrency Price, Market, and Developer/Social Data | No | Yes | Yes | | [Coinigy](https://coinigy.docs.apiary.io) | Interacting with Coinigy Accounts and Exchange Directly | `apiKey` | Yes | Unknown | From 268fd1f9d0491eddb4d4a79807a090315b3e601b Mon Sep 17 00:00:00 2001 From: Josh Ghent Date: Thu, 25 Feb 2021 13:31:13 +0000 Subject: [PATCH 48/82] Added place.dog to animals section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8949f60..222fdb5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ API | Description | Auth | HTTPS | CORS | | [HTTPCat](https://http.cat/) | Cat for every HTTP Status | No | Yes | Unknown | | [IUCN](http://apiv3.iucnredlist.org/api/v3/docs) | IUCN Red List of Threatened Species | `apiKey` | No | Unknown | | [Movebank](https://github.com/movebank/movebank-api-doc) | Movement and Migration data of animals | No | Yes | Unknown | +| [PlaceDog](https://place.dog) | Placeholder Dog pictures | No | Yes | Yes | | [PlaceGOAT](https://placegoat.com/) | Placeholder goat images | No | Yes | Unknown | | [RandomCat](https://aws.random.cat/meow) | Random pictures of cats | No | Yes | Yes | | [RandomDog](https://random.dog/woof.json) | Random pictures of dogs | No | Yes | Yes | From 2f03fe2ae5788b0b27f9c33b53c4654c2d3dd492 Mon Sep 17 00:00:00 2001 From: kAldown Date: Thu, 4 Mar 2021 16:27:21 +0300 Subject: [PATCH 49/82] Add Shikimory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8949f60..79c7f8b 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ API | Description | Auth | HTTPS | CORS | | [Jikan](https://jikan.moe) | Unofficial MyAnimeList API | No | Yes | Yes | | [Kitsu](https://kitsu.docs.apiary.io/) | Anime discovery platform | `OAuth` | Yes | Yes | | [MyAnimeList](https://myanimelist.net/clubs.php?cid=13727) | Anime and Manga Database and Community | `OAuth` | Yes | Unknown | +| [Shikimori](https://shikimori.one/api/doc) | Anime discovery, tracking, forum, rates | `OAuth` | Yes | Unknown | | [Studio Ghibli](https://ghibliapi.herokuapp.com) | Resources from Studio Ghibli films | No | Yes | Unknown | | [What Anime](https://soruly.github.io/trace.moe/) | Scan anime image to get specific detail | No | Yes | Yes | From b944d946bb15c5efb6c1b8857810b25a8042e9e2 Mon Sep 17 00:00:00 2001 From: Shatha Makhlouf Date: Thu, 18 Mar 2021 03:16:03 +0200 Subject: [PATCH 50/82] Added Sentiment Analysis Api to Text Analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8949f60..dafa46b 100644 --- a/README.md +++ b/README.md @@ -799,6 +799,7 @@ API | Description | Auth | HTTPS | CORS | | [Detect Language](https://detectlanguage.com/) | Detects text language | `apiKey` | Yes | Unknown | | [Google Cloud Natural](https://cloud.google.com/natural-language/docs/) | Natural language understanding technology, including sentiment, entity and syntax analysis | `apiKey` | Yes | Unknown | | [Semantira](https://semantria.readme.io/docs) | Text Analytics with sentiment analysis, categorization & named entity extraction | `OAuth` | Yes | Unknown | +| [Sentiment Analysis](https://www.meaningcloud.com/developer/sentiment-analysis) | Multilingual sentiment analysis of texts from different sources | `apiKey` | Yes | Yes | | [Watson Natural Language Understanding](https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding) | Natural language processing for advanced text analysis | `OAuth` | Yes | Unknown | **[⬆ Back to Index](#index)** From 6ecbbba0205f9a328e68a6f82e21bc499878834e Mon Sep 17 00:00:00 2001 From: Gabriel Freitas Vasconcelos Date: Sat, 20 Mar 2021 20:27:17 -0300 Subject: [PATCH 51/82] Adds RuneScape API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12084d0..8379bcc 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,7 @@ API | Description | Auth | HTTPS | CORS | | [Pokémon TCG](https://pokemontcg.io) | Pokémon TCG Information | No | Yes | Unknown | | [Rick and Morty](https://rickandmortyapi.com) | All the Rick and Morty information, including images | No | Yes | Yes | | [Riot Games](https://developer.riotgames.com/) | League of Legends Game Information | `apiKey` | Yes | Unknown | +| [RuneScape](https://runescape.wiki/w/Application_programming_interface) | RuneScape and OSRS RPGs information | No | Yes | No | | [Scryfall](https://scryfall.com/docs/api) | Magic: The Gathering database | No | Yes | Yes | | [Steam](https://developer.valvesoftware.com/wiki/Steam_Web_API) | Steam Client Interaction | `OAuth` | Yes | Unknown | | [SuperHeroes](https://superheroapi.com) | All SuperHeroes and Villains data from all universes under a single API | `apiKey` | Yes | Unknown | From 5c4766de9052f1547e8ef2aa9acd528f3a651756 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 29 Mar 2021 22:02:44 +0200 Subject: [PATCH 52/82] Update README.md Mozilla Observatory ordered alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa0ad52..83a9a8a 100644 --- a/README.md +++ b/README.md @@ -749,9 +749,9 @@ API | Description | Auth | HTTPS | CORS | | [FilterLists](https://filterlists.com) | Lists of filters for adblockers and firewalls | No | Yes | Unknown | | [FraudLabs Pro](https://www.fraudlabspro.com/developer/api/screen-order) | Screen order information using AI to detect frauds | `apiKey` | Yes | Unknown | | [HaveIBeenPwned](https://haveibeenpwned.com/API/v3) | Passwords which have previously been exposed in data breaches | `apiKey` | Yes | Unknown | +| [Intelligence X](https://github.com/IntelligenceX/SDK/blob/master/Intelligence%20X%20API.pdf) | Perform OSINT via Intelligence X | `apiKey` | Yes | Unknown | | [Mozilla http scanner](https://github.com/mozilla/http-observatory/blob/master/httpobs/docs/api.md) | Mozilla observatory http scanner | No | Yes | Unknown | | [Mozilla tls scanner](https://github.com/mozilla/tls-observatory#api-endpoints) | Mozilla observatory tls scanner | No | Yes | Unknown | -| [Intelligence X](https://github.com/IntelligenceX/SDK/blob/master/Intelligence%20X%20API.pdf) | Perform OSINT via Intelligence X | `apiKey` | Yes | Unknown | | [National Vulnerability Database](https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog) | U.S. National Vulnerability Database | No | Yes | Unknown | | [Pulsedive](https://pulsedive.com/api/) | Scan, search and collect threat intelligence data in real-time | `apiKey` | Yes | Unknown | | [SecurityTrails](https://securitytrails.com/corp/apidocs) | Domain and IP related information such as current and historical WHOIS and DNS records | `apiKey` | Yes | Unknown | From 9e00c9fe038fc60ac824f53825fb2b5ff42d16d3 Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Fri, 2 Apr 2021 08:41:15 +0200 Subject: [PATCH 53/82] Add isEven API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f324b51..f6196ee 100644 --- a/README.md +++ b/README.md @@ -734,6 +734,7 @@ API | Description | Auth | HTTPS | CORS | | [GBIF](https://www.gbif.org/developer/summary) | Global Biodiversity Information Facility | No | Yes | Yes | | [iDigBio](https://github.com/idigbio/idigbio-search-api/wiki) | Access millions of museum specimens from organizations around the world | No | Yes | Unknown | | [inspirehep.net](https://inspirehep.net/info/hep/api?ln=en) | High Energy Physics info. system | No | Yes | Unknown | +| [isEven (humor)](https://isevenapi.xyz/) | Check if a number is even | No | Yes | Unknown | | [ITIS](https://www.itis.gov/ws_description.html) | Integrated Taxonomic Information System | No | Yes | Unknown | | [Launch Library 2](https://thespacedevs.com/llapi) | Spaceflight launches and events database | No | Yes | Yes | | [Minor Planet Center](http://www.asterank.com/mpc) | Asterank.com Information | No | No | Unknown | From 53f1d8fda177dd06e5f50e2bc098100688d1906b Mon Sep 17 00:00:00 2001 From: Chad Date: Tue, 6 Apr 2021 18:00:15 +0300 Subject: [PATCH 54/82] added Imgflip api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49b585e..0042412 100644 --- a/README.md +++ b/README.md @@ -696,6 +696,7 @@ API | Description | Auth | HTTPS | CORS | | [FOAAS](http://www.foaas.com/) | Fuck Off As A Service | No | No | Unknown | | [Forismatic](http://forismatic.com/en/api/) | Inspirational Quotes | No | No | Unknown | | [icanhazdadjoke](https://icanhazdadjoke.com/api) | The largest selection of dad jokes on the internet | No | Yes | Unknown | +| [Imgflip](https://imgflip.com/api) | Gets an array of popular memes | No | Yes | Unknown | | [kanye.rest](https://kanye.rest) | REST API for random Kanye West quotes | No | Yes | Yes | | [Medium](https://github.com/Medium/medium-api-docs) | Community of readers and writers offering unique perspectives on ideas | `OAuth` | Yes | Unknown | | [NaMoMemes](https://github.com/theIYD/NaMoMemes) | Memes on Narendra Modi | No | Yes | Unknown | From 0611140b7a95747c3b063b0924eb86c930f7fe98 Mon Sep 17 00:00:00 2001 From: Gamote <38785171+Gamote@users.noreply.github.com> Date: Thu, 8 Apr 2021 13:55:53 +0200 Subject: [PATCH 55/82] Backtick removed from a 'No' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc84786..639af30 100644 --- a/README.md +++ b/README.md @@ -946,7 +946,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Bitly](http://dev.bitly.com/get_started.html) | URL shortener and link management | `OAuth` | Yes | Unknown | -| [CleanURI](https://cleanuri.com/docs) | URL shortener service | `No` | Yes | Yes | +| [CleanURI](https://cleanuri.com/docs) | URL shortener service | No | Yes | Yes | | [ClickMeter](https://support.clickmeter.com/hc/en-us/categories/201474986) | Monitor, compare and optimize your marketing links | `apiKey` | Yes | Unknown | | [Rebrandly](https://developers.rebrandly.com/v1/docs) | Custom URL shortener for sharing branded links | `apiKey` | Yes | Unknown | | [Shrtlnk](https://shrtlnk.dev/developer) | Simple and efficient short link creation | `apiKey` | Yes | Yes | From 850cc8406f7bd9f5bab16edf8f4ac68380b4aa68 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Thu, 8 Apr 2021 12:27:49 -0300 Subject: [PATCH 56/82] Fix 'No' flag for Openwhyd auth column --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 639af30..ab27676 100644 --- a/README.md +++ b/README.md @@ -618,7 +618,7 @@ API | Description | Auth | HTTPS | CORS | | [Mixcloud](https://www.mixcloud.com/developers/) | Music | `OAuth` | Yes | Yes | | [MusicBrainz](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | Music | No | Yes | Unknown | | [Musixmatch](https://developer.musixmatch.com/) | Music | `apiKey` | Yes | Unknown | -| [Openwhyd](https://openwhyd.github.io/openwhyd/API) | Download curated playlists of streaming tracks (YouTube, SoundCloud, etc...) | `No` | Yes | No | +| [Openwhyd](https://openwhyd.github.io/openwhyd/API) | Download curated playlists of streaming tracks (YouTube, SoundCloud, etc...) | No | Yes | No | | [Songkick](https://www.songkick.com/developer/) | Music Events | `OAuth` | Yes | Unknown | | [Songsterr](https://www.songsterr.com/a/wa/api/) | Provides guitar, bass and drums tabs and chords | No | Yes | Unknown | | [SoundCloud](https://developers.soundcloud.com/) | Allow users to upload and share sounds | `OAuth` | Yes | Unknown | From b2891e1356755a0eac8d7885c22ccd4b0b790583 Mon Sep 17 00:00:00 2001 From: PawelBorkar Date: Sat, 10 Apr 2021 12:52:06 +0530 Subject: [PATCH 57/82] Move CONTRIBUTING.md to the root folder --- .github/CONTRIBUTING.md => CONTRIBUTING.md | 0 README.md | 11 ++++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) rename .github/CONTRIBUTING.md => CONTRIBUTING.md (100%) diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 0afdf69..f6daf92 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Public APIs [![Run tests](https://github.com/public-apis/public-apis/workflows/Run%20tests/badge.svg)](https://github.com/public-apis/public-apis/actions?query=workflow%3A%22Run+tests%22) [![Validate links](https://github.com/public-apis/public-apis/workflows/Validate%20links/badge.svg?branch=master)](https://github.com/public-apis/public-apis/actions?query=workflow%3A%22Validate+links%22) -A collective list of free APIs for use in software and web development. +*A collective list of free APIs for use in software and web development.* A public API for this project can be found [here](https://github.com/davemachado/public-api)! -For information on contributing to this project, please see the [contributing guide](.github/CONTRIBUTING.md). +For information on contributing to this project, please see the [contributing guide](CONTRIBUTING.md). -Please note a passing build status indicates all listed APIs are available since the last update. A failing build status indicates that 1 or more services may be unavailable at the moment. +**NOTE: A passing build status indicates all listed APIs are available since the last update. A failing build status indicates that 1 or more services may be unavailable at the moment.** ## Index @@ -1017,3 +1017,8 @@ API | Description | Auth | HTTPS | CORS | | [weatherstack](https://weatherstack.com/) | Real-Time & Historical World Weather Data API | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)** + +
+ +## License +[MIT](LICENSE) \ No newline at end of file From b0b6816dd04c56c0877aefd092b1b82255df411c Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Sat, 10 Apr 2021 09:57:53 +0200 Subject: [PATCH 58/82] Add kroki.io --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0afdf69..f2afaf5 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ API | Description | Auth | HTTPS | CORS | | [JSON 2 JSONP](https://json2jsonp.com/) | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | Unknown | | [JSONbin.io](https://jsonbin.io) | Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps | `apiKey` | Yes | Yes | | [Judge0](https://api.judge0.com/) | Compile and run source code | No | Yes | Unknown | +| [Kroki](https://kroki.io) | Creates diagrams from textual descriptions | No | Yes | Yes | | [License-API](https://github.com/cmccandless/license-api/blob/master/README.md) | Unofficial REST API for choosealicense.com | No | Yes | No | | [MAC address vendor lookup](https://macaddress.io/api) | Retrieve vendor details and other information regarding a given MAC address or an OUI | `apiKey` | Yes | Yes | | [Nationalize.io](https://nationalize.io) | Estimate the nationality of a first name | No | Yes | Yes | From 138f0ee5c522bd43d1e5a93f0942bbcb7ff60473 Mon Sep 17 00:00:00 2001 From: Behrouz Khezry Date: Sat, 10 Apr 2021 16:19:00 +0430 Subject: [PATCH 59/82] add Lichess-API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0afdf69..970e8da 100644 --- a/README.md +++ b/README.md @@ -428,6 +428,7 @@ API | Description | Auth | HTTPS | CORS | | [Jokes](https://github.com/15Dkatz/official_joke_api) | Programming and general jokes | No | Yes | Unknown | | [Jokes One](https://jokes.one/api/joke/) | Joke of the day and large category of jokes accessible via REST API | `apiKey` | Yes | Yes | | [Jservice](http://jservice.io) | Jeopardy Question Database | No | No | Unknown | +| [Lichess](https://lichess.org/api) | Access to all data of users, games, puzzles and etc on Lichess | `OAuth` | Yes | Unknown | | [Magic The Gathering](http://magicthegathering.io/) | Magic The Gathering Game Information | No | No | Unknown | | [Marvel](http://developer.marvel.com) | Marvel Comics | `apiKey` | No | Unknown | | [mod.io](https://docs.mod.io) | Cross Platform Mod API | `apiKey` | Yes | Unknown | From be7991dce60e32e73251cf46672b7cbff12ea12c Mon Sep 17 00:00:00 2001 From: Frank Sandqvist <32358133+FrankSandqvist@users.noreply.github.com> Date: Sun, 11 Apr 2021 09:30:54 +0300 Subject: [PATCH 60/82] Fixed http -> https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0bba8e..c86812c 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ API | Description | Auth | HTTPS | CORS | | [PrexView](https://prexview.com) | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | Unknown | | [Restpack](https://restpack.io/) | Provides screenshot, HTML to PDF and content extraction APIs | `apiKey` | Yes | Unknown | | [Todoist](https://developer.todoist.com) | Todo Lists | `OAuth` | Yes | Unknown | -| [Vector Express v2.0](http://vector.express) | Free vector file converting API | No | Yes | No | +| [Vector Express v2.0](https://vector.express) | Free vector file converting API | No | Yes | No | | [WakaTime](https://wakatime.com/developers) | Automated time tracking leaderboards for programmers | No | Yes | Unknown | | [Wunderlist](https://developer.wunderlist.com/documentation) | Todo Lists | `OAuth` | Yes | Unknown | From bb7c36ad3a12c002c8def324abcb35f241fe2e9c Mon Sep 17 00:00:00 2001 From: Aderbal Farias Date: Mon, 12 Apr 2021 18:03:57 +0100 Subject: [PATCH 61/82] Duplicated api removed and https added to hubble As requested by the reviewer PR updated in order to fix API duplication and missing https for hubblesite. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a52a1f..386d538 100644 --- a/README.md +++ b/README.md @@ -746,9 +746,8 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [arcsecond.io](https://api.arcsecond.io/) | Multiple astronomy data sources | No | Yes | Unknown | | [CORE](https://core.ac.uk/services#api) | Access the world's Open Access research papers | `apiKey` | Yes | Unknown | -| [GBIF](http://api.gbif.org/v1/) | Global Biodiversity Information Facility | No | Yes | Yes | | [GBIF](https://www.gbif.org/developer/summary) | Global Biodiversity Information Facility | No | Yes | Yes | -| [hubblesite](http://hubblesite.org/api/documentation/) | Space Telescope News Releases | No | No | Unknown | +| [hubblesite](https://hubblesite.org/api/documentation/) | Space Telescope News Releases | No | Yes | Unknown | | [iDigBio](https://github.com/idigbio/idigbio-search-api/wiki) | Access millions of museum specimens from organizations around the world | No | Yes | Unknown | | [inspirehep.net](https://inspirehep.net/info/hep/api?ln=en) | High Energy Physics info. system | No | Yes | Unknown | | [ITIS](https://www.itis.gov/ws_description.html) | Integrated Taxonomic Information System | No | Yes | Unknown | @@ -1026,4 +1025,4 @@ API | Description | Auth | HTTPS | CORS |
## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE) From 4f20753d262f1ff8e4539b38467877af201f40c4 Mon Sep 17 00:00:00 2001 From: Brychan Thomas Date: Mon, 12 Apr 2021 20:18:43 +0100 Subject: [PATCH 62/82] Added UK government coronavirus API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19dee47..6726c1a 100644 --- a/README.md +++ b/README.md @@ -556,6 +556,7 @@ API | Description | Auth | HTTPS | CORS | ### Health API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [Coronavirus in the UK](https://coronavirus.data.gov.uk/details/developers-guide) | UK Government coronavirus data, including deaths and cases by region | No | Yes | Unknown | | [Covid-19](https://covid19api.com/) | Covid 19 spread, infection and recovery | No | Yes | Yes | | [Covid-19](https://github.com/M-Media-Group/Covid-19-API) | Covid 19 cases, deaths and recovery per country | No | Yes | Yes | | [Covid-19 Government Response](https://covidtracker.bsg.ox.ac.uk) | Government measures tracker to fight against the Covid-19 pandemic | No | Yes | Yes | From cfe33238a0fc0515d9283723a2dccd11f8568c22 Mon Sep 17 00:00:00 2001 From: apilayer-admin <75280960+apilayer-admin@users.noreply.github.com> Date: Mon, 12 Apr 2021 18:48:52 -0400 Subject: [PATCH 63/82] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19dee47..b8239f1 100644 --- a/README.md +++ b/README.md @@ -224,12 +224,12 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [1Forge](https://1forge.com/forex-data-api/api-documentation) | Forex currency market data | `apiKey` | Yes | Unknown | +| [apilayer fixer.io](http://fixer.io) | Exchange rates and currency conversion | `apiKey` | Yes | Unknown | | [Currencylayer](https://currencylayer.com/documentation) | Exchange rates and currency conversion | `apiKey` | Yes | Unknown | | [CurrencyScoop](https://currencyscoop.com/api-documentation) | Real-time and historical currency rates JSON API | `apiKey` | Yes | Yes | | [Czech National Bank](https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml) | A collection of exchange rates | No | Yes | Unknown | | [ExchangeRate-API](https://www.exchangerate-api.com) | Free currency conversion | No | Yes | Yes | | [Exchangeratesapi.io](https://exchangeratesapi.io) | Exchange rates with currency conversion | No | Yes | Yes | -| [Fixer.io](http://fixer.io) | Exchange rates and currency conversion | `apiKey` | Yes | Unknown | | [Frankfurter](https://www.frankfurter.app/docs) | Exchange rates, currency conversion and time series | No | Yes | Yes | | [ratesapi](https://ratesapi.io) | Free exchange rates and historical rates | No | Yes | Unknown | | [VATComply.com](https://www.vatcomply.com/documentation) | Exchange rates, geolocation and VAT number validation | No | Yes | Yes | @@ -455,6 +455,7 @@ API | Description | Auth | HTTPS | CORS | | [Abstract IP Geolocation](https://www.abstractapi.com/ip-geolocation-api) | Geolocate website visitors from their IPs | `apiKey` | Yes | Yes | | [adresse.data.gouv.fr](https://adresse.data.gouv.fr) | Address database of France, geocoding and reverse | No | Yes | Unknown | | [Airtel IP](https://sys.airtel.lv/ip2country/1.1.1.1/?full=true) | IP Geolocation API. Collecting data from multiple sources | No | Yes | Unknown | +| [apilayer ipstack](https://ipstack.com/) | Locate and identify website visitors by IP address | `apiKey` | Yes | Unknown | | [Battuta](http://battuta.medunes.net) | A (country/region/city) in-cascade location API | `apiKey` | No | Unknown | | [BigDataCloud](https://www.bigdatacloud.com/ip-geolocation-apis) | Provides fast and accurate IP geolocation APIs along with security checks and confidence area | `apiKey` | Yes | Unknown | | [Bing Maps](https://www.microsoft.com/maps/) | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | Unknown | @@ -491,7 +492,6 @@ API | Description | Auth | HTTPS | CORS | | [IPGEO](https://api.techniknews.net/ipgeo/) | Unlimited free IP Address API with useful information | No | Yes | Unknown | | [IPGeolocationAPI.com](https://ipgeolocationapi.com/) | Locate your visitors by IP with country details | No | Yes | Yes | | [IPInfoDB](https://ipinfodb.com/api) | Free Geolocation tools and APIs for country, region, city and time zone lookup by IP address | `apiKey` | Yes | Unknown | -| [ipstack](https://ipstack.com/) | Locate and identify website visitors by IP address | `apiKey` | Yes | Unknown | | [Localizr](https://docs.localizr.xyz) | Get a list of countries,currencies or locales translated from a locale/language code | No | Yes | Yes | | [LocationIQ](https://locationiq.org/docs/) | Provides forward/reverse geocoding and batch geocoding | `apiKey` | Yes | Yes | | [Mapbox](https://www.mapbox.com/developers/) | Create/customize beautiful digital maps | `apiKey` | Yes | Unknown | @@ -716,9 +716,10 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Abstract Phone Validation](https://www.abstractapi.com/phone-validation-api) | Validate phone numbers globally | `apiKey` | Yes | Yes | +| [apilayer numverify](https://numverify.com) | Phone number validation | `apiKey` | Yes | Unknown | | [Cloudmersive Validate](https://cloudmersive.com/phone-number-validation-API) | Validate international phone numbers | `apiKey` | Yes | Yes | | [NumValidate](https://numvalidate.com) | Open Source phone number validation | No | Yes | Unknown | -| [numverify](https://numverify.com) | Phone number validation | No | Yes | Unknown | + **[⬆ Back to Index](#index)** ### Photography @@ -1026,4 +1027,4 @@ API | Description | Auth | HTTPS | CORS |
## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE) From 451a487910e7b32ad2d76ea33bd952bd287202f3 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Mon, 12 Apr 2021 20:30:33 -0300 Subject: [PATCH 64/82] Remove unnecessary blanks --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b8239f1..9790678 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,6 @@ API | Description | Auth | HTTPS | CORS | | [StackExchange](https://api.stackexchange.com/) | Q&A forum for developers | `OAuth` | Yes | Unknown | | [userstack](https://userstack.com/) | Secure User-Agent String Lookup JSON API | `OAuth` | Yes | Unknown | - **[⬆ Back to Index](#index)** ### Dictionaries API | Description | Auth | HTTPS | CORS | @@ -720,7 +719,6 @@ API | Description | Auth | HTTPS | CORS | | [Cloudmersive Validate](https://cloudmersive.com/phone-number-validation-API) | Validate international phone numbers | `apiKey` | Yes | Yes | | [NumValidate](https://numvalidate.com) | Open Source phone number validation | No | Yes | Unknown | - **[⬆ Back to Index](#index)** ### Photography API | Description | Auth | HTTPS | CORS | @@ -998,7 +996,6 @@ API | Description | Auth | HTTPS | CORS | | [YouTube](https://developers.google.com/youtube/) | Add YouTube functionality to your sites and apps | `OAuth` | Yes | Unknown | | [YTS](https://yts.mx/api) | Movie Data | No | Yes | Unknown | - **[⬆ Back to Index](#index)** ### Weather API | Description | Auth | HTTPS | CORS | From 6c6cd7c9618c713467b2e3345e226fb0ec8474f8 Mon Sep 17 00:00:00 2001 From: "Pt. Prashant tripathi" <26687933+PtPrashantTripathi@users.noreply.github.com> Date: Thu, 15 Apr 2021 21:22:06 +0530 Subject: [PATCH 65/82] Re: Added Open Source Bhagavad Gita API (#1527) As per requested @marekdano --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 472efd4..f2c0989 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ API | Description | Auth | HTTPS | CORS | | [Penguin Publishing](http://www.penguinrandomhouse.biz/webservices/rest/) | Books, book covers and related data | No | Yes | Yes | | [Rig Veda](https://aninditabasu.github.io/indica/html/rv.html) | Gods and poets, their categories, and the verse meters, with the mandal and sukta number | No | Yes | Unknown | | [Vedic Society](https://aninditabasu.github.io/indica/html/vs.html) | Descriptions of all nouns (names, places, animals, things) from vedic literature | No | Yes | Unknown | +| [Shrimad Bhagavad Gita](https://vedicscriptures.github.io/) | Open Source Shrimad Bhagavad Gita API including 21+ authors translation in Sanskrit/English/Hindi | No | Yes | Yes | **[⬆ Back to Index](#index)** ### Business From 02d993b9a03d5dca7b6e0999609962c53df8bff8 Mon Sep 17 00:00:00 2001 From: "Pt. Prashant tripathi" <26687933+PtPrashantTripathi@users.noreply.github.com> Date: Thu, 15 Apr 2021 21:29:15 +0530 Subject: [PATCH 66/82] Add files via upload --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c0989..28d5007 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ API | Description | Auth | HTTPS | CORS | | [Open Library](https://openlibrary.org/developers/api) | Books, book covers and related data | No | Yes | No | | [Penguin Publishing](http://www.penguinrandomhouse.biz/webservices/rest/) | Books, book covers and related data | No | Yes | Yes | | [Rig Veda](https://aninditabasu.github.io/indica/html/rv.html) | Gods and poets, their categories, and the verse meters, with the mandal and sukta number | No | Yes | Unknown | -| [Vedic Society](https://aninditabasu.github.io/indica/html/vs.html) | Descriptions of all nouns (names, places, animals, things) from vedic literature | No | Yes | Unknown | | [Shrimad Bhagavad Gita](https://vedicscriptures.github.io/) | Open Source Shrimad Bhagavad Gita API including 21+ authors translation in Sanskrit/English/Hindi | No | Yes | Yes | +| [Vedic Society](https://aninditabasu.github.io/indica/html/vs.html) | Descriptions of all nouns (names, places, animals, things) from vedic literature | No | Yes | Unknown | **[⬆ Back to Index](#index)** ### Business From 47579b10396dbee4d2edb801f929ed0d8fbe9154 Mon Sep 17 00:00:00 2001 From: Angelina Tsuboi <51937266+angelina-tsuboi@users.noreply.github.com> Date: Fri, 16 Apr 2021 14:45:27 +0900 Subject: [PATCH 67/82] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3730940..cb848e8 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ API | Description | Auth | HTTPS | CORS | | [GitHub](https://docs.github.com/en/free-pro-team@latest/rest) | Make use of GitHub repositories, code and user info programmatically | `OAuth` | Yes | Yes | | [Gitlab](https://docs.gitlab.com/ee/api/) | Automate GitLab interaction programmatically | `OAuth` | Yes | Unknown | | [Gitter](https://developer.gitter.im/docs/welcome) | Chat for Developers | `OAuth` | Yes | Unknown | -| [Hexabin](http://hexabin-api.com/) | Convert and retrieve hexadecimal, binary, decimal, and octal values with ease | No | No | Unknown | +| [Hexabin](https://hexabin.herokuapp.com/) | Convert and retrieve hexadecimal, binary, decimal, and octal values with ease | No | No | Unknown | | [HTTP2.Pro](https://http2.pro/doc/api) | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | | [IBM Text to Speech](https://cloud.ibm.com/docs/text-to-speech/getting-started.html) | Convert text to speech | `apiKey` | Yes | Yes | | [IBM Visual Recognition](https://cloud.ibm.com/apidocs/visual-recognition/visual-recognition-v3) | Visual Recognition with pretrained or user trained model | `apiKey` | Yes | Unknown | From 2e7e3fd939d691e29d8dbccd20be55eacf425018 Mon Sep 17 00:00:00 2001 From: Anmoldeep1509 Date: Fri, 16 Apr 2021 16:27:14 +0530 Subject: [PATCH 68/82] Added Sentium API Removed inactive Linkedin API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 246937d..e851e89 100644 --- a/README.md +++ b/README.md @@ -824,7 +824,6 @@ API | Description | Auth | HTTPS | CORS | | [Full Contact](https://www.fullcontact.com/developer/docs/) | Get Social Media profiles and contact Information | `OAuth` | Yes | Unknown | | [HackerNews](https://github.com/HackerNews/API) | Social news for CS and entrepreneurship | No | Yes | Unknown | | [Instagram](https://www.instagram.com/developer/) | Instagram Login, Share on Instagram, Social Plugins and more | `OAuth` | Yes | Unknown | -| [LinkedIn](https://developer.linkedin.com/docs/rest-api) | The foundation of all digital integrations with LinkedIn | `OAuth` | Yes | Unknown | | [Meetup.com](https://www.meetup.com/meetup_api/) | Data about Meetups from Meetup.com | `apiKey` | Yes | Unknown | | [MySocialApp](https://mysocialapp.io) | Seamless Social Networking features, API, SDK to any app | `apiKey` | Yes | Unknown | | [Open Collective](https://docs.opencollective.com/help/developers/api) | Get Open Collective data | No | Yes | Unknown | @@ -891,6 +890,7 @@ API | Description | Auth | HTTPS | CORS | | [Google Cloud Natural](https://cloud.google.com/natural-language/docs/) | Natural language understanding technology, including sentiment, entity and syntax analysis | `apiKey` | Yes | Unknown | | [languagelayer](https://languagelayer.com/) | Language Detection JSON API supporting 173 languages | `OAuth` | Yes | Unknown | | [Semantria](https://semantria.readme.io/docs) | Text Analytics with sentiment analysis, categorization & named entity extraction | `OAuth` | Yes | Unknown | +| [Sentium](https://sentim-api.herokuapp.com/) | Free API for Text Sentimental analysis | No | Yes | Unknown | | [Tisane](https://tisane.ai/) | Text Analytics with focus on detection of abusive content and law enforcement applications | `OAuth` | Yes | Yes | | [Watson Natural Language Understanding](https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding) | Natural language processing for advanced text analysis | `OAuth` | Yes | Unknown | From c61d6f73e94834860ecde95ce7c4182c6893b812 Mon Sep 17 00:00:00 2001 From: Angelina Tsuboi <51937266+angelina-tsuboi@users.noreply.github.com> Date: Fri, 16 Apr 2021 22:09:31 +0900 Subject: [PATCH 69/82] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37ab6a7..13b3d4a 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ API | Description | Auth | HTTPS | CORS | | [Gitlab](https://docs.gitlab.com/ee/api/) | Automate GitLab interaction programmatically | `OAuth` | Yes | Unknown | | [Gitter](https://developer.gitter.im/docs/welcome) | Chat for Developers | `OAuth` | Yes | Unknown | | [Hexabin](https://hexabin.herokuapp.com/) | Convert and retrieve hexadecimal, binary, decimal, and octal values with ease | No | No | Unknown | +| [Host.io](https://host.io) | Domains Data API for Developers | `apiKey` | Yes | Yes | | [HTTP2.Pro](https://http2.pro/doc/api) | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | | [IBM Text to Speech](https://cloud.ibm.com/docs/text-to-speech/getting-started.html) | Convert text to speech | `apiKey` | Yes | Yes | | [IFTTT](https://platform.ifttt.com/docs/connect_api) | IFTTT Connect API | No | Yes | Unknown | From 5853293bc38c6aadde13dfbf71d2ccf2237b9911 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Sat, 17 Apr 2021 00:00:06 -0300 Subject: [PATCH 70/82] Correct typo in README Note: The user deleted the fork from this project, so it will not be possible to resolve the conflict for the merger. Close #1281 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c897a3..8874e1d 100644 --- a/README.md +++ b/README.md @@ -587,7 +587,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Adzuna](https://developer.adzuna.com/overview) | Job board aggregator | `apiKey` | Yes | Unknown | | [Careerjet](https://www.careerjet.com/partners/api/) | Job search engine | `apiKey` | No | Unknown | -| [Github Jobs](https://jobs.github.com/api) | Jobs for software developers | No | Yes | Yes | +| [GitHub Jobs](https://jobs.github.com/api) | Jobs for software developers | No | Yes | Yes | | [GraphQL Jobs](https://graphql.jobs/docs/api/) | Jobs with GraphQL | No | Yes | Yes | | [Jobs2Careers](http://api.jobs2careers.com/api/spec.pdf) | Job aggregator | `apiKey` | Yes | Unknown | | [Jooble](https://us.jooble.org/api/about) | Job search engine | `apiKey` | Yes | Unknown | From 7be9da27dc9595399bd29205ec200537a93c5a95 Mon Sep 17 00:00:00 2001 From: Oleg Kulyk Date: Mon, 19 Apr 2021 10:58:22 +0300 Subject: [PATCH 71/82] Fixed order for ScrapingAnt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58ab348..5021362 100644 --- a/README.md +++ b/README.md @@ -312,8 +312,8 @@ API | Description | Auth | HTTPS | CORS | | [ReqRes](https://reqres.in/ ) | A hosted REST-API ready to respond to your AJAX requests | No | Yes | Unknown | | [Scraper.AI](https://docs.scraper.ai/#/) | Extract and monitor data from any website | `apiKey` | Yes | Unknown | | [ScraperApi](https://www.scraperapi.com) | Easily build scalable web scrapers | `apiKey` | Yes | Unknown | -| [ScrapingAnt](https://docs.scrapingant.com) | Headless Chrome scraping with a simple API | `apiKey` | Yes | Unknown | | [scrapestack](https://scrapestack.com/) | Real-time, Scalable Proxy & Web Scraping REST API | `apiKey` | Yes | Unknown | +| [ScrapingAnt](https://scrapingant.com) | Headless Chrome scraping with a simple API | `apiKey` | Yes | Unknown | | [ScrapingDog](https://www.scrapingdog.com/) | Proxy API for Web scraping | `apiKey` | Yes | Unknown | | [ScreenshotAPI.net](https://screenshotapi.net/) | Create pixel-perfect website screenshots | `apiKey` | Yes | Yes | | [serpstack](https://serpstack.com/) | Real-Time & Accurate Google Search Results API | `apiKey` | Yes | Yes | From 441770a9349a08b2fdce9d507876f6ac5bdc852c Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 19 Apr 2021 15:13:16 +0700 Subject: [PATCH 72/82] Added WebScraping.AI API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8a7cba..da07fbc 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ API | Description | Auth | HTTPS | CORS | | [SHOUTCLOUD](http://shoutcloud.io/) | ALL-CAPS AS A SERVICE | No | No | Unknown | | [StackExchange](https://api.stackexchange.com/) | Q&A forum for developers | `OAuth` | Yes | Unknown | | [userstack](https://userstack.com/) | Secure User-Agent String Lookup JSON API | `OAuth` | Yes | Unknown | +| [WebScraping.AI](https://webscraping.ai/) | Web Scraping API with built-in proxies and JS rendering | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)** ### Dictionaries From f9a8e07526265cc2cf81bb01f9642dda8c6bfb2a Mon Sep 17 00:00:00 2001 From: Julien Salinas Date: Wed, 20 Jan 2021 10:43:46 +0100 Subject: [PATCH 73/82] Add NLP Cloud API Update README.md Update README.md Remove duplicate weatherstack entry. Only leave it in the Weather section. Squash commits. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d..146e0ba 100644 --- a/README.md +++ b/README.md @@ -545,6 +545,7 @@ API | Description | Auth | HTTPS | CORS | | [Deepcode](https://www.deepcode.ai/docs/Overview%252FOverview) | AI for code review | No | Yes | Unknown | | [Dialogflow](https://dialogflow.com) | Natural Language Processing | `apiKey` | Yes | Unknown | | [Keen IO](https://keen.io/) | Data Analytics | `apiKey` | Yes | Unknown | +| [NLP Cloud](https://nlpcloud.io) | NLP API using spaCy and transformers for NER, sentiments, classification, summarization, and more | `apiKey` | Yes | Unknown | | [Sentim-API](https://sentim-api.herokuapp.com) | Text sentiment analysis | No | Yes | Yes | | [Time Door](https://timedoor.io) | A time series analysis API | `apiKey` | Yes | Yes | | [Unplugg](https://unplu.gg/test_api.html) | Forecasting API for timeseries data | `apiKey` | Yes | Unknown | From 37832734151cd282a9da7d73b7902e6500f93922 Mon Sep 17 00:00:00 2001 From: Manuel Bauer Date: Sun, 1 Nov 2020 15:46:23 +0100 Subject: [PATCH 74/82] Added troposphere.io weather API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79b39af..85f0d86 100644 --- a/README.md +++ b/README.md @@ -1046,6 +1046,7 @@ API | Description | Auth | HTTPS | CORS | | [QWeather](https://dev.qweather.com/) | Location-based weather data | `apiKey` | Yes | Yes | | [Storm Glass](https://stormglass.io/) | Global marine weather from multiple sources | `apiKey` | Yes | Yes | | [TheRainery](https://therainery.com/documentation/) | Forecast models from meteorological institutes | `apiKey` | Yes | No | +| [Troposphere](https://www.troposphere.io/developer) | Global weather and climate data | `apiKey` | Yes | Yes | | [weather-api](https://github.com/robertoduessmann/weather-api) | A RESTful free API to check the weather | No | Yes | No | | [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown | | [weatherstack](https://weatherstack.com/) | Real-Time & Historical World Weather Data API | `apiKey` | Yes | Unknown | From 7d4d203b051e3333735e648d8e3117e61ec5c1fb Mon Sep 17 00:00:00 2001 From: Marek Dano Date: Tue, 20 Apr 2021 09:55:19 +0100 Subject: [PATCH 75/82] Revert "Add NLP Cloud API" --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 89db393..c3daabf 100644 --- a/README.md +++ b/README.md @@ -619,8 +619,6 @@ API | Description | Auth | HTTPS | CORS | | [Dialogflow](https://dialogflow.com) | Natural Language Processing | `apiKey` | Yes | Unknown | | [EXUDE-API](http://uttesh.com/exude-api/) | Used for the primary ways for filtering the stopping, stemming words from the text data | No | Yes | Yes | | [Keen IO](https://keen.io/) | Data Analytics | `apiKey` | Yes | Unknown | -| [NLP Cloud](https://nlpcloud.io) | NLP API using spaCy and transformers for NER, sentiments, classification, summarization, and more | `apiKey` | Yes | Unknown | -| [Sentim-API](https://sentim-api.herokuapp.com) | Text sentiment analysis | No | Yes | Yes | | [Time Door](https://timedoor.io) | A time series analysis API | `apiKey` | Yes | Yes | | [Unplugg](https://unplu.gg/test_api.html) | Forecasting API for timeseries data | `apiKey` | Yes | Unknown | | [Wit.ai](https://wit.ai/) | Natural Language Processing | `OAuth` | Yes | Unknown | From 7e3e050f53132a13eb7e8e94b792dcc7b2247ba0 Mon Sep 17 00:00:00 2001 From: Marco Antonio Fernandes <34992176+MarcoAFC@users.noreply.github.com> Date: Tue, 20 Apr 2021 21:58:40 -0300 Subject: [PATCH 76/82] Remove WOT from list As reported in #1660 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 61b9f3d..56b2380 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,6 @@ API | Description | Auth | HTTPS | CORS | | [Metacert](https://metacert.com/) | Metacert Link Flagging | `apiKey` | Yes | Unknown | | [URLScan.io](https://urlscan.io/about-api/) | Scan and Analyse URLs | `apiKey` | Yes | Unknown | | [VirusTotal](https://www.virustotal.com/en/documentation/public-api/) | VirusTotal File/URL Analysis | `apiKey` | Yes | Unknown | -| [Web Of Trust (WOT)](https://support.mywot.com/hc/en-us/articles/360024398673-3-Using-the-API) | Website reputation | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)** ### Art & Design From 718a2f720c7eaf7fe5f4c1613d81b2aa12c060b8 Mon Sep 17 00:00:00 2001 From: Marek Dano Date: Wed, 21 Apr 2021 08:50:38 +0100 Subject: [PATCH 77/82] Revert "Added Unixtime conversion service" --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 87f2424..84b3323 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,6 @@ API | Description | Auth | HTTPS | CORS | | [serpstack](https://serpstack.com/) | Real-Time & Accurate Google Search Results API | `apiKey` | Yes | Yes | | [SHOUTCLOUD](http://shoutcloud.io/) | ALL-CAPS AS A SERVICE | No | No | Unknown | | [StackExchange](https://api.stackexchange.com/) | Q&A forum for developers | `OAuth` | Yes | Unknown | -| [Unixtime](https://unixtime.co.za/) | Convert to and from Unixtime | No | Yes | Unknown | | [userstack](https://userstack.com/) | Secure User-Agent String Lookup JSON API | `OAuth` | Yes | Unknown | | [WebScraping.AI](https://webscraping.ai/) | Web Scraping API with built-in proxies and JS rendering | `apiKey` | Yes | Yes | From dbc51449d7f033850f7e5860496c027065479209 Mon Sep 17 00:00:00 2001 From: Julien Salinas Date: Wed, 21 Apr 2021 11:44:52 +0200 Subject: [PATCH 78/82] Add NLP Cloud --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84b3323..e69a152 100644 --- a/README.md +++ b/README.md @@ -619,6 +619,7 @@ API | Description | Auth | HTTPS | CORS | | [Dialogflow](https://dialogflow.com) | Natural Language Processing | `apiKey` | Yes | Unknown | | [EXUDE-API](http://uttesh.com/exude-api/) | Used for the primary ways for filtering the stopping, stemming words from the text data | No | Yes | Yes | | [Keen IO](https://keen.io/) | Data Analytics | `apiKey` | Yes | Unknown | +| [NLP Cloud](https://nlpcloud.io) | NLP API using spaCy and transformers for NER, sentiments, classification, summarization, and more | `apiKey` | Yes | Unknown | | [Time Door](https://timedoor.io) | A time series analysis API | `apiKey` | Yes | Yes | | [Unplugg](https://unplu.gg/test_api.html) | Forecasting API for timeseries data | `apiKey` | Yes | Unknown | | [Wit.ai](https://wit.ai/) | Natural Language Processing | `OAuth` | Yes | Unknown | From 30e428e917a25fb6f6ca624aee771e998b5c895f Mon Sep 17 00:00:00 2001 From: Josh Ghent Date: Fri, 23 Apr 2021 08:34:21 +0100 Subject: [PATCH 79/82] Removed placegoat --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6bba23b..0d3291e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ API | Description | Auth | HTTPS | CORS | | [IUCN](http://apiv3.iucnredlist.org/api/v3/docs) | IUCN Red List of Threatened Species | `apiKey` | No | Unknown | | [Movebank](https://github.com/movebank/movebank-api-doc) | Movement and Migration data of animals | No | Yes | Unknown | | [PlaceDog](https://place.dog) | Placeholder Dog pictures | No | Yes | Yes | -| [PlaceGOAT](https://placegoat.com/) | Placeholder goat images | No | Yes | Unknown | | [RandomCat](https://aws.random.cat/meow) | Random pictures of cats | No | Yes | Yes | | [RandomDog](https://random.dog/woof.json) | Random pictures of dogs | No | Yes | Yes | | [RandomFox](https://randomfox.ca/floof/) | Random pictures of foxes | No | Yes | No | From 24c7bd164b5393323c7c4cd692c7f9f079aeaf85 Mon Sep 17 00:00:00 2001 From: Pawel Borkar <36134699+PawelBorkar@users.noreply.github.com> Date: Sat, 24 Apr 2021 20:33:02 +0530 Subject: [PATCH 80/82] Make CONTRIBUTING.md more precise and clear. --- CONTRIBUTING.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d39c8b..980869a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,13 +38,23 @@ Example entry: _Without proper [CORS configuration](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) an API will only be usable server side._ -Please continue to follow the alphabetical ordering that is in place per section. Each table column should be padded with one space on either side. +After you've created a branch on your fork with your changes, it's time to [make a pull request][pr-link]. -If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is listed under `Social` since it is mainly a social network, even though it could also apply to `Photography`. +*Please follow the guidelines given below while making a Pull Request to the Public APIs* -## Pull Request +## Pull Request Guidelines -After you've created a branch on your fork with your changes, it's time to [make a pull request][pr-link]! +* Continue to follow the alphabetical ordering that is in place per section. +* Each table column should be padded with one space on either side. +* If an API seems to fall into multiple categories, please place the listing within the section most in line with the services offered through the API. For example, the Instagram API is listed under `Social` since it is mainly a social network, even though it could also apply to `Photography`. +* Add one link per Pull Request. +* Make sure the PR title is in the format of `Add Api-name API` *for e.g.*: `Add Blockchain API` +* Use a short descriptive commit message. *for e.g.*: ❌`Update Readme.md` ✔ `Add Blockchain API to Cryptocurrency` +* Search previous Pull Requests or Issues before making a new one, as yours may be a duplicate. +* Don't mention the TLD(Top Level Domain) in the name of the API. *for e.g.*: ❌Gmail.com ✔Gmail +* Please make sure the API has proper documentation. +* Please make sure you squash all commits together before opening a pull request. If your pull request requires changes upon review, please be sure to squash all additional commits as well. [This wiki page][squash-link] outlines the squash process. +* Target your Pull Request to the `master` branch of the `public-apis` Once you’ve submitted a pull request, the collaborators can review your proposed changes and decide whether or not to incorporate (pull in) your changes. @@ -57,7 +67,6 @@ merge conflicts will be less likely. See more detailed instructions [here][synci * Create a [branch][branch-link] for your edits. * Contribute in the style of the project as outlined above. This makes it easier for the collaborators to merge and for others to understand and maintain in the future. -* Please make sure you squash all commits together before opening a pull request. If your pull request requires changes upon review, please be sure to squash all additional commits as well. [This wiki page][squash-link] outlines the squash process. ### Open Pull Requests @@ -67,11 +76,11 @@ Other contributors and users may chime in, but ultimately the decision is made b During the discussion, you may be asked to make some changes to your pull request. -If so, add more commits to your branch and push them – they will automatically go into the existing pull request! +If so, add more commits to your branch and push them – they will automatically go into the existing pull request. But don't forget to squash them. Opening a pull request will trigger a Travis CI build to check the validity of all links in the project. After the build completes, **please ensure that the build has passed**. If the build did not pass, please view the Travis CI log and correct any errors that were found in your contribution. -Thanks for being a part of this project, and we look forward to hearing from you soon! +*Thanks for being a part of this project, and we look forward to hearing from you soon!* [branch-link]: [clone-link]: From ce60a93c759e240fe3a53b7264ddc2e257ad823b Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Sun, 25 Apr 2021 18:35:21 -0300 Subject: [PATCH 81/82] Add Banco do Brasil APIs Note: The PR #1085 is inative. Resolve #1085 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f11c7a..aa0e614 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Abstract VAT Validation](https://www.abstractapi.com/vat-validation-rates-api) | Validate VAT numbers and calculate VAT rates | `apiKey` | Yes | Yes | | [Alpha Vantage](https://www.alphavantage.co/) | Realtime and historical stock data | `apiKey` | Yes | Unknown | +| [Banco do Brasil](https://developers.bb.com.br/home) | All Banco do Brasil financial transaction APIs | `OAuth` | Yes | Yes | | [IEX Cloud](https://iexcloud.io/docs/api/) | Realtime & Historical Stock and Market Data | `apiKey` | Yes | Yes | | [IG](https://labs.ig.com/gettingstarted) | Spreadbetting and CFD Market Data | `apiKey` | Yes | Unknown | | [Intrinio](https://intrinio.com/) | A wide selection of financial data feeds | `apiKey` | Yes | Unknown | From 44c3ea4274b44ad6c7d8825f8caf39a5b8bb7218 Mon Sep 17 00:00:00 2001 From: biomedengsam Date: Mon, 26 Apr 2021 03:00:53 +0300 Subject: [PATCH 82/82] Resolved conversation issue I removed the required lines --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 2a1a3ef..d860e5d 100644 --- a/README.md +++ b/README.md @@ -889,15 +889,11 @@ API | Description | Auth | HTTPS | CORS | | [Cloudmersive Natural Language Processing](https://www.cloudmersive.com/nlp-api) | Natural language processing and text analysis | `apiKey` | Yes | Yes | | [Detect Language](https://detectlanguage.com/) | Detects text language | `apiKey` | Yes | Unknown | | [Google Cloud Natural](https://cloud.google.com/natural-language/docs/) | Natural language understanding technology, including sentiment, entity and syntax analysis | `apiKey` | Yes | Unknown | - Add-Sentiment-Analysis-API | [languagelayer](https://languagelayer.com/) | Language Detection JSON API supporting 173 languages | `OAuth` | Yes | Unknown | | [Semantria](https://semantria.readme.io/docs) | Text Analytics with sentiment analysis, categorization & named entity extraction | `OAuth` | Yes | Unknown | -Add-Sentiment-Analysis-API | [Sentiment Analysis](https://www.meaningcloud.com/developer/sentiment-analysis) | Multilingual sentiment analysis of texts from different sources | `apiKey` | Yes | Yes | | [Sentium](https://sentim-api.herokuapp.com/) | Free API for Text Sentimental analysis | No | Yes | Unknown | - master | [Tisane](https://tisane.ai/) | Text Analytics with focus on detection of abusive content and law enforcement applications | `OAuth` | Yes | Yes | - master | [Watson Natural Language Understanding](https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding) | Natural language processing for advanced text analysis | `OAuth` | Yes | Unknown | **[⬆ Back to Index](#index)**