MockHero

first_name

Identity

Generate realistic, locale-aware first names for any country. MockHero produces culturally appropriate names — German names for German users, Japanese names for Japanese users — not just 'John' every time.

Example Outputs

MaximilianYukiPriyaMohamedIngrid

Parameters

ParameterDescription
localeLanguage/region code (en, de, fr, es, ja, etc.)

API Usage

Send a POST request to generate first 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": "first_name",
          "type": "first_name",
          "params": {
            "locale": "de"
          }
        }
      ]
    }
  ]
}'

Common Use Cases

  • User profile seeding
  • CRM test data
  • Multi-locale testing
  • Demo account generation

Quick Info

Field Type
first_name
Category
Identity
Parameters
1 parameter
Output Format
JSON, CSV, SQL

Try it now

Generate first name data instantly in the playground.

Generate First Name + 155 more types via API

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

Get Started Free