GET /generate/user
Generieren Sie realistische but entirely fake user profiles for testing und development. Jeder profile includes a random name, email, username, address, phone number, date of birth, und avatar URL. Nützlich für populating test databases, UI prototyping with realistic data, demo environments, load testing, und anywhere you need realistic user data without using real personal information.
count
optional
Standard: 1
Count
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
count |
Nein | 1 | Count |
curl https://nordapi.ee/api/v1/generate/user
curl https://nordapi.ee/api/v1/generate/user
curl "https://nordapi.ee/api/v1/generate/user?count=5"
curl "https://nordapi.ee/api/v1/generate/user?count=20"
{
"count": 1,
"data": [
{
"avatar": "https://api.dicebear.com/7.x/avataaars/svg?seed=LindaMartinez",
"email": "linda.martinez61@outlook.com",
"first_name": "Linda",
"id": "0f78c13a-b173-4b1d-9d4f-43a9d3ea2744",
"last_name": "Martinez",
"username": "linda886"
}
],
"success": true
}