Skip to main content
GET
/
followers-stats
Follower Category Stats
curl --request GET \
  --url https://api.sorsa.io/v3/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_link, username or user_id required

username
string

user_link, username or user_id required

user_id
string

user_link, username 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