加载接口文档…
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.mdlevel=2.5。文档示例为真实抓取。
| 名称 | 类型 | 说明 |
|---|---|---|
| period | string | 可选 · 时间范围 · 示例:day |
| level | string | 必填 · 固定 2.5 · 示例:2.5 |
| 名称 | 类型 | 说明 |
|---|---|---|
| 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": 40,
"max_magnitude": 5.9,
"period": "day",
"level": "2.5",
"generated_at": "2026-07-31 04:50:24"
},
"earthquakes": [
{
"id": "us6000th30",
"magnitude": 5,
"magnitude_type": "mb",
"place": "Kermadec Islands region",
"time": "2026-07-31 04:26:36",
"timestamp": 1785443196299,
"updated": "2026-07-31 04:48:11",
"longitude": -176.5707,
"latitude": -28.5478,
"depth_km": 35,
"alert": null,
"tsunami": false,
"felt": null,
"intensity_cdi": null,
"intensity_mmi": null,
"significance": 385,
"status": "人工复核",
"event_type": "地震"
},
{
"id": "us6000th1t",
"magnitude": 4.9,
"magnitude_type": "mww",
"place": "54 km SW of Puerto Madero, Mexico",
"time": "2026-07-31 02:20:36",
"timestamp": 1785435636265,
"updated": "2026-07-31 03:00:25",
"longitude": -92.8291,
"latitude": 14.4337,
"depth_km": 31.03,
"alert": null,
"tsunami": false,
"felt": null,
"intensity_cdi": null,
"intensity_mmi": null,
"significance": 369,
"status": "人工复核",
"event_type": "地震"
}
]
},
"tips": "极数本源 · https://apizero.cn"
}本接口地震数据来自全球公开地震监测网络,仅供参考与信息展示,不构成任何防灾避险决策依据;实际请以中国地震台网(CENC)及各国官方地震主管部门发布的正式信息为准。