Classic APIs
ClassicFriendsApi
userFollowersCount

userFollowersCount

Gets the followers count for a specific user.

Parameters

NameTypeDescription
userIdIdentifierThe id of the user to get the follower count for.

Example

const { data: followersCount } = await ClassicFriendsApi.userfollowersCount({ userId: 45348281 }); 

Endpoint

GET /v1/users/{userId}/followers/count