---
title: "GET /stats/visitors"
method: GET
path: "/stats/visitors"
tags: ["Stats", "Visitors"]
---

# GET /stats/visitors

`GET /stats/visitors`

See the top rankings of where visiting members are coming from

## Response `200`

Visitor stats

- object
  - `success` boolean
  - `data` object
    - `state` object[]
      - `value` string — The country code or abbreviation
      - `counter` string — The number of visitors from this state or country
    - `device` object[]
      - `value` string — Browser and OS combination
      - `counter` string — Number of occurrences for this device type
    - `referrer` object[]
      - `value` string — The referring URL
      - `counter` string — Number of visits from this referrer
    - `region` object[]
      - `value` string — Region name or user-defined area
      - `counter` string — Number of visits from this region
    - `server` object[]
      - `value` string — The name of the server or service source
      - `counter` string — Count of requests associated with this server

## Other responses

- `401` — API key invalid, please generate a new one from dash.vaultcord.com/developers

---

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