---
title: "Get stargazer count"
method: GET
path: "/repos/{owner}/{repo}/stargazers/count"
tags: ["activity"]
---

# Get stargazer count

`GET /repos/{owner}/{repo}/stargazers/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.

## Path parameters

- `owner` string, required
- `repo` string, required

## Response `200`

Response

- object
  - `count` integer, required

## Other responses

- `404` — Resource not found

## Changes

- **2026-09-02** (2026-03-10) `77bd502d6220` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/github/apis/rest/changes/repos/:owner/:repo/stargazers/count/get.md)

---

[API](https://skmtc.dev/github/apis/rest.md) · [All operations](https://skmtc.dev/github/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/rest/revisions/cfecd3cfed1d/schema)
