Back to catalog
Cortexa research tool·genomics·usgs_earthquake
USGS Query Earthquakes
Query the USGS FDSN earthquake database with custom parameters to search historical and recent seismic events. Filter by magnitude, time range, location (bounding box or radial search), and depth. Returns detailed GeoJSON for all matching earthquakes. Useful for historical seismicity analysis, regional earthquake studies, and risk assessment.
Livelast probed 2026-05-01 01:00Z· 104msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 104ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"endtime": {
"description": "End time in ISO 8601 format (e.g., '2024-12-31'). Defaults to current time.",
"type": [
"string",
"null"
]
},
"limit": {
"description": "Maximum number of events (default 20000, max 20000)",
"type": [
"integer",
"null"
]
},
"maxlatitude": {
"description": "Maximum latitude for bounding box search",
"type": [
"number",
"null"
]
},
"maxlongitude": {
"description": "Maximum longitude",
"type": [
"number",
"null"
]
},
"maxmagnitude": {
"description": "Maximum earthquake magnitude",
"type": [
"number",
"null"
]
},
"minlatitude": {
"description": "Minimum latitude for bounding box search (-90 to 90)",
"type": [
"number",
"null"
]
},
"minlongitude": {
"description": "Minimum longitude (-180 to 360)",
"type": [
"number",
"null"
]
},
"minmagnitude": {
"description": "Minimum earthquake magnitude (e.g., 5.0, 6.5, 7.0)",
"type": [
"number",
"null"
]
},
"starttime": {
"description": "Start time in ISO 8601 format (e.g., '2024-01-01', '2020-01-01T00:00:00')",
"type": [
"string",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default USGS Query Earthquakes call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_USGS_query_earthquakes
- Tool name
- USGS_query_earthquakes
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse