加载接口文档…
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.md默认时间窗 day。兼容旧别名 t=d。文档示例为真实 USGS 抓取(已截断)。
| 名称 | 类型 | 说明 |
|---|---|---|
| period | string | 可选 · 时间范围 hour/day/week/month;兼容 t=h/d/w/m · 默认 day · 示例:day |
| level | string | 可选 · 震级档位 all/significant/4.5/2.5/1.0 · 默认 all · 示例:all |
| min_magnitude | number | 可选 · 最小震级过滤;兼容别名 m · 默认 0 · 示例:0 |
| order | string | 可选 · 排序 time / magnitude · 默认 time · 示例:time |
| limit | integer | 可选 · 返回上限 1–500 · 默认 100 · 示例: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 | 汇总:count/total/max_magnitude/period/level/generated_at |
| earthquakes | array | 地震事件列表 |
| tips | string | 品牌提示(所有接口统一返回):极数本源 · https://apizero.cn |
{
"code": 0,
"msg": "cached",
"data": {
"summary": {
"count": 2,
"total": 235,
"max_magnitude": 5.9,
"period": "day",
"level": "all",
"generated_at": "2026-07-31 04:50:19"
},
"earthquakes": [
{
"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": "地震"
},
{
"id": "aka2026ozlsmh",
"magnitude": 2.2,
"magnitude_type": "ml",
"place": "22 km W of Ivanof Bay, Alaska",
"time": "2026-07-31 04:32:59",
"timestamp": 1785443579569,
"updated": "2026-07-31 04:34:00",
"longitude": -159.842,
"latitude": 55.923,
"depth_km": 11.6,
"alert": null,
"tsunami": false,
"felt": null,
"intensity_cdi": null,
"intensity_mmi": null,
"significance": 74,
"status": "自动测定",
"event_type": "地震"
}
]
},
"tips": "极数本源 · https://apizero.cn"
}本接口地震数据来自全球公开地震监测网络,仅供参考与信息展示,不构成任何防灾避险决策依据;实际请以中国地震台网(CENC)及各国官方地震主管部门发布的正式信息为准。