---
title: "NewSpot"
description: "A new danger spot report."
---

> 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 new danger spot report.

## Fields

- `NewSpot.title` (string, required) — Short headline. Phone numbers are replaced with `[removed]`.
  - minLength 3; maxLength 80
- `NewSpot.lat` (number, required)
  - format `double`; min -1.6; max 4.3
- `NewSpot.lng` (number, required)
  - format `double`; min 29.5; max 35.1
- `NewSpot.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"`
- `NewSpot.severity` (integer, required)
  - min 1; max 5
- `NewSpot.time_of_day` (string, required) — When the spot is dangerous.
  - one of `"day"`, `"night"`, `"any"`
- `NewSpot.description` (string, optional) — What happened and when it's dangerous. Describe the place, never a person.
  - maxLength 600; default `""`
- `NewSpot.area` (string, optional)
  - maxLength 80; default `""`
- `NewSpot.incident_date` (string | null, optional)
  - format `date`
- `NewSpot.source_url` (string | null, optional) — An `http` or `https` link. Send `""` or `null` for none.
  - format `uri`; maxLength 300


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