Random User Generator
randomuser.me
Random User Generator | Home
$.ajax({ url: 'https://randomuser.me/api/', dataType: 'json', success: function(data) { console.log(data); } }); The application will provide you with a JSON, XML, CSV, or YAML object that you can parse and apply to your application. You can specify the format you want the results in using the format parameter. { "results": [ { "gender": "female", "name": { "title": "Miss", "first": "Jennie", "last": "Nichols" }, "location": { "street": { "number": 8929, "name": "Valwood Pkwy", }, "city": "Billings", "state": "Michigan", "country": "United States", "postcode": "63104", "coordinates": { "latitu
Photos
Random user generator is a FREE API for generating placeholder user information. Get profile photos, names, and more. It's like Lorem Ipsum, for people.
Documentation
Random user generator is a FREE API for generating placeholder user information. Get profile photos, names, and more. It's like Lorem Ipsum, for people.
Randommer
randommer.io
Generate Random Data API - Randommer
Generate free random numbers, phone numbers, names list, security numbers, validate telephones and everything that is random. Free API support is included
Seeking for a fantasy name generator API
Chartopia has an API for rolling all public random tables and generators. DM me if you need some details. More on reddit.com
Random Name Generator
Your slices should just be [-2:] and [-3:], respectively. [-2:-1] only includes the second-to-last character. Also, think through your logic. You only check the vowels if choice is not truthy. If choice were repeatedly truthy for multiple iterations of the for loop, you would never check how many vowels there were. You need your loop to do this: Check if there are too many consecutive vowels; if so, add a consonant. Otherwise, check if there are too many consonants. If so, add a vowel. If there are neither too many vowels nor too many consonants, then randomly add a vowel or a consonant. More on reddit.com
Trying to create a random name generator. Please help.
First, try and understand this code. list_a = ["a0", "a1", "a2"] list_b = ["b0", "b1", "b2"] a_index = 0 b_index = 2 print(list_a[a_index] + " " + list_b[b_index]) # -> "a0 b2" And next, try generating a_index and b_index randomly. import random list_a = ["a0", "a1", "a2"] list_b = ["b0", "b1", "b2"] a_index = random.randrange(0, len(list_a)) b_index = random.randrange(0, len(list_b)) print(list_a[a_index] + " " + list_b[b_index]) And next, try changing the list elements, and "generate 5 random names" by yourself! More on reddit.com
Trying to build a random name generator, know of any good names lists?
I have done something like this before. I used a simple markov chain to generate random names. The source is even here . There is also a names.txt file that is an example of what could be used to train it. More on reddit.com
Name Parser
parser.name › name parser › api › generate random names with the name parser api
Generate random names with the Name Parser API
Use our RESTful API to generate random names for any given gender and country code.
API Ninjas
api-ninjas.com › api › randomuser
Random User API - API Ninjas
The Random User API generates fake random user data such as name, email, address, username for placeholders or application testing.
Muffinlabs
namey.muffinlabs.com
Namey - A random name generator
It uses the US Census Bureau database of first and last names to generate random names. You can specify a few options for the sort of name you would like to get. It's pretty easy, so... Lets make some names! Code: Namey is powered by a ruby gem. The code is totally open source, do what you ...
Postman
documenter.getpostman.com › view › 19878710 › 2s93Jrwk3R
Random User Generator API
The Postman Documenter generates and maintains beautiful, live documentation for your collections. Never worry about maintaining API documentation again.
GitHub
github.com › randomusernameapi › randomusernameapi.github.io
GitHub - randomusernameapi/randomusernameapi.github.io: A api that generates random usernames. · GitHub
Welcome to the Random Username Generator API, your go-to tool for generating unique and creative usernames effortlessly!
Starred by 8 users
Forked by 3 users
Languages JavaScript
Namefake
en.namefake.com › api
API - Fake Name Generator
You can also specify gender and country for the generated name. For example: //api.name-fake.com/ukrainian-ukraine/male/ If you need to generate names randomly then you can use //api.name-fake.com/random/random.
GitHub
github.com › AbhinRustagi › Random-Name
GitHub - AbhinRustagi/Random-Name: 🎲 random name generator using a public API
🎲 random name generator using a public API. Contribute to AbhinRustagi/Random-Name development by creating an account on GitHub.
Author AbhinRustagi
Reddit
reddit.com › r/rpg_generators › seeking for a fantasy name generator api
r/rpg_generators on Reddit: Seeking for a fantasy name generator API
October 28, 2022 -
Are there any good publicly available APIs for a fantasy names generation? Like a standard generators for elves, dwarves and so on, but an API that will return a list of names by a request. Am I just blind?
Top answer 1 of 5
4
Chartopia has an API for rolling all public random tables and generators. DM me if you need some details.
2 of 5
3
Not that I know of, but I could build one pretty quickly, given that I'd just have to put an API in front of my name generation library. What are you looking for exactly?
Fun Generators
fungenerators.com › api › namegen
Name Generation API
Name Generation · Lottery Number Generation API · Random Facts API · QR Code Generator · Barcode Generator · Lorem Ipsum Generator · Lottery Number Generator · Insult Generator · Name Generators · Word Cloud Generator · Random Truth or Dare Generator ·
GitHub
github.com › tse018 › randomNamesApi
GitHub - tse018/randomNamesApi: Simple random names generator using Rest-API · GitHub
Simple random names generator using Rest-API . Contribute to tse018/randomNamesApi development by creating an account on GitHub.
Author tse018
Websonic
websonic.co.uk › names
Name API: Contextual Search & Random Name Generator
A simple, free-to-use API for contextual name search and random name generation. Ideal for app development, form validation, and data generation.
RapidAPI
rapidapi.com › SethGecko › api › ultimate-name-generator
Ultimate Name Generator
Ultimate Name Generator
Postman
documenter.getpostman.com › view › 10966350 › Szf6WTrT
Random Data Generator API - Random Key
The API supports a variety of services: locations, names, dates, numbers, social security numbers, Credit Card Numbers. The API can be used as a personal data generator in application development. Check out https://randomkey.io/random-data-api for more information.
Free Public APIs
freepublicapis.com › random-user-generator
👤 Random User Generator - Tested Every Single Day.
API for generating random user data like names, emails, addresses, and more. Provides JSON, XML, CSV, or YAML objects.