---
title: "Get global website statistics"
method: GET
path: "/public/analytics/website/stats"
tags: ["Analytics - Public"]
---

# Get global website statistics

`GET /public/analytics/website/stats`

Get global website statistics.

Returns total visits, page views, and leads for the entire website.

**Args:**
- domain: Website domain (query parameter)

**Returns:**
```json
{
  "total_visits": 1543,
  "total_page_views": 8921,
  "total_leads": 234
}
```

**Metrics:**
- `total_visits`: Total unique visitors to the website
- `total_page_views`: Total page views across all pages
- `total_leads`: Total leads generated for this website

## Query parameters

- `domain` string, required — Website domain

## Headers

- `x-website-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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