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
Example response
{
"day": 3,
"week": 12,
"month": 48
}