Italy Earthquake Monitor
## What is this API? Real-time earthquake data for Italy, sourced directly from INGV — the Italian National Institute of Geophysics and Volcanology. Get live seismic events, filter by region, magnitude, or radius from a GPS point. Italy is one of the most seismically active countries in Europe: this API covers every recorded event updated in near real-time. ## Endpoints - **GET /recent** —…
Italy Earthquake Monitor endpoints
| Method | Endpoint | Description |
|---|---|---|
| recent | ||
| GET |
getRecent /recent |
Get the latest earthquakes recorded in Italy. Filter by time window (up to 7 days), minimum magnitude, and Italian region. Returns events ordered by time descending, sourced live… |
| nearby | ||
| GET |
getNearby /nearby |
Find all earthquakes within a given radius from any GPS coordinate in or around Italy. Returns distance_km from the query point for each event. |
| event | ||
| GET |
getEvent /event/{event_id} |
Get full details for a single seismic event by its INGV event ID. Retrieve event IDs from /recent or /nearby. |
| stats | ||
| GET |
getStats /stats |
Aggregated statistics for Italian seismic activity: total event count, breakdown by magnitude range, most active region, strongest event, and average depth. |
Italy Earthquake Monitor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $6.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|