twitter_handle
SocialGenerate Twitter/X-compatible handles with @ prefix. For social media integration testing and profile link fields.
Example Outputs
@devmax42@codelife@buildinpublic@techfoundrAPI Usage
Send a POST request to generate twitter handle 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": "twitter_handle",
"type": "twitter_handle"
}
]
}
]
}'Common Use Cases
- Social profile fields
- Twitter integration testing
- Social proof display
Quick Info
- Field Type
- twitter_handle
- Category
- Social
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Twitter Handle + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.