From 9b09ed02ef5c74867098c5562a9701b7c4d6ec95 Mon Sep 17 00:00:00 2001 From: Rougin Gutib Date: Mon, 11 Apr 2016 21:29:48 +0800 Subject: [PATCH 1/5] Add Fixer.io --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5525432c..96fd1a35 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | Currencylayer | Exchange rates and currency conversion | No | [Go!](https://currencylayer.com/documentation) | +| Fixer.io | JSON API for foreign exchange rates and currency conversion | No | [Go!](http://fixer.io) | ### Games & Comics From c2471649811dde2b3c204a282a698151d31f26b2 Mon Sep 17 00:00:00 2001 From: Ben Howdle Date: Wed, 13 Apr 2016 16:55:32 +0100 Subject: [PATCH 2/5] Added my own project ReqRes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5525432c..0bcc28d5 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ A collective list of JSON APIs for use in web development. | Lorem Text | Generates Lorem Ipsum text | Yes | [Go!] (https://market.mashape.com/montanaflynn/lorem-text-generator) | Hipster Ipsum | Generates Hipster Ipsum text | No | [Go!] (http://hipsterjesus.com/) | Loripsum | The "lorem ipsum" generator that doesn't suck | No | [Go!] (http://loripsum.net/) +| ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | [Go!] (http://reqres.in/) ### Drinks From 230780187b75b4c6503fb008a7232dd83c66f1d9 Mon Sep 17 00:00:00 2001 From: Mostafa Gaafar Date: Sun, 17 Apr 2016 08:52:06 +0400 Subject: [PATCH 3/5] Add "Fuck Off as a Service" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5cf12d9..b7cdd386 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ A collective list of JSON APIs for use in web development. | Facebook API | Facebook Login, Share on FB, Social Plugins, Analytics and more | Yes | [Go!](https://developers.facebook.com/) | | Twitter API | Read and write Twitter data | Yes | [Go!](https://dev.twitter.com/rest/public) | | Telegram API | Read and write Telegram data | Yes | [Go!](https://core.telegram.org/api#getting-started) | +| Fuck Off as a Service | Asks someone to fuck off | No | [Go!](https://www.foaas.com) | ### Sports/Fitness From ca96d44ca5c5ea8b60307f18b6c4b63d1397eac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergej=20M=C3=BCller?= Date: Sat, 23 Apr 2016 21:45:52 +0200 Subject: [PATCH 4/5] Add IP2Country JSON API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7cdd386..5f79896e 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth |Link | |---|---|---|---| | OpenCage | Forward and reverse geocoding using open data | No | [Go!](https://geocoder.opencagedata.com) | +| IP 2 Country | Map an IP to a country | No | [Go!](https://ip2country.info) | ### Media From 480ba971b78c5e5a5538de81c273160ce1980a20 Mon Sep 17 00:00:00 2001 From: paesku Date: Sun, 24 Apr 2016 12:17:52 +0200 Subject: [PATCH 5/5] add API from asterank.com for minor planets --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b7cdd386..59c8bc5a 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,11 @@ A collective list of JSON APIs for use in web development. | Drupal.org | Drupal.org API | No | [Go!](https://www.drupal.org/drupalorg/api) | | Libraries.io | Open source software libraries | No | [Go!](https://libraries.io/api) | +### Planets +| API | Description | OAuth |Link | +|---|---|---|---| +| Minor Planet Center | Asterank.com API | No | [Go!](http://www.asterank.com/mpc) | + ### Security | API | Description | OAuth |Link |