From 500658f3f97e9575e60147f3d579d3930cc74e1f Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Tue, 28 May 2024 06:50:58 -0400 Subject: [PATCH] Add DummyJSON (#351) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 713c324e..13ac2f57 100644 --- a/README.md +++ b/README.md @@ -1594,6 +1594,7 @@ |---|---|---|---|---| | [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/) | Generate dummy data in JSON format | Yes | Yes | Unknown | | [Faker](https://fakerjs.dev/) | Generate massive amounts of fake (but realistic) data for testing and development. | No | Yes | Unknown | | [FakerAPI](https://fakerapi.it/en) | APIs collection to get fake data | No | Yes | Yes | | [FakeStoreAPI](https://fakestoreapi.com/) | Fake store rest API for your e-commerce or shopping website prototype | No | Yes | Unknown |