MockHero

full_name

Identity

Generate 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 Svensson

API 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

Try it now

Generate full name data instantly in the playground.

Generate Full Name + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free