From 5ded24c7d89c1d1928280db23e74e0c35c912ffc Mon Sep 17 00:00:00 2001 From: Som Vishwas Tambe Date: Sat, 12 Oct 2019 03:29:58 +0530 Subject: [PATCH] Added "This Person Does Not Exist" API (#1086) Added "This Person Does Not Exist" link to Test Data section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bf4305e8..550633a3 100644 --- a/README.md +++ b/README.md @@ -815,6 +815,7 @@ API | Description | Auth | HTTPS | CORS | | [Loripsum](http://loripsum.net/) | The "lorem ipsum" generator that doesn't suck | No | No | Unknown | | [RandomUser](https://randomuser.me) | Generates random user data | No | Yes | Unknown | | [RoboHash](https://robohash.org/) | Generate random robot/alien avatars | No | Yes | Unknown | +| [This Person Does not Exist](https://thispersondoesnotexist.com) | Generates real-life faces of people who do not exist | No | Yes | Unknown | | [UI Names](https://github.com/thm/uinames) | Generate random fake names | No | Yes | Unknown | | [Yes No](https://yesno.wtf/api) | Generate yes or no randomly | No | Yes | Unknown |