usgs_earthquake_search
ActiveTool of io.github.blackboxfoundry/livedatalink
Custom earthquake search via USGS fdsnws. Filter by magnitude, time range, and lat/lon bounding box. Returns up to 100 events sorted by time. Use this for analytical queries instead of the feed when you need historical or geographic filtering.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 25, max 100)"
},
"end_time": {
"type": "string",
"description": "ISO date or full datetime"
},
"start_time": {
"type": "string",
"description": "ISO date or full datetime YYYY-MM-DD[THH:MM:SS]"
},
"max_latitude": {
"type": "number",
"description": "Bounding box north"
},
"min_latitude": {
"type": "number",
"description": "Bounding box south"
},
"max_longitude": {
"type": "number",
"description": "Bounding box east"
},
"min_longitude": {
"type": "number",
"description": "Bounding box west"
},
"min_magnitude": {
"type": "number",
"description": "Minimum magnitude (e.g. 4.5)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries