Get Live Earthquake Events
get_live_earthquake_eventsRetrieve recent preliminary earthquake events from USGS, filtered by time range and magnitude, normalized for geographic data integration.
Instructions
Free live wrapper. Calls the USGS FDSN API for recent preliminary earthquake events normalized to DaedalMap event fields. Not the enriched canonical history lane.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | No | Optional caller-supplied request id. | |
| hours | No | Recent lookback window in hours. Ignored when start_time is provided. | |
| start_time | No | Optional inclusive ISO-8601 start datetime. | |
| end_time | No | Optional ISO-8601 end datetime. Defaults to now. | |
| min_magnitude | No | Minimum earthquake magnitude. Defaults to 2.5. | |
| limit | No | Maximum live rows to return. | |
| orderby | No | USGS result ordering. |