GET /tides/predictions/:station
Hent forudsagte høj- og lavvandsstandstider og -højder for en specifik NOAA-tidevandsstation. Returnerer kommende tidevandsbegivenheder med tidsstempler og vandniveauer. Essentielt til kystaktivitetsplanlægning, marinnavigation, fiskeriapps og strandplanlæggere. Angiv et gyldigt NOAA-stations-ID (brug stationsendepunktet for at finde ID'er).
station
påkrævet
NOAA station ID
| Navn | Påkrævet | Standard | Beskrivelse |
|---|---|---|---|
station |
Ja | - | NOAA station ID |
curl https://nordapi.ee/api/v1/tides/predictions/9414290
curl https://nordapi.ee/api/v1/tides/predictions/9414290
curl https://nordapi.ee/api/v1/tides/predictions/8518750
curl https://nordapi.ee/api/v1/tides/predictions/8723214
{
"count": 7,
"data": [
{
"height_m": 1.606,
"time": "2026-05-22 04:06",
"type": "high"
},
{
"height_m": -0.181,
"time": "2026-05-22 11:03",
"type": "low"
},
{
"height_m": 1.519,
"time": "2026-05-22 18:32",
"type": "high"
},
{
"height_m": 0.755,
"time": "2026-05-22 23:56",
"type": "low"
},
{
"height_m": 1.427,
"time": "2026-05-23 05:20",
"type": "high"
},
{
"height_m": -0.027,
"time": "2026-05-23 12:01",
"type": "low"
},
{
"height_m": 1.588,
"time": "2026-05-23 19:21",
"type": "high"
}
],
"station": "9414290",
"success": true
}