v
latestOpenAPI 3.1.02026-08-09127104507.8 KBComposition
Get engagement metrics for style tweets
Get engagement metrics for style tweets.
get/api/v1/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"
}
]
}