From 024bfd9c1d18130a3c3fd84d82ffb56f513eff8a Mon Sep 17 00:00:00 2001 From: 0kyn <0kyn.dev@gmail.com> Date: Mon, 11 Oct 2021 18:42:21 +0200 Subject: [PATCH] Add Mockaroo API to Test Data Fix apiKey syntax highlighting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa684c55..365dea98 100644 --- a/README.md +++ b/README.md @@ -1222,6 +1222,7 @@ API | Description | Auth | HTTPS | CORS | | [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 | +| [Mockaroo](https://www.mockaroo.com/docs) | Generate fake data to JSON, CSV, TXT, SQL and XML | `apiKey` | Yes | 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 |