Count earthquakes
count_earthquakesCount earthquakes matching time, magnitude, and location filters without retrieving event details. Answers queries like 'how many M4+ quakes hit California this year'.
Instructions
Count earthquakes matching a query without returning event details. Useful for questions like 'how many M4+ quakes hit California this year'. Supports the same time, magnitude, and location filters as search_earthquakes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_time | No | Start of the time window, ISO 8601. Defaults to 30 days ago. | |
| end_time | No | End of the time window, ISO 8601. Defaults to now. | |
| min_magnitude | No | ||
| max_magnitude | No | ||
| min_latitude | No | ||
| max_latitude | No | ||
| min_longitude | No | ||
| max_longitude | No | ||
| latitude | No | ||
| longitude | No | ||
| radius_km | No |