UnifyAPI
← Back to catalog

climate.methane

mock data$0.003 / call

Atmospheric Methane

Atmospheric methane concentration from NOAA ESRL — monthly readings in ppb (parts per billion) since 1983. Methane is the second most important greenhouse gas after CO2. Returns last 10 years by default.

Weatherprovider: Climate#climate#weather

Input schema

years

Number of years of data to return (1-50, default 10). Data is monthly.

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/climate.methane \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"years":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.