---
title: "Get Public Stats"
method: GET
path: "/stats"
tags: ["public"]
---

# Get Public Stats

`GET /stats`

Public adoption signal for the marketing site.

Returns lifetime counts of completed snapshots, registered users, and
chat messages. Cached in-memory for 24h so a viral landing-page hit
doesn't translate into row-count scans on the primary database.

## Response `200`

Successful Response

- StatsResponse
  - `repos_indexed` integer, required
  - `users_active` integer, required
  - `chats_completed` integer, required

---

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