---
title: "Get User Growth Stats"
method: GET
path: "/v1/admin/stats/users/growth"
tags: ["admin", "statistics"]
---

# Get User Growth Stats

`GET /v1/admin/stats/users/growth`

## Query parameters

- `days` integer

## Response `200`

Successful Response

- UserGrowthResponse
  - `data` UserGrowthData[], required
    - `date` string, required
    - `new_users` integer, required
    - `total_users` integer, required
  - `total_days` integer, required

## Other responses

- `422` — Validation Error

---

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