---
title: "Check if a gist is starred"
method: GET
path: "/gists/{gist_id}/star"
tags: ["gists"]
---

# Check if a gist is starred

`GET /gists/{gist_id}/star`

## Path parameters

- `gist_id` string, required

## Response `204`

Response if gist is starred

## Other responses

- `304` — Not modified
- `403` — Forbidden
- `404` — Not Found if gist is not starred

---

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