MockHero

nickname

Identity

Generate casual nicknames and informal names. Perfect for social platforms, gaming profiles, or any field that accepts display names.

Example Outputs

MaxAceBuddyFlashSpark

API Usage

Send a POST request to generate nickname 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": "nickname",
          "type": "nickname"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Gaming profiles
  • Social platform seeding
  • Chat app testing
  • Display name fields

Quick Info

Field Type
nickname
Category
Identity
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate nickname data instantly in the playground.

Generate Nickname + 155 more types via API

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

Get Started Free