---
title: "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

## Fields

- `Place.name` (string, required)
  - example `"Mulago"`
- `Place.detail` (string, required) — Up to three levels of administrative context.
  - example `"Kawempe, Kampala, Central Region"`
- `Place.lat` (number, required)
  - format `double`
- `Place.lng` (number, required)
  - format `double`
- `Place.nearby` (array<unknown>, required) — Up to 5 mapped spots within 2 km, nearest first.
  - `Place.nearby.id` (integer, required)
  - `Place.nearby.title` (string, required)
  - `Place.nearby.area` (string, required)
  - `Place.nearby.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"`
  - `Place.nearby.severity` (integer, required)
    - min 1; max 5
  - `Place.nearby.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"`
  - `Place.nearby.moderator_verified` (boolean, required)
  - `Place.nearby.lat` (number, required)
    - format `double`
  - `Place.nearby.lng` (number, required)
    - format `double`
  - `Place.nearby.distance_m` (number, required) — Distance from the place in metres (at most 2000).
    - example `1240`


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