Global Energy Production, Consumption & CO₂ Emissions by Country (2000–2024)
About this data
Comprehensive panel dataset covering 195 countries over 25 years (2000–2024) with 18 energy and emissions indicators per country-year observation. Includes primary energy production and consumption by source (oil, natural gas, coal, nuclear, hydroelectric, solar, wind, biofuels & waste), total renewable capacity, electricity generation mix, CO₂ emissions from fuel combustion, energy intensity of GDP, per-capita consumption, and electrification rates. Data normalized and cross-referenced from International Energy Agency (IEA) World Energy Balances, World Bank World Development Indicators, BP Statistical Review of World Energy / Energy Institute, and IRENA Renewable Energy Statistics. Contains 12,675 country-year observations suitable for energy transition analysis, climate policy modeling, forecasting, and cross-country comparative studies.
Schema
| Name | Type | Description |
|---|---|---|
| iso3 | string | |
| country | string | |
| continent | string | |
| subregion | string | |
| year | string | |
| primary_energy_production_mtoe | string | |
| primary_energy_consumption_mtoe | string | |
| oil_production_mtoe | string | |
| gas_production_mtoe | string | |
| coal_production_mtoe | string | |
| nuclear_generation_twh | string | |
| hydro_generation_twh | string | |
| solar_capacity_gw | string | |
| wind_capacity_gw | string | |
| renewable_share_pct | string | |
| electricity_generation_twh | string | |
| co2_emissions_mt | string | |
| co2_per_capita_tonnes | string | |
| energy_intensity_mj_per_usd | string | |
| electrification_rate_pct | string | |
| population_millions | string | |
| gdp_per_capita_usd | 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 Energy Production, Cons" })
// Found: daa7b136-fdb1-4b47-9b6e-ae23b00990f2
get_download_url({ dataset_id: "daa7b136-fdb1-4b47-9b6e-ae23b00990f2" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/daa7b136-fdb1-4b47-9b6e-ae23b00990f2/download-url