scientificrenewable-energyclimateelectricitysolarwindhydrosustainabilityenergy-transitioncountry-dataenvironment
Global Renewable Energy Generation by Country — 2023
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
| Name | Type | Description |
|---|---|---|
| country | string | |
| iso_code | string | |
| year | string | |
| solar_electricity_twh | string | |
| wind_electricity_twh | string | |
| hydro_electricity_twh | string | |
| biofuel_electricity_twh | string | |
| other_renewable_electricity_twh | string | |
| total_renewables_electricity_twh | string | |
| renewables_share_of_electricity_pct | string | |
| solar_share_of_electricity_pct | string | |
| wind_share_of_electricity_pct | string | |
| hydro_share_of_electricity_pct | string | |
| renewables_per_capita_kwh | string | |
| solar_per_capita_kwh | string | |
| wind_per_capita_kwh | string | |
| renewables_yoy_growth_pct | string | |
| solar_yoy_growth_pct | string | |
| wind_yoy_growth_pct | string | |
| population | string | |
| renewables_twh_per_million_people | string |
Sample Data
Preview a sample of the data before downloading.
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 neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/51a2b01c-a743-4405-84b3-88627154d127/download-url