← Back to catalog
climate.nitrous_oxide
mock data$0.003 / callAtmospheric Nitrous Oxide
Atmospheric nitrous oxide concentration from NOAA ESRL — monthly readings in ppb since 2001. N2O is a potent greenhouse gas with 273x the warming potential of CO2. Returns last 10 years by default.
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.nitrous_oxide \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"years":0}'