---
title: "Check if a repository is starred by the authenticated user"
method: GET
path: "/user/starred/{owner}/{repo}"
tags: ["activity"]
---

# Check if a repository is starred by the authenticated user

`GET /user/starred/{owner}/{repo}`

Whether the authenticated user has starred the repository.

## Path parameters

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

## Response `204`

Response if this repository is starred by you

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Not Found if this repository is not starred by you

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
