GET /sweden/viva/station/:id
Reaalajas mereolukord, veetase, tuul ja hoovuse vaatlused VIVA rannikujaamas. Allikas: services.viva.sjofartsverket.se (Sjöfartsverket, autentimiseta).
id
kohustuslik
VIVA station id
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
id |
Jah | - | 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": 267,
"Msg": "",
"Name": "Byvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-06-17 10:12:51",
"Value": "V 6.5",
"WaterLevelOffset": null,
"WaterLevelReference": null
},
{
"Calm": 0,
"Heading": 267,
"Msg": "",
"Name": "Medelvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-06-17 10:12:51",
"Value": "V 3.7",
"WaterLevelOffset": null,
"WaterLevelReference": null
}
]
}
},
"success": true
}