Global Low-Carbon Energy Production by Country (2000–2025)
About this data
Comprehensive dataset tracking low-carbon energy production across 216 countries from 2000 to 2025. Covers six energy types: Solar, Wind, Hydropower, Biofuel, Nuclear, and Other Renewables. Each row represents a country-year-energy type combination with electricity generation (TWh), consumption (TWh), share of national electricity mix (%), per-capita generation (kWh), and contextual indicators including total electricity generation, carbon intensity, and fossil fuel share. Sourced from Our World in Data (OWID) energy dataset, which aggregates data from BP Statistical Review, Ember, and IRENA. 31,025 rows across 216 countries. Ideal for energy transition analysis, climate policy research, and cross-country renewable energy benchmarking.
Schema
| Name | Type | Description |
|---|---|---|
| country | string | |
| iso_code | string | |
| year | string | |
| population | string | |
| gdp | string | |
| energy_type | string | |
| electricity_twh | string | |
| consumption_twh | string | |
| share_of_electricity_pct | string | |
| share_of_energy_pct | string | |
| elec_per_capita_kwh | string | |
| total_electricity_generation_twh | string | |
| carbon_intensity_gco2_kwh | string | |
| total_renewables_share_elec_pct | string | |
| fossil_share_elec_pct | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
# 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: "Global Low-Carbon Energy Produ" })
// Found: 95bf1449-c711-4de3-bdc3-5b5d7d938cb9
get_download_url({ dataset_id: "95bf1449-c711-4de3-bdc3-5b5d7d938cb9" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/95bf1449-c711-4de3-bdc3-5b5d7d938cb9/download-url