GET /sweden/viva/station/:id
Observaciones en tiempo real del estado del mar, nivel del agua, viento y corriente en una estación costera VIVA. Fuente: services.viva.sjofartsverket.se (Sjöfartsverket, sin autenticación).
id
requerido
VIVA station id
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
id |
Si | - | 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": 28,
"Msg": "",
"Name": "Byvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-08-12 10:07:32",
"Value": "NO 2.0",
"WaterLevelOffset": null,
"WaterLevelReference": null
},
{
"Calm": 0,
"Heading": 28,
"Msg": "",
"Name": "Medelvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-08-12 10:07:32",
"Value": "NO 0.7",
"WaterLevelOffset": null,
"WaterLevelReference": null
}
]
}
},
"success": true
}