API Access
Access dataset files directly from scripts, code, or AI agents.
Browse dataset files
API Access
Access dataset files directly from scripts, code, or AI agents.
Dataset Files
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
/luccasmmg/global-temp/
https://datahub.io/luccasmmg/global-temp/_r/-/.gitignore
├ LICENSE
https://datahub.io/luccasmmg/global-temp/_r/-/LICENSE
├ Makefile
https://datahub.io/luccasmmg/global-temp/_r/-/Makefile
https://datahub.io/luccasmmg/global-temp/_r/-/README.md
https://datahub.io/luccasmmg/global-temp/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/global-temp/_r/-/data/annual.csv
https://datahub.io/luccasmmg/global-temp/_r/-/data/monthly.csv
https://datahub.io/luccasmmg/global-temp/_r/-/datapackage.json
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
datapackage.json— metadata & schema
https://datahub.io/luccasmmg/global-temp/_r/-/datapackage.json
README.md— documentation
https://datahub.io/luccasmmg/global-temp/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Views
Monthly mean temperature anomalies in degrees Celsius relative to a base period
Data Files
Explore with AIannual
| Field | Type | Description |
|---|---|---|
| Source | string | |
| Year | year | YYYY |
| Mean | number | Average global mean temperature anomalies in degrees Celsius relative to a base period. GISTEMP base period: 1951-1980. GCAG base period: 20th century average. |
Download
Download CSVAbout
- Last updated
- 6 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 6.33 kB
monthly
| Field | Type | Format | Description |
|---|---|---|---|
| Source | string | ||
| Year | date | any | YYYY-MM |
| Mean | number | Monthly mean temperature anomalies in degrees Celsius relative to a base period. GISTEMP base period: 1951-1980. GCAG base period: 20th century average. |
Download
Download CSVAbout
- Last updated
- 6 March 2026
- Total rows
- ...
- Format
- CSV
- File size
- 83.9 kB
About this dataset
Update Script Maintenance Report
Date: 2026-03-03
- Executed update pipeline (
make data) to verify script path. - Fixed GitHub Actions commit target in
.github/workflows/actions.ymlfrom wrong file path todata/*.csv. - Added workflow token write permission (
permissions: contents: write). - This change restores automatic commit behavior for generated temperature files.