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

    UserRankResource(User Rank Resource)

    Information about a Twitter user in the leaderboard with rank

    {
        "id": 1574131381940200000,
        "username": "michaelolamipo4",
        "name": "michael olamiposi",
        "profile_picture": "https://pbs.twimg.com/profile_images/1574131739399684098/KAynw3f9_normal.jpg",
        "followers": 20,
        "is_verified": false,
        "is_blue_verified": false,
        "final_score": "53",
        "tweets_count": 1,
        "retweet_count": 0,
        "reply_count": 0,
        "like_count": 1,
        "quote_count": 0,
        "view_count": 1,
        "bookmark_count": 0,
        "rank": 1
    }
    Built with