variables lets clients opt into the widened Open-Meteo daily palette (peak periods, wind/swell period maxima). Optional past_days enables retrospective lookback up to 92 days. Omitting both keeps the legacy response shape unchanged.x-api-key: ********************curl --location '/api/v1/weather/marine/forecast?latitude=40.7128&longitude=-74.006&city=moscow&country=us&days=7&variables=wave_height_max%2Cwind_wave_peak_period_max%2Cswell_wave_peak_period_max&past_days=0' \
--header 'x-api-key: <api-key>'{
"data": {
"property1": "string",
"property2": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}