加载接口文档…
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=significant,按震级排序。无显著事件时 earthquakes 可能为空。
| 名称 | 类型 | 说明 |
|---|---|---|
| period | string | 可选 · 时间范围 · 示例:day |
| level | string | 必填 · 固定 significant · 示例:significant |
| order | string | 可选 · 建议 magnitude · 示例:magnitude |
| 名称 | 类型 | 说明 |
|---|---|---|
| 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": 0,
"total": 0,
"max_magnitude": null,
"period": "day",
"level": "significant",
"generated_at": "2026-07-31 04:50:54"
},
"earthquakes": []
},
"tips": "极数本源 · https://apizero.cn"
}本接口地震数据来自全球公开地震监测网络,仅供参考与信息展示,不构成任何防灾避险决策依据;实际请以中国地震台网(CENC)及各国官方地震主管部门发布的正式信息为准。