MockHero

username

Identity

Generate realistic usernames derived from generated names. Produces natural-looking handles like 'mbergmann42' that feel real in your UI.

Example Outputs

mbergmann42ytanakapriya_sgarcia.manna.sv

API 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

Try it now

Generate username data instantly in the playground.

Generate Username + 155 more types via API

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

Get Started Free