Generate realistic random user profiles with names, addresses, photos, and contact info. Filter by nationality. Free, no key required. Ideal for test data and prototyping.
https://api.apiclearinghouse.com/v1/call/random-userAuthenticate with X-Api-Key: chk_live_... header.
/generateGenerate random user profiles
| Name | Type | Required | Description |
|---|---|---|---|
| count | number | optional | Number of profiles to generate (1–10, default 1)(default: 1) |
| nationality | string | optional | Nationality code: us, gb, au, ca, de, fr, etc.(default: us) |
curl -s "https://api.apiclearinghouse.com/v1/call/random-user/generate?count=1&nationality=us" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"users": "example"
}
}No setup required. Sign in and run Random User directly from your browser.
Open in Explorer →Monthly limits also apply per plan.