---
title: "Get Traffic"
method: GET
path: "/cabinet/admin/ban-system/traffic"
tags: ["Cabinet Admin Ban System"]
---

# Get Traffic

`GET /cabinet/admin/ban-system/traffic`

Get full traffic statistics including top users.

## Response `200`

Successful Response

- BanTrafficResponse — Full traffic statistics response.
  - `enabled` boolean
  - `stats` object, nullable
  - `top_users` BanTrafficTopItem[]
    - `username` string, required
    - `bytes_total` integer
    - `bytes_limit` integer, nullable
    - `over_limit` boolean
  - `recent_violations` BanTrafficViolationItem[]
    - `id` integer, nullable
    - `username` string, required
    - `email` string, nullable
    - `violation_type` string, required
    - `description` string, nullable
    - `bytes_used` integer
    - `bytes_limit` integer
    - `detected_at` string, date-time, required
    - `resolved` boolean

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
