From d47bc65cc6c0008388125f54ed3d0695ab9f8789 Mon Sep 17 00:00:00 2001 From: Leah Tabush <73200321+leahfern@users.noreply.github.com> Date: Sat, 2 Oct 2021 17:30:17 -0700 Subject: [PATCH] Add Spanish random names (#2084) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76db8cb5..2867e16e 100644 --- a/README.md +++ b/README.md @@ -1108,6 +1108,7 @@ API | Description | Auth | HTTPS | CORS | | [Randommer](https://randommer.io/randommer-api) | Random data generator | `apiKey` | Yes | Yes | | [RandomUser](https://randomuser.me) | Generates and list user data | No | Yes | Unknown | | [RoboHash](https://robohash.org/) | Generate random robot/alien avatars | No | Yes | Unknown | +| [Spanish random names](https://random-names-api.herokuapp.com/public) | Generate spanish names (with gender) randomly | No | Yes | Unknown | | [Spanish random words](https://palabras-aleatorias-public-api.herokuapp.com) | Generate spanish words randomly | No | Yes | Unknown | | [This Person Does not Exist](https://thispersondoesnotexist.com) | Generates real-life faces of people who do not exist | No | Yes | Unknown | | [UUID Generator](https://www.uuidtools.com/docs) | Generate UUIDs | No | Yes | No |