Classic APIs
ClassicFriendsApi
userFollowingsCount

userFollowingsCount

Gets the number of followings a user has.

Parameters

NameTypeDescription
userIdIdentifierThe ID of the user to get followings count for.

Example

const { data: followingsCount } = await ClassicFriendsApi.userFollowingsCount({ userId: 45348281 }); 

Endpoint

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