activity
Get stargazer count
Gets the current number of users who have starred the repository. Users who previously starred the repository but later removed their star are not included.
get/repos/{owner}/{repo}/stargazers/count
Path parameters
ownerstring required
The account owner of the repository. The name is not case sensitive.
repostring required
The name of the repository without the .git extension. The name is not case sensitive.
Response
Response
Example response
{
"count": 42
}