GET /sweden/viva/station/:id
Sjötillstånd, vattennivå, vind och strömobservationer i realtid vid en kust-VIVA-station. Källa: services.viva.sjofartsverket.se (Sjöfartsverket, utan autentisering).
id
obligatorisk
VIVA station id
| Namn | Obligatorisk | Standard | Beskrivning |
|---|---|---|---|
id |
Ja | - | 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": 350,
"Msg": "",
"Name": "Byvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-08-12 08:53:12",
"Value": "N 1.8",
"WaterLevelOffset": null,
"WaterLevelReference": null
},
{
"Calm": 0,
"Heading": 350,
"Msg": "",
"Name": "Medelvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-08-12 08:53:12",
"Value": "N 1.0",
"WaterLevelOffset": null,
"WaterLevelReference": null
}
]
}
},
"success": true
}