Recent Earthquakes in Turkey
get_earthquakesRetrieve recent earthquakes in Turkey from Kandilli Observatory. Filter by time window, minimum magnitude, city, and result limit to find quakes near you or across the region.
Instructions
Get recent earthquakes in and around Turkey from the Kandilli Observatory (KOERI) official feed, refreshed every 5 minutes. Returns magnitude, depth (km), coordinates, location name and timestamp (Istanbul time) for each event, newest first. Filters: 'hours' = lookback window (default 24, max 168 = 7 days), 'min_magnitude' = minimum magnitude (e.g. 3 to skip micro-quakes), 'city' = substring match on the location name (e.g. 'izmir', 'balikesir'), 'limit' = max results (default 20, max 100). Use this for 'was there an earthquake in Turkey today?', 'deprem son dakika', 'earthquakes near Izmir this week'. For just the single most recent event, use get_latest_earthquake instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Case-insensitive substring filter on the location name, e.g. 'izmir', 'balikesir', 'mugla'. Use ASCII (no Turkish characters). | |
| hours | No | Lookback window in hours. Default 24, max 168 (7 days). | |
| limit | No | Maximum number of earthquakes to return. Default 20, max 100. | |
| min_magnitude | No | Only return quakes at or above this magnitude. Default 0 (all). |