← Back to catalog
climate.co2
mock data$0.003 / callAtmospheric CO2 (Keeling Curve)
Atmospheric CO2 concentration from NOAA Mauna Loa Observatory — the Keeling Curve. Monthly readings in ppm (parts per million) since 1958. Returns last 10 years by default. Source: NOAA ESRL.
Input schema
years
integerNumber of years of data to return (1-50, default 10). Data is monthly.
Call via REST
curl -X POST https://unifyapi.pro/api/call/climate.co2 \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"years":0}'