v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Sorsa Info Crypto Related

New Following (7 Days)

Returns accounts that the specified user started following in the last 7 days. Both the target account and the returned followings must be present in the Sorsa database, which primarily tracks crypto-related accounts (influencers, projects, VCs). This means the results do not represent all new follows, only those already tracked by our system. Each entry includes profile data and the exact follow date. Identify the user by providing exactly one of: user_link, username, or user_id.

get/new-following-7d

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",
      "favourites_count": 1200,
      "followerDate": "2024-01-15T10:30:00Z",
      "followers_count": 100000,
      "followings_count": 500,
      "id": "44196397",
      "media_count": 300,
      "profile_background_image_url": "https://pbs.twimg.com/profile_banners/44196397/123",
      "profile_image_url": "https://pbs.twimg.com/profile_images/123/photo.jpg",
      "tweets_count": 5000,
      "username": "elonmusk",
      "verified": true
    }
  ]
}