fdsn_query_earthquakes
Query earthquake events from FDSN datacenters with filters for time, magnitude, location, and radius. Get a compact table of events with preferred origin and magnitude.
Instructions
Query earthquake events from an FDSN datacenter with flexible parameters.
Returns a compact tabular result (columns + rows), one row per event, using the preferred origin and magnitude. Depth is in KILOMETERS. For the full detail of a single event (all origins/magnitudes, arrivals, focal mechanism) use the by-id tools.
Common usage examples:
Recent events (today): {} (no parameters needed)
Significant events: {"minmag": 4.0, "starttime": "YYYY-MM-DDTHH:MM:SS"}
Geographic area: {"minlat": 41.0, "maxlat": 43.0, "minlon": 12.0, "maxlon": 15.0}
Radial search: {"latitude": 41.9, "longitude": 12.5, "maxradiuskm": 50}
Strongest first: {"orderby": "magnitude", "limit": 10}
Next page: {"offset": 101} (offset + returned_count from the previous call)
Available datacenters: INGV (default), EMSC, GFZ, USGS, and others supported by ObsPy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| maxlat | No | ||
| maxlon | No | ||
| maxmag | No | ||
| minlat | No | ||
| minlon | No | ||
| minmag | No | ||
| offset | No | ||
| endtime | No | ||
| orderby | No | time | |
| latitude | No | ||
| maxdepth | No | ||
| mindepth | No | ||
| longitude | No | ||
| starttime | No | ||
| datacenter | No | INGV | |
| maxradiuskm | No | ||
| minradiuskm | No | ||
| updatedafter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |