GET /sweden/viva/station/:id
Echtzeitbeobachtungen von Seegang, Wasserstand, Wind und Strömung an einer küstennahen VIVA-Station. Quelle: services.viva.sjofartsverket.se (Sjöfartsverket, ohne Authentifizierung).
id
erforderlich
VIVA station id
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
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": 318,
"Msg": "",
"Name": "Byvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-08-12 08:45:12",
"Value": "NV 1.8",
"WaterLevelOffset": null,
"WaterLevelReference": null
},
{
"Calm": 0,
"Heading": 318,
"Msg": "",
"Name": "Medelvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-08-12 08:45:12",
"Value": "NV 0.9",
"WaterLevelOffset": null,
"WaterLevelReference": null
}
]
}
},
"success": true
}