🌐
Random User Generator
randomuser.me
Random User Generator | Home
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.
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.
🌐
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.
🌐
Jimpix
jimpix.co.uk › words › random-username-generator.php
Random Username Generator
User accounts are ubiquitous these days - most of us have many, many user accounts spread across a lot of different sites. Next time you need to sign up, why not try for something other than jonno234 or bill533? Thinking of something original and fun can sometimes take a fair amount of thinking and imagination. Look no more! Use this free tool to generate a list of random usernames, by combining words from a range of different categories.
🌐
Reddit
reddit.com › r/web_design › i just launched randomuser.me, an api that generates random users for prototyping.
r/web_design on Reddit: I just launched randomuser.me, an API that generates random users for prototyping.
August 10, 2013 - The service will generate a user with a randomized gender, name, profile photo, email address. This is a very small launch and me and my developer are working to add more random data every day.
🌐
GitHub
github.com › giacomocerquone › random-user
GitHub - giacomocerquone/random-user: Random users generator - browser and node.js wrapper of randomuser.me/api/ · GitHub
var randomUser = require('random-user'); randomUser('simple') .then( (data) => console.log(data) ) .catch( (err) => console.log(err) ); // Response Object { firstName: 'charlotte', lastName: 'frazier', email: 'charlotte.frazier@example.com', username: 'purplemouse814', password: 'zelda' } randomUser() .then( (data) => console.log(data) ) .catch( (err) => console.log(err) ); // Response Object { gender: 'female', name: { title: 'mrs', first: 'elisabeth', last: 'schäfer' }, location: { street: '2629 schulstraße', city: 'hamm', state: 'rheinland-pfalz', postcode: 97456 }, email: 'elisabeth.schä
Starred by 2 users
Forked by 2 users
Languages   JavaScript
🌐
Xsgames
xsgames.co › randomusers
Random Users - Generate random user profile pictures and names
generate random user profile pictures and names for your web projects, prototypes, designs and mockups.
🌐
Chrome Web Store
chromewebstore.google.com › detail › random-user-agent-switche › einpaelgookohagofgnnkcfjbkkgepnp
Random User-Agent (Switcher) - Chrome Web Store
🚀 We created this extension ... from different devices. With this extension, your User-Agent string gets automatically swapped out with a randomized one at regular intervals....
🌐
Random User Generator
randomuser.me › documentation
Random User Generator | 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.
Find elsewhere
🌐
Dashlane
dashlane.com › features › username-generator
Username Generator | Dashlane
2 weeks ago - Our username generator allows you to create strong, random usernames with one click to boost your online security.
🌐
NordPass
nordpass.com › username generator
Username Generator: Millions of Random Ideas | NordPass
Using the NordPass Username Generator is easy. First, use the length slider to adjust the character count for your username. Then, you have three other options: Click the Generate button to see a selection of random usernames generated by NordPass.
🌐
PublicAPI
publicapi.dev › random-user-api
RandomUser API - PublicAPI
Users can access this API to generate random user profiles for testing, placeholder text, and more.
🌐
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.
🌐
OutSystems
outsystems.com › forge › component-overview › 2725 › random-user-generator-o11
Random User Generator - Overview (O11) | OutSystems
API for https://randomuser.me This API was created in August 2013 with a goal to create a free and easy to use service to generate random user data for application testing.
🌐
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.
🌐
WordPress
wordpress.org › plugins › random-user-ids
Random User IDs – WordPress plugin | WordPress.org
January 27, 2025 - All newly created users from that moment will be generated with a random user ID in the defined range.
🌐
Bubble
forum.bubble.io › need help › database
Selecting random users details - Database - Bubble Forum
June 24, 2021 - Hello all, I am trying to find a method to grab a random users name and image and display them. Currently, I have managed to do both independently, but of course the name will belong to person A, and the picture to pers…
🌐
UiPath Marketplace
marketplace.uipath.com › listings › random-user-generator-test-data-automation
Random User Generator - Test Data Automation - RPA Component | UiPath Marketplace | Overview
Generates random user details that you can use in the automation of test data creation. The random user details that are generated include all the necessary information like First Name, Last Name, Gender, Date of Birth, Address, Email, Postal ...
🌐
R Package
rdrr.io › r › base › Random-user.html
Random-user: User-supplied Random Number Generation
Optionally, the user can supply ... and is intended to be used to initialize the user's RNG code. The argument is intended to be used to set the ‘seeds’; it is the seed argument to set.seed or an essentially random seed if RNGkind is called....