Composition
Get engagement metrics for style tweets
get/styles/{id}/performance
Path parameters
idstring required
Style profile ID or X username
Response
Performance metrics
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"
}
]
}