加载接口文档…
1K
累计调用
1439ms
平均响应
99.15%
服务可用性
1,000 次/日
免费额度
无 Key 调用
每日 500 次 · QPS 5
登录免费
当前方案每日 1,000 次 · QPS 10
黄金会员
每日 50,000 次 · QPS 60
企业会员
每日 1,000,000 次 · QPS 120
复制文档地址
https://apizero.cn/aidocs/earthquake/raw.mdperiod=week(兼容 t=w)。
| 名称 | 类型 | 说明 |
|---|---|---|
| period | string | 可选 · 固定 week · 示例:week |
| limit | integer | 可选 · 返回上限 · 示例:2 |
| 名称 | 类型 | 说明 |
|---|---|---|
| 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 时) |
| 名称 | 类型 | 说明 |
|---|---|---|
| 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)及各国官方地震主管部门发布的正式信息为准。