MockHero

twitter_handle

Social

Generate Twitter/X-compatible handles with @ prefix. For social media integration testing and profile link fields.

Example Outputs

@devmax42@codelife@buildinpublic@techfoundr

API 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

Try it now

Generate twitter handle data instantly in the playground.

Generate Twitter Handle + 155 more types via API

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

Get Started Free