GeoNet WebSocket API 字段说明文档

连接地址:wss://api.sismotide.top/geonet

数据来源:新西兰地质灾害监测网

示例数据

{
  "type": "geonet",
  "Data": {
    "id": "geonet-001",
    "originTime": 1786793416000,
    "latitude": -41.3,
    "longitude": 174.8,
    "depth": 12.0,
    "magnitude": 4.1,
    "placeName": "Wellington region",
    "infoTypeName": "Automatic"
  },
  "md5": "cb13813ea3de308cbd53c2fb1f6d839c"
}

字段说明

字段名类型必填说明
id string 事件唯一 ID
originTime number 发震时间毫秒时间戳
latitude number 纬度
longitude number 经度
depth number 深度 km
magnitude number 震级
placeName string 地点名称
infoTypeName string 测定类型

注意事项

  • 时间统一为北京时间(UTC+8)
  • 本源可能输出 infoTypeName 字段。