中国地震预警网 /cea
数据来源:中国地震预警网实时数据
更新规则:收到新预警后立即推送
示例返回:
{
"Data": {
"id": "bikui5d316ryy",
"eventId": "202505111609.0001",
"shockTime": "2025-05-11 16:09:13",
"updateTime": "2025-05-11 16:09:33",
"longitude": "78.02",
"latitude": "40.93",
"placeName": "新疆克孜勒苏州阿合奇县",
"magnitude": "4.0",
"epiIntensity": 5.1,
"depth": 11
},
"md5": "4eed46e4a048c04f2abc75eb396c0b16"
}
字段说明
字段 |
类型 |
说明 |
id |
string |
预警事件唯一标识符 |
eventId |
string |
事件编码(格式:年月日时分.序号 ) |
shockTime |
string |
地震发生时间 |
updateTime |
string |
数据更新时间 |
longitude |
string |
震中经度 |
latitude |
string |
震中纬度 |
placeName |
string |
地震发生地地名 |
magnitude |
string |
地震震级 |
epiIntensity |
float |
预估地震烈度 |
depth |
integer |
震源深度(单位:千米) |
updates |
integer |
该事件的更新报数 |
md5 |
string |
数据校验码 |
注意事项