GET /sweden/viva/station/:id
Realtids-havtilstand, vandstand, vind og strømobservationer ved en kyst-VIVA-station. Kilde: services.viva.sjofartsverket.se (Sjöfartsverket, uden auth).
id
påkrævet
VIVA station id
| Navn | Påkrævet | Standard | Beskrivelse |
|---|---|---|---|
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": 273,
"Msg": "",
"Name": "Byvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-06-17 10:38:01",
"Value": "V 5.2",
"WaterLevelOffset": null,
"WaterLevelReference": null
},
{
"Calm": 0,
"Heading": 273,
"Msg": "",
"Name": "Medelvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-06-17 10:38:01",
"Value": "V 2.6",
"WaterLevelOffset": null,
"WaterLevelReference": null
}
]
}
},
"success": true
}