blood_type
IdentityGenerate realistic blood type values with proper distribution. Supports all 8 blood types with medically accurate frequency weights.
Example Outputs
A+A-B+B-AB+AB-O+O-API Usage
Send a POST request to generate blood type 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": "blood_type",
"type": "blood_type"
}
]
}
]
}'Common Use Cases
- Healthcare system testing
- Medical record seeding
- Blood bank application testing
Quick Info
- Field Type
- blood_type
- Category
- Identity
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Blood Type + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.