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.
/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.
q— city / address / place nameradius_km— search radius, 10–1000 (default 200)limit— max results, 1–100 (default 30)
curl "https://agentry.systems/api/v1/hazards/near?q=Miami,Florida&radius_km=300"/hazards?status=activeFilterable list of hazard events (newest first), from official feeds (NWS severe weather, USGS/GDACS).
hazard_type— earthquake|severe_weather|flood|wildfire|tsunami|volcano|cyclone|otherseverity— minimum level: info|minor|moderate|severe|extremesince— only events from the last N hours (1–720)bbox— minLng,minLat,maxLng,maxLatlimit— 1–500 (default 100)
curl "https://agentry.systems/api/v1/hazards?status=active&severity=severe&limit=20"/hazards/statsLive counts: total + active events, broken down by hazard type and severity.
curl https://agentry.systems/api/v1/hazards/stats/hazards/{id}A single hazard event by id, with full metadata (location, area, timing, source link).
id— hazard_event_id
curl https://agentry.systems/api/v1/hazards/325407This data gets richer with more vantage points. Run an Agentry node and add your corner of the world.
Install a node →