Data Access

DISASTER API

Access structured disaster intelligence data from AegisWatch. Each event includes location coordinates, risk scores, source attribution, and AI-powered analysis.

Response Format

The AegisWatch API returns structured JSON data for all monitored disaster events. Each event includes:

event
Event title and description
hazard_type
earthquake, wildfire, flood, cyclone, volcano
location
Latitude and longitude coordinates
risk_score
Escalation Risk Score 0-100
severity
Source severity rating 1-5
source
Data source (gdacs, copernicus_ems, eonet, usgs)
trajectory
AI trajectory prediction (when available)
infrastructure_impact
Threatened infrastructure analysis

Sample Response

{
  "provider": "AegisWatch Crisis Intelligence Platform",
  "url": "https://aegiswatch.app",
  "updated": "2026-03-07T19:02:21.536Z",
  "description": "Real-time disaster intelligence data from GDACS, Copernicus EMS, NASA EONET, and USGS.",
  "events": [
    {
      "id": "example-uuid",
      "title": "Example: Wildfire detected near Valencia, Spain",
      "hazard_type": "wildfire",
      "description": "Active wildfire detected via Copernicus EMS satellite thermal anomaly data.",
      "location": {
        "latitude": 39.4699,
        "longitude": -0.3763
      },
      "risk_score": 72,
      "severity": 4,
      "source": "copernicus_ems",
      "status": "active",
      "start_time": "2026-03-07T10:00:00Z",
      "trajectory": "NE at 3km/h, projected to reach A7 motorway in 4 hours",
      "infrastructure_impact": "A7 motorway, 2 bridges within projected zone",
      "url": "https://aegiswatch.app/event/example-uuid"
    }
  ],
  "note": "This is sample data. For live data, access the AegisWatch Crisis Feed at https://aegiswatch.app/live-disasters-europe"
}

Embeddable Widget

Embed live AegisWatch disaster data on your website:

<script src="https://aegiswatch.app/widget.js"></script>