Skip to main content
GET
/
followers-stats
/followers-stats Get number of followers for each category on TweetScout
curl --request GET \
  --url https://api.sorsa.io/v2/followers-stats \
  --header 'ApiKey: <api-key>'
{
  "followers_count": 16,
  "influencers_count": 12,
  "projects_count": 3,
  "user_protected": false,
  "venture_capitals_count": 1
}

Authorizations

ApiKey
string
header
required

Query Parameters

user_handle
string

user_handle or user_id required

user_id
string

user_handle or user_id required

Response

OK

followers_count
integer
Example:

16

influencers_count
integer
Example:

12

projects_count
integer
Example:

3

user_protected
boolean
Example:

false

venture_capitals_count
integer
Example:

1