---
title: "List recent incidents from the Warnely wire"
method: GET
path: "/incidents/recent"
tags: ["Incidents"]
---

# List recent incidents from the Warnely wire

`GET /incidents/recent`

Returns the most recent items from the live safety-incident wire. Sources include Reuters, BBC, AP, AFP, USGS, GDACS, ReliefWeb, Met Office, EA Floods, and several regional news feeds. Each incident is classified by a GPT-4o-mini pipeline.

## Query parameters

- `limit` integer
- `country` string

## Response `200`

List of recent incidents (newest first).

- object
  - `incidents` Incident[]
    - `id` string, uuid
    - `title` string
    - `summary` string
    - `url` string, uri
    - `country_iso` string
    - `city` string
    - `lat` number
    - `lng` number
    - `occurred_at` string, date-time
    - `source` string
    - `category` 'terrorism' | 'crime' | 'civil_unrest' | 'natural_disaster' | 'transport_disruption' | 'health' | 'other'
    - `severity` integer

---

[API](https://skmtc.dev/warnely/apis/warnely-public-api.md) · [All operations](https://skmtc.dev/warnely/apis/warnely-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/warnely/warnely-public-api/revisions/7d49fa87053e/schema)
