← Sweden

Swedish Sea Conditions

GET /sweden/viva/station/:id

Real-time sea state, water level, wind, and current observations at a coastal VIVA station. Source: services.viva.sjofartsverket.se (Sjöfartsverket, no auth).

Parameters

id required

VIVA station id

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/sweden/viva/station/1

Live Response

{
  "data": {
    "GetSingleStationResult": {
      "Felmeddelande": null,
      "ID": 1,
      "Name": "Norrköping NK",
      "Samples": [
        {
          "Calm": 0,
          "Heading": 314,
          "Msg": "",
          "Name": "Byvind",
          "Quality": "Ok",
          "StationID": 1,
          "Trend": "",
          "Type": "wind",
          "Unit": "m/s",
          "Updated": "2026-06-17 10:33:22",
          "Value": "NV 6.1",
          "WaterLevelOffset": null,
          "WaterLevelReference": null
        },
        {
          "Calm": 0,
          "Heading": 314,
          "Msg": "",
          "Name": "Medelvind",
          "Quality": "Ok",
          "StationID": 1,
          "Trend": "",
          "Type": "wind",
          "Unit": "m/s",
          "Updated": "2026-06-17 10:33:22",
          "Value": "NV 3.1",
          "WaterLevelOffset": null,
          "WaterLevelReference": null
        }
      ]
    }
  },
  "success": true
}