username
IdentityGenerate realistic usernames derived from generated names. Produces natural-looking handles like 'mbergmann42' that feel real in your UI.
Example Outputs
mbergmann42ytanakapriya_sgarcia.manna.svAPI Usage
Send a POST request to generate username data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "username",
"type": "username"
}
]
}
]
}'Common Use Cases
- User registration testing
- Social platform seeding
- Username uniqueness testing
- Profile URL testing
Quick Info
- Field Type
- username
- Category
- Identity
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Generate Username + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.