marine.sea_temperature
mock data$0.001 / callSea Surface Temperature Forecast
Hourly sea surface temperature (SST) forecast in degrees Celsius at an ocean coordinate for up to 16 days. SST is the temperature of the top layer of the ocean (~1m depth) and affects weather patterns, marine ecosystems, and fishing conditions. Useful for coral bleaching risk assessment, fishery management, coastal tourism planning, and climate monitoring. Returns time-indexed hourly values; null indicates no data (land areas or model gaps). Source: Open-Meteo Marine API, CC BY 4.0, no authentication required.
Input schema
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.
Timezone for the returned time values (e.g. "UTC", "Europe/London", "America/New_York"). Defaults to UTC.
Longitude of the ocean location in decimal degrees (e.g. -14.0 for Atlantic, 2.3 for North Sea).
Number of days to forecast (1–16). Defaults to 7. Hourly data is returned for each day.
Call via REST
curl -X POST https://unifyapi.pro/api/call/marine.sea_temperature \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"latitude":0,"timezone":"<timezone>","longitude":0,"forecast_days":0}'