---
title: "Moderation stats"
method: GET
path: "/stats"
tags: ["Platform"]
---

# Moderation stats

`GET /stats`

Aggregate public moderation timestamps and active ban count.

## Response `200`

OK

- object
  - `lastBanAt` string, nullable, required
  - `lastKickAt` string, nullable, required
  - `lastReportCompletedAt` string, nullable, required
  - `activeBanCount` integer, required

---

[API](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api.md) · [All operations](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/llms.txt) · [OpenAPI document](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/revisions/880b1f4d531c?raw)
