> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Followers Count

> Get the number of followers for a specific user

Returns the total number of users following the specified user. This endpoint is public — no authentication required.

## Path Parameters

<ParamField path="userId" type="string" required>
  The Replyke user ID (UUID) of the user whose follower count to retrieve.
</ParamField>

## Response

On success, returns HTTP `200`:

<ResponseField name="count" type="number">
  Total number of users following this user.
</ResponseField>

## See Also

* [`useFetchFollowersCount` hook](/hooks/follows/use-fetch-followers-count)
* [`useFetchFollowersCountByUserId` hook](/hooks/follows/use-fetch-followers-count-by-user-id)
