---
title: "SpotHit"
description: "A mapped spot matching the search text."
---

> 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

A mapped spot matching the search text.

## Fields

- `SpotHit.id` (integer, required)
- `SpotHit.title` (string, required)
- `SpotHit.area` (string, required)
- `SpotHit.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"`
- `SpotHit.severity` (integer, required)
  - min 1; max 5
- `SpotHit.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"`
- `SpotHit.moderator_verified` (boolean, required)
- `SpotHit.lat` (number, required)
  - format `double`
- `SpotHit.lng` (number, required)
  - format `double`
- `SpotHit.score` (number, required) — Relevance. Higher is better; only matches above 0.5 are returned.
  - example `1.8`


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