get_recent_earthquakes
ActiveTool of TensorFeed
Get recent earthquakes from the US Geological Survey's pre-built summary feeds. Choose a magnitude bucket (significant | 4.5 | 2.5 | 1.0 | all) and a time window (hour | day | week | month). Returns a flattened list with id, magnitude, place, time (ISO 8601), depth_km, longitude, latitude, tsunami flag, USGS detail URL. Upstream feeds refresh every minute. License: US Government public domain (17 USC §105).
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 50,
"description": "Max earthquakes to return (1-500). Default 50."
},
"period": {
"type": "string",
"default": "day",
"description": "Time window. One of: hour, day, week, month. Default day."
},
"magnitude": {
"type": "string",
"default": "4.5",
"description": "Magnitude bucket. One of: significant, 4.5, 2.5, 1.0, all. Default 4.5."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TensorFeed
https://github.com/RipperMercs/tensorfeed
1/7 registries