v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Disasters & Hazards

Copernicus EMS rapid-mapping activations

Copernicus Emergency Management Service (EC JRC) rapid-mapping activations - a post-event REFERENCE / cross-link layer (not a live alert). Each record is 'CEMS mapping exists for event X', cross-linked to GDACS (gdacs_id) and the International Disasters Charter. Filter by hazard category, activation status and bounding box. AOI polygons live behind metrics.arcgis_mapserver (BULK, not inlined).

get/api/v2/hazards/mapping-activations

Query parameters

event_typestring nullable

Mapped hazard category, e.g. flood | wildfire | earthquake | storm.

Mapped hazard category, e.g. flood | wildfire | earthquake | storm.

status'active' | 'closed' | 'all'

active | closed | all.

min_latnumber nullable

Bounding-box south edge.

Bounding-box south edge.

max_latnumber nullable

Bounding-box north edge.

Bounding-box north edge.

min_lonnumber nullable

Bounding-box west edge.

Bounding-box west edge.

max_lonnumber nullable

Bounding-box east edge.

Bounding-box east edge.

limitinteger

Maximum activations returned (most recently updated first).

Maximum activations returned (most recently updated first).

Response

Successful Response

Example response

{
  "data": {
    "query": {
      "event_type": "flood",
      "status": "active",
      "limit": 100
    },
    "events": [
      {
        "schema_version": "hazard-event/2",
        "event_id": "cems-ems:EMSR888",
        "event_type": "flood",
        "geometry": {
          "lat": 34.1,
          "lon": -118.2,
          "depth_km": 8
        },
        "place": "Flood in Testland",
        "metrics": {
          "product_class": "rapid-mapping-activation",
          "activation_code": "EMSR888",
          "category": "Flood"
        },
        "severity": {
          "severity": "Moderate",
          "certainty": "Observed",
          "urgency": "Past",
          "derivation": "sugra-computed"
        },
        "source": {
          "institution": "USGS",
          "tier": "S"
        }
      }
    ],
    "attribution": {
      "sources": [
        {
          "registry_key": "usgs/earthquake",
          "source_name": "USGS Earthquake",
          "licence": "public-domain",
          "citation": "U.S. Geological Survey Earthquake Hazards Program",
          "disclaimer": "Magnitudes are preliminary and subject to revision."
        }
      ],
      "effective_reexport": "allowed"
    }
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}