emoji
ContentGenerate random emoji characters. For reaction systems, status fields, and any UI that displays emoji.
Example Outputs
🚀❤️🔥🎉👍API Usage
Send a POST request to generate emoji 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": "emoji",
"type": "emoji"
}
]
}
]
}'Common Use Cases
- Reaction system testing
- Status field seeding
- Chat message testing
- Emoji picker testing
Quick Info
- Field Type
- emoji
- Category
- Content
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Generate Emoji + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.