marital_status
IdentityGenerate marital status values (single, married, divorced, widowed, etc.) for demographic and HR data testing.
Example Outputs
singlemarrieddivorcedwidowedseparatedAPI Usage
Send a POST request to generate marital status 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": "marital_status",
"type": "marital_status"
}
]
}
]
}'Common Use Cases
- HR system testing
- Insurance form seeding
- Census data generation
- Tax form testing
Quick Info
- Field Type
- marital_status
- Category
- Identity
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Marital Status + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.