usgs_earthquakes
Find earthquake records by magnitude, location, date range, and radius. Get depth, time, tsunami risk, alert level, and felt reports to assess impact.
Instructions
Search for earthquakes by magnitude, location, date range, and more. Returns magnitude, location, depth, time, alert level, tsunami risk, and felt reports. Magnitude scale: 2.5+ felt by people, 4.0+ moderate, 5.0+ significant, 7.0+ major.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20, max 200) | |
| endtime | No | End date ISO format: '2024-12-31' | |
| orderby | No | Sort order (default: time) | |
| latitude | No | Center latitude for radius search | |
| longitude | No | Center longitude for radius search | |
| starttime | No | Start date ISO format: '2024-01-01' | |
| alertlevel | No | PAGER alert level: 'green' (Limited impact — no damage expected), 'yellow' (Regional impact — some damage possible), 'orange' (National/international impact — significant damage likely), 'red' (Massive impact — extensive damage and casualties expected) | |
| maxradiuskm | No | Search radius in km (requires lat/lon) | |
| maxmagnitude | No | Maximum magnitude | |
| minmagnitude | No | Minimum magnitude (e.g. 4.0, 5.0, 6.0) |