GET /sweden/viva/station/:id
Observations en temps réel de l'état de la mer, du niveau de l'eau, du vent et des courants à une station côtière VIVA. Source : services.viva.sjofartsverket.se (Sjöfartsverket, sans authentification).
id
requis
VIVA station id
| Nom | Requis | Par défaut | Description |
|---|---|---|---|
id |
Oui | - | 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
}