API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
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.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Download data resources listed in the metadata file
- 2. Read README.md for full context
Data Previews
C02 PPM per decade
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
c02-per-decade | C02 PPM per decade | 72 B | c02-per-decade |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 72 B | csv | about 2 years ago | almost 2 years ago | Open Data Commons Public Domain Dedication and License v1.0 | Link to data source |
Welcome to the body of your dataset site. Everything above this section is part of the Data package front matter.
Overview
Here is a quick overview of the template structure:

Structured data
Feel free to customize the data package frontmatter accordingly when publishing your own data.
Unstructured data
You can add as many markdown files to your GitHub repository as you like, and you can freely nest them in subdirectories. You can also enhance your content with other data visualisation components and markdown features.
Note: For a full list of supported markdown features visit https://flowershow.app/docs/syntax
Here are some quick examples:
This is cool!
Here's a callout block.
It supports markdown and wikilinks.
Or you can quickly embed a piece of code as follows:
const ExampleCode = () => {
return <div> .... </div>;
};