Skip to main content
GET
/
api
/
climate
/
v1
/
get-co2-monitoring
GetCo2Monitoring
curl --request GET \
  --url https://api.example.com/api/climate/v1/get-co2-monitoring
{
  "monitoring": {
    "currentPpm": 123,
    "yearAgoPpm": 123,
    "annualGrowthRate": 123,
    "preIndustrialBaseline": 123,
    "monthlyAverage": 123,
    "trend12m": [
      {
        "month": "<string>",
        "ppm": 123,
        "anomaly": 123
      }
    ],
    "methanePpb": 123,
    "nitrousOxidePpb": 123,
    "measuredAt": "<string>",
    "station": "<string>"
  }
}

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

monitoring
object