Random User

Generate random fake user profiles for testing and prototyping. Each call returns a unique name, email address, phone number, mailing address, and avatar URL.

Get API Key

Overview

Use Cases

  • Populate test databases with realistic-looking user records
  • Demo and prototype applications without real user data
  • Load testing with varied user payloads
  • UI mockups and design previews

Features

Realistic names, emails, and phone numbers via jaswdr/faker
Full mailing address including street, city, state, zip, and country
Unique avatar URL per generated user (DiceBear Identicon)
Every call returns a different random user

API Endpoints

Get Random User

Returns a randomly generated fake user profile.

GET
https://api.requiems.xyz/v1/misc/random-user

Try it out

Live Demo
Request

Response Fields

Field Type Description
name string Full name of the generated user
email string Email address of the generated user
phone string Phone number of the generated user
address.street string Street address
address.city string City name
address.state string State or region
address.zip string Postal / ZIP code
address.country string Country name
avatar string URL to a unique identicon avatar for the generated user (DiceBear)

Code Examples

curl https://api.requiems.xyz/v1/misc/random-user \
  -H "requiems-api-key: YOUR_API_KEY"

Error Responses

500

internal_error

Internal server error

Frequently Asked Questions