---
title: "全局统计"
method: GET
path: "/api/v1/stat/count"
tags: ["stat"]
---

# 全局统计

`GET /api/v1/stat/count`

全局统计

## Query parameters

- `day` 1 | 7 | 30 | 90
- `kb_id` string, required

## Response `200`

OK

- object
  - `code` integer
  - `data` V1StatCountResp
    - `conversation_count` integer
    - `ip_count` integer
    - `page_visit_count` integer
    - `session_count` integer
  - `message` string
  - `success` boolean

---

[API](https://skmtc.net/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.net/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/versions/20a6fc57042a/schema)
