reaction
SocialGenerate social media reaction types (like, love, laugh, wow, sad, angry). For social feed testing and reaction system development.
Example Outputs
likelovelaughwowsadangryAPI Usage
Send a POST request to generate reaction 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": "reaction",
"type": "reaction"
}
]
}
]
}'Common Use Cases
- Social feed testing
- Reaction system development
- Analytics data generation
Quick Info
- Field Type
- reaction
- Category
- Social
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Reaction + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.