get_marine_forecast
Fetch wind (and sea, when available) for a point and time window.
Args:
lat: latitude in degrees.
lon: longitude in degrees.
start: ISO-8601 datetime, timezone-aware (e.g. "2026-05-01T06:00:00+00:00").
end: ISO-8601 datetime, timezone-aware.
models: optional list of model names; defaults to AROME for the Med.
Pass a point at sea. Over land Open-Meteo still returns wind, but
every sea value comes back null, so the ``sea`` array is present and
empty of information rather than absent.
Note: the first request after inactivity may incur ~5s of cold-start.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| lat | Yes | ||
| lon | Yes | ||
| start | Yes | ||
| models | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||