v23

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0127977.1 KB
Stats

Get newly-banned user counts

Returns the number of distinct users whose trust level was newly set to "red" (banned/convicted) over the last day, week, and month.

get/api/v1/banned_users/counts

Response

successful

dayinteger required
weekinteger required
monthinteger required

Example response

{
  "day": 3,
  "week": 12,
  "month": 48
}