Hazards

M4.7 2 km NE of Manaca Norte, Panama1h ago
M5.1 South Sandwich Islands region2h ago
M4.5 9 km WNW of Quicacha, Peru2h ago
M4.9 235 km W of Puerto Chacabuco, Chile4h ago

All hazards →

Open Hazards →

Calling it

Everything here is public and free. No token, no account, no payment.

curl https://micro.mu/api/v1/hazards/alerts

The same method over MCP, which is what an agent speaks: hazards_alerts. The answer is identical.

How every call behaves →

Methods

GET /api/v1/hazards/alerts

Current disasters worldwide from GDACS — cyclones, floods, volcanoes, wildfires and earthquakes — with an alert level of green, orange or red. Pass lat/lon to ask about somewhere in particular

ArgumentTypeDescription
levelstringLowest level to include: green, orange or red — default green (everything)
latnumberOptional: only alerts near this point
lonnumberOptional: only alerts near this point
within_kmnumberOptional: how near, in kilometres, default 1000 when lat/lon given
curl \
  "https://micro.mu/api/v1/hazards/alerts"
GET /api/v1/hazards/floods

Flood warnings and alerts in force in England, most severe first, from the Environment Agency. The one hazard here that is a forecast rather than a record — a warning says flooding is expected, which is something you can act on. Optionally near a point. England only, and the answer says so

ArgumentTypeDescription
latnumberOptional: only warnings near this point
lonnumberOptional: only warnings near this point
within_kmnumberOptional: how near, in kilometres, default 30 when a point is given
severebooleanOnly warnings and severe warnings — leave out the be-prepared alerts
curl \
  "https://micro.mu/api/v1/hazards/floods"
GET /api/v1/hazards/quakes

Recent earthquakes worldwide from the USGS, with magnitude, place and how long ago. Pass lat/lon to ask about somewhere in particular, min for a magnitude floor, and period for hour, day, week or month

ArgumentTypeDescription
minnumberSmallest magnitude to include, default 2.5
periodstringhour, day, week or month — default day
latnumberOptional: only events near this point
lonnumberOptional: only events near this point
within_kmnumberOptional: how near, in kilometres, default 500 when lat/lon given
curl \
  "https://micro.mu/api/v1/hazards/quakes"

The same methods are tools over MCP, and every service on this instance is in one reference.