v1

latestOpenAPI 3.0.3CC BY 4.0 (data endpoints)2026-07-1318320227.3 KB
Incidents

List censorship incidents

Retrieve paginated censorship incidents with optional country filter.

get/data/incidents

Query parameters

limitinteger
offsetinteger
countrystring

ISO 3166-1 alpha-2 country code

Response

List of incidents

totalinteger

Example response

{
  "incidents": [
    {
      "hashId": "IR-2026-0142"
    }
  ]
}