---
title: "Get GitHub star count"
method: GET
path: "/api/github-stars"
tags: ["github", "internal"]
---

# Get GitHub star count

`GET /api/github-stars`

Returns the current star count for the Scanopy GitHub repository.

## Response `200`

GitHub star count

- ApiResponseU32
  - `data` integer
  - `error` string, nullable
  - `meta` ApiMeta, required — API metadata included in all responses
    - `api_version` integer, required — API version (integer, increments on breaking changes)
    - `server_version` string, required — Server version (semver)
  - `success` boolean, required

---

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