---
title: "Stats"
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.deathspot.org/llms.txt
> Use this file to discover all available pages before exploring further.

Path: Deathspot UG API

## Fields

- `Stats.totals` (object, required)
  - `Stats.totals.total` (integer, required) — Approved spots on the map.
  - `Stats.totals.confirmed` (integer, required) — Community-confirmed or moderator-verified spots.
  - `Stats.totals.unverified` (integer, required)
  - `Stats.totals.this_week` (integer, required) — Spots reported through the app in the last 7 days (excluding seed data).
- `Stats.byCategory` (array<object>, required)
  - `Stats.byCategory.category` (string, required) — What happens at the spot: `murder` (killing), `mob_action`, `boda_gang`, `robbery` (robbery or snatching), `stabbing` (stabbing or hacking), `kidnapping`, `other`.
    - one of `"murder"`, `"mob_action"`, `"boda_gang"`, `"robbery"`, `"stabbing"`, `"kidnapping"`, `"other"`
  - `Stats.byCategory.count` (integer, required)
- `Stats.byArea` (array<object>, required) — The 8 areas with the most spots.
  - `Stats.byArea.area` (string, required)
  - `Stats.byArea.count` (integer, required)
  - `Stats.byArea.max_severity` (integer, required)
    - min 1; max 5


Source: https://docs.deathspot.org/api/schemas/Stats/index.md
