MockHero

name_suffix

Identity

Generate name suffixes like Jr., Sr., III, PhD, Esq. For testing name fields that support generational or professional suffixes.

Example Outputs

Jr.Sr.IIIPhDEsq.

API Usage

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

Common Use Cases

  • Full name display testing
  • Legal document generation
  • Name parsing testing

Quick Info

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

Try it now

Generate name suffix data instantly in the playground.

Generate Name Suffix + 155 more types via API

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

Get Started Free