MockHero

social_platform

Social

Generate social media platform names (Twitter/X, Instagram, LinkedIn, TikTok, etc.). For social integration testing and profile link fields.

Example Outputs

TwitterInstagramLinkedInTikTokGitHub

API Usage

Send a POST request to generate social platform 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": "social_platform",
          "type": "social_platform"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Social profile fields
  • Share button testing
  • Platform integration testing

Quick Info

Field Type
social_platform
Category
Social
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate social platform data instantly in the playground.

Generate Social Platform + 155 more types via API

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

Get Started Free