GET /sweden/viva/station/:id
某沿海 VIVA 站点的实时海况、水位、风和洋流观测。来源:services.viva.sjofartsverket.se(Sjöfartsverket,无需认证)。
id
必填
VIVA station id
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
id |
是 | - | 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": 83,
"Msg": "",
"Name": "Byvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-06-13 15:11:17",
"Value": "O 2.9",
"WaterLevelOffset": null,
"WaterLevelReference": null
},
{
"Calm": 0,
"Heading": 83,
"Msg": "",
"Name": "Medelvind",
"Quality": "Ok",
"StationID": 1,
"Trend": "",
"Type": "wind",
"Unit": "m/s",
"Updated": "2026-06-13 15:11:17",
"Value": "O 1.7",
"WaterLevelOffset": null,
"WaterLevelReference": null
}
]
}
},
"success": true
}