---
title: "SpotSummary"
description: "The fields of a spot needed to show it in search results."
---

> 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

The fields of a spot needed to show it in search results.

## Fields

- `SpotSummary.id` (integer, required)
- `SpotSummary.title` (string, required)
- `SpotSummary.area` (string, required)
- `SpotSummary.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"`
- `SpotSummary.severity` (integer, required)
  - min 1; max 5
- `SpotSummary.status` (string, required) — The community's verdict from votes. `confirmed` needs at least 3 more confirmations than denials, and `disputed` means denials outnumber confirmations by more than 2.
  - one of `"unverified"`, `"confirmed"`, `"disputed"`
- `SpotSummary.moderator_verified` (boolean, required)
- `SpotSummary.lat` (number, required)
  - format `double`
- `SpotSummary.lng` (number, required)
  - format `double`


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