Skip to main content
GET
/
api
/
climate
/
v1
/
get-ocean-ice-data
GetOceanIceData
curl --request GET \
  --url https://api.example.com/api/climate/v1/get-ocean-ice-data
{
  "data": {
    "arcticExtentMkm2": 123,
    "arcticExtentAnomalyMkm2": 123,
    "arcticTrend": "<string>",
    "seaLevelMmAbove1993": 123,
    "seaLevelAnnualRiseMm": 123,
    "ohc0700mZj": 123,
    "sstAnomalyC": 123,
    "measuredAt": 123,
    "iceTrend12m": [
      {
        "month": "<string>",
        "extentMkm2": 123,
        "anomalyMkm2": 123
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successful response

data
object