汇聚全球地震监测数据,按时间范围与震级档位查询近期地震事件,返回震级、震源深度、经纬度、发生时间、烈度、海啸提示与警报级别等结构化信息。 支持按 hour/day/week/month 时间范围与 all/significant/4.5/2.5/1.0 震级档位组合查询,可再按最…
由 极数本源 提供·更新于 昨天
2K
累计调用
1702ms
平均响应
100.00%
服务可用性
1,000 次/日
免费额度
无 Key 调用
每天 500 次 · 每秒 2 次
登录免费
当前方案每天 1,000 次 · 每秒 3 次
黄金会员
每天 50,000 次 · 每秒 10 次
钻石会员
每天 100,000 次 · 每秒 30 次
企业会员
企业接口额度 · QPS 120
period=week(兼容 t=w)。
可选 · 固定 week · 示例:week
可选 · 返回上限 · 示例:2
| 名称 | 类型 | 说明 |
|---|---|---|
| period | string | 可选 · 固定 week · 示例:week |
| limit(条数) | integer | 可选 · 返回上限 · 示例:2 |
可选 · 推荐:Bearer <API Key>。兼容请求头 X-API-Key,以及 Query api_key / apikey / key(key 仅当值为 sk_live_/sk_test_/sk_stag_ 形态时生效)。匿名可不传,受每日免费额度限制。
可选 · 请求体格式(POST JSON 时)
| 名称 | 类型 | 说明 |
|---|---|---|
| Authorization | string | 可选 · 推荐:Bearer <API Key>。兼容请求头 X-API-Key,以及 Query api_key / apikey / key(key 仅当值为 sk_live_/sk_test_/sk_stag_ 形态时生效)。匿名可不传,受每日免费额度限制。 |
| Content-Type | string | 可选 · 请求体格式(POST JSON 时) |
汇总
count
total
max_magnitude
period
level
generated_at
地震事件列表
id
magnitude
magnitude_type
place
时间
timestamp
updated
经度
纬度
depth_km
alert
tsunami
felt
intensity_cdi
intensity_mmi
significance
状态
event_type
品牌提示(所有接口统一返回):极数本源 · https://apizero.cn
| 名称 | 类型 | 说明 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| summary | object | 汇总 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| earthquakes | array | 地震事件列表 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tips | string | 品牌提示(所有接口统一返回):极数本源 · https://apizero.cn | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"code": 0,
"msg": "成功",
"data": {
"summary": {
"count": 2,
"total": 2340,
"max_magnitude": 6.8,
"period": "week",
"level": "all",
"generated_at": "2026-07-31 04:50:57"
},
"earthquakes": [
{
"id": "aka2026ozmgin",
"magnitude": 2,
"magnitude_type": "ml",
"place": "18 km S of Susitna North, Alaska",
"time": "2026-07-31 04:49:02",
"timestamp": 1785444542199,
"updated": "2026-07-31 04:50:38",
"longitude": -149.84,
"latitude": 61.999,
"depth_km": 26.4,
"alert": null,
"tsunami": false,
"felt": null,
"intensity_cdi": null,
"intensity_mmi": null,
"significance": 62,
"status": "自动测定",
"event_type": "地震"
},
{
"id": "tx2026oxblrr",
"magnitude": 1.9,
"magnitude_type": "ml",
"place": "30 km S of Malaga, New Mexico",
"time": "2026-07-31 04:36:10",
"timestamp": 1785443770962,
"updated": "2026-07-31 04:42:13",
"longitude": -104.069,
"latitude": 31.947,
"depth_km": 4.3882,
"alert": null,
"tsunami": false,
"felt": null,
"intensity_cdi": null,
"intensity_mmi": null,
"significance": 56,
"status": "自动测定",
"event_type": "地震"
}
]
},
"tips": "极数本源 · https://apizero.cn"
}本接口地震数据来自全球公开地震监测网络,仅供参考与信息展示,不构成任何防灾避险决策依据;实际请以中国地震台网(CENC)及各国官方地震主管部门发布的正式信息为准。