Random User Generator

Random User Generator is a free API that provides developers with random user data such as names, emails, avatars, locations, and login credentials. It's designed for testing and prototyping applications without needing real user information. With support for multiple nationalities and customizable parameters, it’s ideal for frontend mockups, demo apps, and UI/UX testing.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

1,000 requests/day

Rate Limit

API Endpoints

Generates random user profiles

Full URL

https://randomuser.me/api

Code Examples

curl -X GET 'https://randomuser.me/api'

Parameters

{
  "nat": "us",
  "results": 1
}

Example Response

{
  "results": [
    {
      "name": {
        "last": "Doe",
        "first": "John"
      },
      "email": "[email protected]",
      "location": {
        "city": "New York"
      }
    }
  ]
}

Version

1.4
Tags
dummy-datatesting
Technical Details
Authentication
None
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

1,000 requests/day (soft limit)

Supported Languages
Any
Use Cases
user management prototypes
testing
https://randomuser.me/

Related APIs

Discover similar APIs that might interest you

APIfree

JSONPlaceholder

JSONPlaceholder is a free online REST AP...

Category
Development
Endpoints
1
dummy-datamock-datatesting
APIopen source

Appwrite Backend API

Appwrite is a comprehensive open-source ...

Category
Development
Endpoints
1
backendserver
APIopen source

Temporal Workflow API

Temporal is a powerful open-source engin...

Category
Development
Endpoints
1
orchestrationworkflows
Random User Generator API – Free Fake User Data API | Free API Hub