usgs_earthquake_feed
ActiveTool of io.github.blackboxfoundry/livedatalink
USGS official earthquake summary feed by period and minimum magnitude. period: hour|day|week|month. min_mag: 1.0|2.5|4.5|significant. Returns all events worldwide above the threshold within the period, with magnitude, location, depth, and event detail URL.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"period": {
"enum": [
"hour",
"day",
"week",
"month"
],
"type": "string",
"description": "Time window (default 'day')"
},
"min_mag": {
"enum": [
"1.0",
"2.5",
"4.5",
"significant"
],
"type": "string",
"description": "Minimum magnitude threshold (default '2.5')"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries