OpenMeteo Get Marine Forecast
Get marine/ocean weather forecast for any coastal or offshore location using Open-Meteo (free, no API key). Returns wave height, wave direction, wave period, swell wave height, swell direction, swell period, wind wave height, and ocean temperature. Data sourced from NOAA GFS Wave, DWD ICON Wave, and ECMWF WAM models with global 0.25 degree resolution. Useful for surfing, sailing, fishing, offshore operations, and maritime safety. Latitude/longitude required (use OpenMeteo_geocode_location for c…
Overview
Get marine/ocean weather forecast for any coastal or offshore location using Open-Meteo (free, no API key). Returns wave height, wave direction, wave period, swell wave height, swell direction, swell period, wind wave height, and ocean temperature. Data sourced from NOAA GFS Wave, DWD ICON Wave, and ECMWF WAM models with global 0.25 degree resolution. Useful for surfing, sailing, fishing, offshore operations, and maritime safety. Latitude/longitude required (use OpenMeteo_geocode_location for coordinates).
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 797ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"daily": {
"description": "Comma-separated daily marine variables. Options: wave_height_max, wave_direction_dominant, wave_period_max, wind_wave_height_max, wind_wave_direction_dominant, wind_wave_period_max, wind_wave_peak_period_max, swell_wave_height_max, swell_wave_direction_dominant, swell_wave_period_max, swell_wave_peak_period_max.",
"type": [
"string",
"null"
]
},
"forecast_days": {
"description": "Number of forecast days (1-16, default 7)",
"type": [
"integer",
"null"
]
},
"hourly": {
"description": "Comma-separated hourly marine variables. Options: wave_height, wave_direction, wave_period, wind_wave_height, wind_wave_direction, wind_wave_period, wind_wave_peak_period, swell_wave_height, swell_wave_direction, swell_wave_period, swell_wave_peak_period, ocean_current_velocity, ocean_current_direction. Default: wave_height if not specified.",
"type": [
"string",
"null"
]
},
"latitude": {
"description": "Latitude in decimal degrees (e.g., 52.0 for North Sea, 21.3 for Hawaii, -33.9 for Sydney coast)",
"type": "number"
},
"longitude": {
"description": "Longitude in decimal degrees (e.g., 4.0 for North Sea, -157.8 for Hawaii, 151.2 for Sydney coast)",
"type": "number"
},
"timezone": {
"description": "Timezone for local time (e.g., 'Europe/London', 'Pacific/Honolulu', 'auto')",
"type": [
"string",
"null"
]
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
}Examples (1)
Default OpenMeteo Get Marine Forecast call
{
"latitude": 1,
"longitude": 1
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenMeteo_get_marine_forecast
- Tool name
- OpenMeteo_get_marine_forecast
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse