Get earthquakes near a specific geographic location.
Searches for earthquakes within a radius of the given coordinates.
Useful for assessing local seismic risk or investigating felt reports.
Args:
latitude: Latitude of the center point (e.g. 37.7749 for San Francisco).
longitude: Longitude of the center point (e.g. -122.4194 for San Francisco).
radius_km: Search radius in kilometers (default 100, max 20001).
min_magnitude: Minimum magnitude to include (default 1.0).
days: Number of days to look back (default 30, max 365).