full_name
IdentityGenerate complete full names with proper cultural formatting. Combines locale-aware first and last names into a single field, perfect for display name columns.
Example Outputs
Maximilian BergmannYuki TanakaMaria GarciaAhmed HassanAnna SvenssonAPI Usage
Send a POST request to generate full name 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": "full_name",
"type": "full_name"
}
]
}
]
}'Common Use Cases
- Display name fields
- User directory testing
- Search functionality testing
- PDF report generation
Quick Info
- Field Type
- full_name
- Category
- Identity
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Full Name + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.