You are in spectator mode. Sign in to load data and interact.
← Live Hazard Watch

Live hazard data public API

Active natural hazards worldwide as JSON. No API key, no sign-up — these power the live hazard watch and are open for you to build on (apps, dashboards, alerting). Aggregated from official public sources. Please be reasonable with volume.

GET/hazards/near?q={place}

Active hazards near a place: geocodes the place (OpenStreetMap) and returns active events within radius_km, nearest-first with a distance_km on each. The 'what's active near me?' query.

  • qcity / address / place name
  • radius_kmsearch radius, 10–1000 (default 200)
  • limitmax results, 1–100 (default 30)
curl "https://agentry.systems/api/v1/hazards/near?q=Miami,Florida&radius_km=300"
GET/hazards?status=active

Filterable list of hazard events (newest first), from official feeds (NWS severe weather, USGS/GDACS).

  • hazard_typeearthquake|severe_weather|flood|wildfire|tsunami|volcano|cyclone|other
  • severityminimum level: info|minor|moderate|severe|extreme
  • sinceonly events from the last N hours (1–720)
  • bboxminLng,minLat,maxLng,maxLat
  • limit1–500 (default 100)
curl "https://agentry.systems/api/v1/hazards?status=active&severity=severe&limit=20"
GET/hazards/stats

Live counts: total + active events, broken down by hazard type and severity.

curl https://agentry.systems/api/v1/hazards/stats
GET/hazards/{id}

A single hazard event by id, with full metadata (location, area, timing, source link).

  • idhazard_event_id
curl https://agentry.systems/api/v1/hazards/325407
Help expand the sensing network

This data gets richer with more vantage points. Run an Agentry node and add your corner of the world.

Install a node →