v1

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

Get incident detail

Get a single incident by hash ID or readable ID (e.g. IR-2026-0142).

get/data/incidents/{id}

Path parameters

idstring required

Hash ID or readable ID (IR-2026-0142)

Response

Incident detail

idstring
hashIdstring
countrystring
countryNamestring
titlestring
severity'low' | 'medium' | 'high' | 'critical'
incidentTypestring
confidencenumber
created_atstring date-time

Example response

{
  "hashId": "IR-2026-0142"
}