X-score
    • Users
      • Check if twitter user has posts in the campaign
        GET
      • Get a ranked X user in a campaign
        GET
      • Get leaderboard twitter user statistics
        GET
    • Posts
      • Get post statistics
        GET
      • Get post ratings
        GET
    • Campaigns
      • List campaigns
        GET
    • Schemas
      • Twitter Post statistics
      • CampaignStatusEnum
      • User Leaderboard Resource
      • Campaign Resource
      • User Rank Resource
      • Twitter User
      • Twitter Post With Scores

    TwitterPostStatistics(Twitter Post statistics)

    Aggregated statistics for all tweets in a campaign.

    {
        "participants": 12633,
        "tweets_count": 17314,
        "like_count": 3420,
        "view_count": 367578,
        "analyzing_started_at": "2025-06-27 12:03:08.243",
        "analyzing_finished_at": "2025-06-27 12:03:12.867"
    }
    Built with