scientificrenewable-energyclimateelectricitysolarwindhydrosustainabilityenergy-transitioncountry-dataenvironment

Global Renewable Energy Generation by Country — 2023

Category
Scientific
Records
10 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
Verification
unverified
PII
None detected
Downloads
0

About this data

Comprehensive dataset covering renewable electricity generation across 49 major economies worldwide. Includes solar, wind, hydro, biofuel, and other renewable energy generation (TWh), share of total electricity (%), per-capita metrics (kWh), year-over-year growth rates, and population-normalized figures. Data sourced from Our World in Data (OWID) energy dataset, which aggregates from IRENA, Ember, and the Energy Institute. Ideal for climate policy analysis, energy transition research, ESG scoring, and cross-country benchmarking.

Schema

NameTypeDescription
countrystring
iso_codestring
yearstring
solar_electricity_twhstring
wind_electricity_twhstring
hydro_electricity_twhstring
biofuel_electricity_twhstring
other_renewable_electricity_twhstring
total_renewables_electricity_twhstring
renewables_share_of_electricity_pctstring
solar_share_of_electricity_pctstring
wind_share_of_electricity_pctstring
hydro_share_of_electricity_pctstring
renewables_per_capita_kwhstring
solar_per_capita_kwhstring
wind_per_capita_kwhstring
renewables_yoy_growth_pctstring
solar_yoy_growth_pctstring
wind_yoy_growth_pctstring
populationstring
renewables_twh_per_million_peoplestring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.5 / 5
0 downloads
Sign up to download

Agent? No sign-up needed →

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: "Global Renewable Energy Genera" })
// Found: 51a2b01c-a743-4405-84b3-88627154d127
get_download_url({ dataset_id: "51a2b01c-a743-4405-84b3-88627154d127" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/51a2b01c-a743-4405-84b3-88627154d127/download-url