From 4d2eeec45a49a5c548d3f45c3417c2df438e2ef4 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 3 Jul 2017 01:01:39 -0400 Subject: [PATCH] Add Public-APIs JSON as entry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63b72578..5e20e485 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ API | Description | Auth | HTTPS | Link | | Loripsum | The "lorem ipsum" generator that doesn't suck | No | No | [Go!](http://loripsum.net/) | | Myjson | A simple JSON store for your web or mobile app | No | No | [Go!](http://myjson.com/api) | | Plino | Spam filtering system | No | Yes | [Go!](https://plino.herokuapp.com/) | +| Public APIs | A collective list of free JSON APIs for use in web development | No | Yes | [Go!](https://github.com/toddmotto/public-apis/tree/master/json) | | Random Word | Generate random word | No | No | [Go!](http://www.setgetgo.com/randomword/) | | RandomUser | Generates random user data | No | Yes | [Go!](https://randomuser.me) | | ReqRes | A hosted REST-API ready to respond to your AJAX requests | No | Yes | [Go!](https://reqres.in/ ) |