From 08cdc36bb700c549f7b529c7d078429abb40b2d8 Mon Sep 17 00:00:00 2001 From: Zak DeBrine Date: Fri, 4 Dec 2020 10:23:31 -0700 Subject: [PATCH 01/15] Added SpotSense API information to geocoding section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c3b67c5..2673c98a 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 02/15] 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 a29b46e8..b48cce76 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 03/15] added openrouteservice.org --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29b46e8..bae9c252 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 04/15] 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 bae9c252..76068422 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 05/15] adds carboninterface --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29b46e8..8309e648 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 06/15] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a29b46e8..37309400 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 5fa96397136a4d2dbebd496f369fcc9e39787682 Mon Sep 17 00:00:00 2001 From: rookiemonkey Date: Tue, 19 Jan 2021 14:56:42 +0800 Subject: [PATCH 07/15] add dummy products api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d4..e7d6943f 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 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 08/15] 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 2b2b75d4..d307b8be 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 09/15] Added Kaggle API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d4..b8e90635 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 10/15] Add Art Institute of Chicago API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d4..c8ad84bb 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 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 11/15] 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 472efd43..f2c09896 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 12/15] Add files via upload --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c09896..28d5007b 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 13/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37309400..cb848e86 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 14/15] 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 246937d4..e851e891 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 15/15] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37ab6a77..13b3d4aa 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 |