v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Composition

Get engagement metrics for style tweets

get/styles/{id}/performance

Path parameters

idstring required

Style profile ID or X username

Response

Performance metrics

xUsernamestring required
tweetCountinteger required

Example response

{
  "xUsername": "elonmusk",
  "tweetCount": 5,
  "tweets": [
    {
      "id": "1234567890",
      "text": "Excited to share our latest research findings.",
      "likeCount": 120,
      "retweetCount": 15,
      "replyCount": 8,
      "viewCount": 5000,
      "createdAt": "2025-01-15T12:00:00Z"
    }
  ]
}