latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-201,4701,08213.3 MB

905703de9c0f

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

countinteger required

Example response

{
  "count": 42
}