← Landfræði og veður

Sjávarspá

GET /marine/forecast

Fáðu a multi-day marine veðurspá with hourly ölduhæð, öldustefnu, öldutímabili, and brimspám. Stillanlegt allt að 7 days ahead. Gagnlegt fyrir planning sailing routes, scheduling úthafwork, timing surf sessions, and building marine safety alerting kerfi. Gögn frá Open-Meteo marine forecast models.

Breytur

lat nauðsynlegt

Latitude

lon nauðsynlegt

Longitude

days valfrjálst sjálfgefið: 7

Days

Dæmi um fyrirspurnir

Grunnnotkun
curl "https://nordapi.ee/api/v1/marine/forecast?lat=59.9&lon=10.7"
7-day marine forecast for Oslo Fjord
curl "https://nordapi.ee/api/v1/marine/forecast?lat=59.9&lon=10.7"
3-day surf forecast for Bali
curl "https://nordapi.ee/api/v1/marine/forecast?lat=-8.72&lon=115.17&days=3"
5-day forecast for North Sea
curl "https://nordapi.ee/api/v1/marine/forecast?lat=56.0&lon=3.0&days=5"

Lifandi svar

{
  "data": {
    "daily": {
      "swell_wave_height_max": [
        0.14,
        0.0,
        0.04,
        null,
        null,
        null,
        null
      ],
      "time": [
        "2026-04-05",
        "2026-04-06",
        "2026-04-07",
        "2026-04-08",
        "2026-04-09",
        "2026-04-10",
        "2026-04-11"
      ],
      "wave_direction_dominant": [
        157,
        294,
        343,
        null,
        null,
        null,
        null
      ],
      "wave_height_max": [
        0.36,
        0.42,
        0.24,
        null,
        null,
        null,
        null
      ],
      "wave_period_max": [
        2.1,
        2.35,
        1.9,
        null,
        null,
        null,
        null
      ],
      "wind_wave_height_max": [
        0.36,
        0.42,
        0.24,
        null,
        null,
        null,
        null
      ]
    },
    "daily_units": {
      "swell_wave_height_max": "m",
      "time": "iso8601",
      "wave_direction_dominant": "°",
      "wave_height_max": "m",
      "wave_period_max": "s",
      "wind_wave_height_max": "m"
    },
    "elevation": 0.0,
    "generationtime_ms": 0.247955322265625,
    "latitude": 59.875008,
    "longitude": 10.7083435,
    "timezone": "Europe/Oslo",
    "timezone_abbreviation": "GMT+2",
    "utc_offset_seconds": 7200
  },
  "success": true
}