NIED WebSocket API 字段说明文档
连接地址:wss://api.sismotide.top/nied
数据来源:日本防災科学技術研究所
示例数据
{
"type": "update",
"institution": "nied",
"data": {
"result": {
"status": "success",
"message": "",
"is_auth": true
},
"report_time": "2026/04/22 22:36:54",
"region_code": "",
"request_time": "202604222236%s",
"region_name": "三陸沖",
"longitude": "143.2",
"is_cancel": false,
"depth": "20km",
"calcintensity": "2",
"is_final": true,
"is_training": false,
"latitude": "39.6",
"origin_time": "20260422223524",
"security": {
"realm": "/kyoshin_monitor/static/jsondata/eew_est/",
"hash": "b61e4d95a8c42e004665825c098a6de4"
},
"magunitude": "4.7",
"report_num": "6",
"request_hypo_type": "eew",
"report_id": "20260422223529",
"alertflg": "予報"
},
"timestamp": 1776871898230,
"from_cache": true
}字段说明
| 字段名 | 类型 | 必填 | 说明 |
|---|---|---|---|
result |
object | 是 | 请求结果对象 |
report_time |
string | 是 | 报告时间 |
region_code |
string | 是 | 区域代码 |
request_time |
string | 是 | 请求时间 |
region_name |
string | 是 | 区域名称 |
longitude |
string | 是 | 震中经度 |
is_cancel |
boolean | 是 | 是否为取消报告 |
depth |
string | 是 | 震源深度 |
calcintensity |
string | 是 | 计算烈度 |
is_final |
boolean | 是 | 是否为最终报告 |
is_training |
boolean | 是 | 是否为训练模式 |
latitude |
string | 是 | 震中纬度 |
origin_time |
string | 是 | 发震时间 |
security |
object | 是 | 安全验证对象 |
magunitude |
string | 是 | 震级 |
report_num |
string | 是 | 报告编号 |
request_hypo_type |
string | 是 | 请求类型 |
report_id |
string | 是 | 报告 ID |
alertflg |
string | 是 | 警报标志 |
注意事项
- 本数据源不在 /all 聚合内,需单独连接本路径获取。
- origin_time / report_time 为源站原始时间(日本时区 UTC+9),未转换为北京时间。
- region_name 为日文,客户端需自行处理。