From 2dc736a85dd663a60e313b8b509388721b6cdca3 Mon Sep 17 00:00:00 2001 From: fauzan171 Date: Wed, 20 May 2026 14:58:41 +0700 Subject: [PATCH] Add DummyJSON to Test Data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 025ab1ab..4ea3e63f 100644 --- a/README.md +++ b/README.md @@ -1672,6 +1672,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 | +| [DummyJSON](https://dummyjson.com/) | Fake REST API with products, users, posts, comments, todos and more | No | Yes | Yes | | [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 |