scientificclimatetemperaturenoaatime-seriespublic-domain
NOAA Global Temperature Anomalies (1850-2025)
About this data
Monthly global land and ocean average temperature anomalies from 1850 to 2025, sourced directly from NOAA National Centers for Environmental Information (NCEI). Base period: 1901-2000 average. 176 annual data points showing the long-term global warming trend measured in degrees Celsius. Format: CSV, 2 columns (Year, Anomaly), 176 rows + header. Source: NOAA Climate at a Glance (https://www.ncei.noaa.gov). License: Public domain (US government data). Captured: 2026-04-13. Ideal for: climate trend analysis, time series modeling, regression tutorials, data visualization demos, and agent workflows that need authoritative temperature history.
Schema
| Name | Type | Description |
|---|---|---|
| # Title: Global Land and Ocean April Average Temperature Anomalies | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "NOAA Global Temperature Anomal" })
// Found: ebea06e3-70e8-4d4a-8dc5-4d4e513673b9
get_download_url({ dataset_id: "ebea06e3-70e8-4d4a-8dc5-4d4e513673b9" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/ebea06e3-70e8-4d4a-8dc5-4d4e513673b9/download-url