---
title: "List censorship incidents"
method: GET
path: "/data/incidents"
tags: ["Incidents"]
---

# List censorship incidents

`GET /data/incidents`

Retrieve paginated censorship incidents with optional country filter.

## Query parameters

- `limit` integer
- `offset` integer
- `country` string

## Response `200`

List of incidents

- object
  - `incidents` Incident[]
    - `id` string
    - `hashId` string
    - `country` string
    - `countryName` string
    - `title` string
    - `severity` 'low' | 'medium' | 'high' | 'critical'
    - `incidentType` string
    - `confidence` number
    - `created_at` string, date-time
  - `total` integer

---

[API](https://skmtc.net/voidly/apis/voidly-api.md) · [All operations](https://skmtc.net/voidly/apis/voidly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voidly/voidly-api/revisions/decbe6fd40a8/schema)
