MockHero

reaction

Social

Generate social media reaction types (like, love, laugh, wow, sad, angry). For social feed testing and reaction system development.

Example Outputs

likelovelaughwowsadangry

API 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

Try it now

Generate reaction data instantly in the playground.

Generate Reaction + 155 more types via API

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

Get Started Free