From b36a03be1d43b260ba12293f95c04da3c6dc3307 Mon Sep 17 00:00:00 2001 From: MAGESHKANNAN ANNATHURAI Date: Tue, 11 Jul 2023 19:05:52 +0530 Subject: [PATCH] Add Dummy User API to Test Data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..ecc5890b 100644 --- a/README.md +++ b/README.md @@ -1576,6 +1576,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Bacon Ipsum](https://baconipsum.com/json-api/) | A Meatier Lorem Ipsum Generator | No | Yes | Unknown | | [Dicebear Avatars](https://avatars.dicebear.com/) | Generate random pixel-art avatars | No | Yes | No | +| [Dummy User](https://dummyuser.vercel.app/) | Generate Realistic User Test data | No | Yes | Unknown | | [English Random Words](https://random-words-api.vercel.app/word) | Generate English Random Words with Pronunciation | No | Yes | No | | [FakeJSON](https://fakejson.com) | Service to generate test and fake data | `apiKey` | Yes | Yes | | [FakerAPI](https://fakerapi.it/en) | APIs collection to get fake data | No | Yes | Yes |