UnifyAPI
← Back to catalog

climate.temperature

mock data$0.003 / call

Global Temperature Anomaly

Global surface temperature anomaly from NASA GISS — monthly readings since 1880. Values in °C vs 1951-1980 baseline. Returns last 10 years by default (adjustable 1-50). Source: NASA Goddard Institute for Space Studies.

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.temperature \
  -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.