← 瑞典

瑞典海况

GET /sweden/viva/station/:id

某沿海 VIVA 站点的实时海况、水位、风和洋流观测。来源:services.viva.sjofartsverket.se(Sjöfartsverket,无需认证)。

参数

id 必填

VIVA station id

请求示例

基本用法
curl https://nordapi.ee/api/v1/sweden/viva/station/1

实时响应

{
  "data": {
    "GetSingleStationResult": {
      "Felmeddelande": null,
      "ID": 1,
      "Name": "Norrköping NK",
      "Samples": [
        {
          "Calm": 0,
          "Heading": 83,
          "Msg": "",
          "Name": "Byvind",
          "Quality": "Ok",
          "StationID": 1,
          "Trend": "",
          "Type": "wind",
          "Unit": "m/s",
          "Updated": "2026-06-13 15:11:17",
          "Value": "O 2.9",
          "WaterLevelOffset": null,
          "WaterLevelReference": null
        },
        {
          "Calm": 0,
          "Heading": 83,
          "Msg": "",
          "Name": "Medelvind",
          "Quality": "Ok",
          "StationID": 1,
          "Trend": "",
          "Type": "wind",
          "Unit": "m/s",
          "Updated": "2026-06-13 15:11:17",
          "Value": "O 1.7",
          "WaterLevelOffset": null,
          "WaterLevelReference": null
        }
      ]
    }
  },
  "success": true
}