freeapis

RandomUser

Generates and list user data

Authentication
No auth
HTTPS
Yes
CORS
Unknown
Category
Test Data
Documentation / URL
https://randomuser.me

Overview

RandomUser.me generates realistic fake user profiles — names, photos, and locations — keyless (verified live). The standard fake-user API for UI testing.

Quick Start

One user (verified live):

curl "https://randomuser.me/api/"
{
  "results": [
    {
      "gender": "male",
      "name": { "title": "Mr", "first": "Etiènne", "last": "Walravens" },
      "location": { "city": "Warmenhuizen", "state": "Limburg", "country": "Netherlands" },
      "email": "[email protected]",
      "picture": { "large": "https://randomuser.me/api/portraits/men/75.jpg" }
    }
  ]
}

More users / filters:

curl "https://randomuser.me/api/?results=5&gender=female&nat=US"

Authentication

None — keyless.

Rate Limits & Notes

  • Free; be polite — no hard published limit (per docs: free for personal/prototyping).
  • Params: results, gender, nat, inc, exclude.
  • Includes realistic profile photos.

FAQ

Is RandomUser free? Yes — free and keyless (verified).

Can I get multiple users? Yes — ?results=5.

What data? Name, email, location, and photo.

More in Test Data

APIAuthHTTPSCORS
AddressMock

Random US, Hong Kong and Cape Verde addresses with matched city, state and ZIP

No authYesYes
Bacon Ipsum

A Meatier Lorem Ipsum Generator

No authYesUnknown
Dicebear Avatars

Generate random pixel-art avatars

No authYesNo
DummyJSON

Fake REST API with products, users, posts, comments, todos and more

No authYesYes
English Random Words

Generate English Random Words with Pronunciation

No authYesNo