pronoun_set
IdentityGenerate pronoun sets for inclusive profile data. Returns complete pronoun strings like 'he/him', 'she/her', 'they/them'.
Example Outputs
he/himshe/herthey/themAPI Usage
Send a POST request to generate pronoun set 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": "pronoun_set",
"type": "pronoun_set"
}
]
}
]
}'Common Use Cases
- User profile seeding
- Inclusive form testing
- Social platform testing
Quick Info
- Field Type
- pronoun_set
- Category
- Identity
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Pronoun Set + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.