earthquakes
List recent earthquakes worldwide from the USGS feed. Filter by minimum magnitude, look-back window in days, and optionally a bounding box or a point+radius (km). Returns magnitude, place, time, depth and coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Optional center latitude for a radius search. | |
| lon | No | Optional center longitude for a radius search. | |
| days | No | Look back this many days (default 7, max 30). | |
| limit | No | Maximum number of quakes to return. | |
| radius_km | No | Radius in km around lat/lon (requires lat+lon). | |
| min_magnitude | No | Only return quakes at or above this magnitude. |