Renewable Nodes API

Access renewable energy data for 93+ countries. Updated weekly from Ember Climate.

← Back to Dashboard

Overview

The Renewable Nodes API provides structured data on renewable energy share, capacity, targets, and energy mix breakdown for 93+ countries and territories worldwide. Data is sourced from Ember Climate and updated weekly.

Endpoints

GET /wp-content/uploads/api-data.json
Returns all country data including renewable percentages, energy mix, targets, and trend data.
GET /wp-content/uploads/embed.html?source={source}®ion={region}&count={n}
Embeddable widget. Parameters: source (all|solar|wind|hydro|geo|bio), region (All|Europe|Americas|Asia|Africa|Oceania), count (1-50).

Response Format

{
  "updated": "2026-02-28T15:00:00Z",
  "stats": { "countryCount": 93, "globalAvg": 38.2 },
  "trendYears": [2019, 2020, ... , 2025],
  "countries": [
    {
      "id": "IS",
      "name": "Iceland",
      "region": "Europe",
      "renewable": 100,
      "solar": 0, "wind": 0, "hydro": 70, "geo": 30, "bio": 0,
      "capacity": 2.9,
      "target": 0, "targetYear": 0,
      "trend": [100, 100, 100, ...],
      "pop": 0.4, "dataYear": 2025
    }
  ]
}

Data Fields

FieldTypeDescription
idStringISO 3166-1 alpha-2 country code
nameStringCountry name
regionStringContinent: Europe, Americas, Asia, Africa, Oceania
renewableNumberTotal renewable electricity share (%)
solarNumberSolar share of electricity (%)
windNumberWind share of electricity (%)
hydroNumberHydropower share of electricity (%)
geoNumberGeothermal share of electricity (%)
bioNumberBiomass/other renewable share (%)
capacityNumberInstalled renewable capacity (GW)
targetNumberNational renewable target (%), 0 if none
targetYearNumberTarget year, 0 if none
trendArrayHistorical renewable % (aligned with trendYears)
popNumberPopulation in millions
dataYearNumberMost recent data year

Embed Widget

Add a live renewable energy ranking widget to your website:

<!-- Basic embed -->
<iframe src="https://renewablenodes.com/wp-content/uploads/embed.html"
  width="400" height="500" frameborder="0"></iframe>

<!-- Wind energy, Europe only, top 5 -->
<iframe src="https://renewablenodes.com/wp-content/uploads/embed.html?source=wind&region=Europe&count=5"
  width="400" height="350" frameborder="0"></iframe>

Pricing

Choose the plan that fits your needs.

Embed
Free
  • Embeddable widget for your site
  • Top 10 ranking display
  • Filter by source and region
  • Attribution required
Get Embed Code
Enterprise
Custom
  • Everything in Pro
  • White-label widgets
  • Historical data archive
  • Custom API endpoints
  • SLA guarantee
Contact Us