From a6167523e58dbbc8ec764aec5a6df70f1374dccf Mon Sep 17 00:00:00 2001 From: Lukas Drgon Date: Wed, 11 Sep 2019 15:19:21 +0200 Subject: [PATCH 1/4] Add jsDelivr API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea313767..dc9f51f3 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ API | Description | Auth | HTTPS | CORS | | [import.io](http://api.docs.import.io/) | Retrieve structured data from a website or RSS feed | `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 | +| [jsDelivr](https://github.com/jsdelivr/data.jsdelivr.com) | Package info and download stats on jsDelivr CDN | No | Yes | Yes | | [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 | From ce28a51c03e5c30273d17b1278d51910af4abffb Mon Sep 17 00:00:00 2001 From: Ognjen Gatalo Date: Fri, 13 Sep 2019 12:35:29 +0200 Subject: [PATCH 2/4] Added Blockfacts.io to Cryptocurrency APIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea313767..3dd94807 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ API | Description | Auth | HTTPS | CORS | | [Bittrex](https://bittrex.com/Home/Api) | Next Generation Crypto Trading Platform | `apiKey` | Yes | Unknown | | [Block](https://www.block.io/docs/basic) | Bitcoin Payment, Wallet & Transaction Data | `apiKey` | Yes | Unknown | | [Blockchain](https://www.blockchain.info/api) | Bitcoin Payment, Wallet & Transaction Data | No | Yes | Unknown | +| [BlockFacts](https://blockfacts.io/) | Real-time crypto data from multiple exchanges via a single unified API, and much more | `apiKey` | Yes | Unknown | | [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 | From 5e3ffa0d48ef5be4fef8b04e39c9f5091a8c7890 Mon Sep 17 00:00:00 2001 From: apilayer-admin <75280960+apilayer-admin@users.noreply.github.com> Date: Sat, 20 Mar 2021 14:09:28 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0be87b4c..3469c849 100644 --- a/README.md +++ b/README.md @@ -920,6 +920,7 @@ API | Description | Auth | HTTPS | CORS | ### Weather API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [weatherstack](https://weatherstack.com/) | Real-Time & Historical World Weather Data API | `apiKey` | Yes | Unknown | | [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 | | [Foreca](https://developer.foreca.com) | Weather | `OAuth` | Yes | Unknown | From 03f110352da68bab2db22804a0f19727ba002d40 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Sat, 20 Mar 2021 15:55:35 -0300 Subject: [PATCH 4/4] Fix alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3082a3..12084d0a 100644 --- a/README.md +++ b/README.md @@ -922,7 +922,6 @@ API | Description | Auth | HTTPS | CORS | ### Weather API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| -| [weatherstack](https://weatherstack.com/) | Real-Time & Historical World Weather Data API | `apiKey` | Yes | Unknown | | [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 | | [Foreca](https://developer.foreca.com) | Weather | `OAuth` | Yes | Unknown | @@ -934,5 +933,6 @@ API | Description | Auth | HTTPS | CORS | | [OpenWeatherMap](https://openweathermap.org/api) | Weather | `apiKey` | Yes | Unknown | | [Storm Glass](https://stormglass.io/) | Global marine weather from multiple sources | `apiKey` | Yes | Yes | | [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown | +| [weatherstack](https://weatherstack.com/) | Real-Time & Historical World Weather Data API | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)**