← Back to catalog
climate.temperature
mock data$0.003 / callGlobal 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.
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.temperature \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"years":0}'