---
title: "NearbySpot"
description: "A mapped spot near a searched place."
---

> 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 near a searched place.

## Fields

- `NearbySpot.id` (integer, required)
- `NearbySpot.title` (string, required)
- `NearbySpot.area` (string, required)
- `NearbySpot.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"`
- `NearbySpot.severity` (integer, required)
  - min 1; max 5
- `NearbySpot.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"`
- `NearbySpot.moderator_verified` (boolean, required)
- `NearbySpot.lat` (number, required)
  - format `double`
- `NearbySpot.lng` (number, required)
  - format `double`
- `NearbySpot.distance_m` (number, required) — Distance from the place in metres (at most 2000).
  - example `1240`


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