UnifyAPI
← Back to catalog

marine.forecast

mock data$0.002 / call

Marine Comprehensive Forecast

Full hourly marine forecast at any ocean coordinate up to 16 days ahead. Returns all marine variables: significant wave height (m), mean wave direction (°), mean wave period (s), swell wave height (m), swell direction (°), swell period (s), and sea surface temperature (°C). Data is sourced from CMEMS ERA5 reanalysis and global wave models (ERA5-Ocean, MEPS, GFS). Ideal for offshore operations, ship routing, marine research, and multi-variable coastal planning. Supply latitude/longitude of an open-ocean or coastal point; land coordinates return null values. Source: Open-Meteo Marine API, CC BY 4.0, no authentication required.

Geo & Mapsprovider: Marine#marine#geo

Input schema

latituderequired

Latitude of the ocean location in decimal degrees (e.g. 51.5 for English Channel, 48.5 for Bay of Biscay). Must be over open water — land coordinates return null values.

number
timezone

Timezone for the returned time values (e.g. "UTC", "Europe/London", "America/New_York"). Defaults to UTC.

string
longituderequired

Longitude of the ocean location in decimal degrees (e.g. -14.0 for Atlantic, 2.3 for North Sea).

number
forecast_days

Number of days to forecast (1–16). Defaults to 7. Hourly data is returned for each day.

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/marine.forecast \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"latitude":0,"timezone":"<timezone>","longitude":0,"forecast_days":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.