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
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
1,000 requests/day (soft limit)
Supported Languages
Any
Use Cases
user management prototypes
testing
Related APIs
Discover similar APIs that might interest you