v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Sorsa Info Crypto Related

Top 20 Followers by Score

Returns the 20 followers of the specified account with the highest Sorsa Score. Each entry includes the follower's profile data and follow date. Useful for identifying the most influential accounts in a user's audience. Identify the user by providing exactly one of: user_link, username, or user_id.

get/top-followers

Query parameters

user_linkstring

Full URL of the user's Twitter/X profile.

usernamestring

Twitter/X handle (without @).

user_idstring

Numeric Twitter/X user ID.

Response

OK

Example response

{
  "users": [
    {
      "created_at": "2009-06-02T20:12:29Z",
      "description": "Bio text",
      "display_name": "Elon Musk",
      "follower_date": "2009-06-02T20:12:29Z",
      "followers_count": 100000,
      "followings_count": 500,
      "id": "44196397",
      "profile_background_image_url": "https://pbs.twimg.com/profile_banners/44196397/123",
      "profile_image_url": "https://pbs.twimg.com/profile_images/123/photo.jpg",
      "score": 100,
      "tweets_count": 5000,
      "username": "elonmusk",
      "verified": true
    }
  ]
}