From 19fcb0c1217d5c270d860d95ed8fe92ce0d75f89 Mon Sep 17 00:00:00 2001 From: Aromal S Date: Sun, 3 Oct 2021 16:26:08 +0000 Subject: [PATCH] Add Metaphorsum API Add Metaphorsum API to Test Data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a1c5311..5fbedbf5 100644 --- a/README.md +++ b/README.md @@ -1116,6 +1116,7 @@ API | Description | Auth | HTTPS | CORS | | [JSONPlaceholder](http://jsonplaceholder.typicode.com/) | Fake data for testing and prototyping | No | No | Unknown | | [Loripsum](http://loripsum.net/) | The "lorem ipsum" generator that doesn't suck | No | No | Unknown | | [Mailsac](https://mailsac.com/docs/api) | Disposable Email | `apiKey` | Yes | Unknown | +| [Metaphorsum](http://metaphorpsum.com/) | Generate demo paragraphs giving number of words and sentences | No | No | Unknown | | [PIPL](https://pipl.ir/) | Free and public API that generates random and fake people's data in JSON | No | Yes | No | | [QuickMocker](https://quickmocker.com) | API mocking tool to generate contextual, fake or random data | No | Yes | Yes | | [Randommer](https://randommer.io/randommer-api) | Random data generator | `apiKey` | Yes | Yes |