GET /mashup/green/energy
Nordisk bedömning av grön energi: kombinerar aktuellt elpris, produktionsmix, koldioxidintensitet, väder och nätbelastning för valfri Nord Pool-zon.
zone
valfri
Nord Pool zone (default NO1)
| Namn | Obligatorisk | Standard | Beskrivning |
|---|---|---|---|
zone |
Nej | - | Nord Pool zone (default NO1) |
curl "https://nordapi.ee/api/v1/mashup/green/energy?zone=SE3"
{
"country": "SE",
"current_price": {
"currency": "SEK",
"eur_kwh": 0.02996,
"local_kwh": 0.32872
},
"factors": {
"demand": {
"note": "Mild weather - low energy demand",
"score": 9.0,
"temperature_c": 17.7
},
"price_signal": {
"note": "Low price indicates abundant renewable supply",
"price_eur_kwh": 0.02996,
"score": 8.0
},
"wind_power": {
"note": "Low wind - less wind power available",
"score": 4.0,
"wind_speed_kmh": 12.2
}
},
"green_score": 6.7,
"optimal_action": "Normal conditions",
"success": true,
"verdict": "Good - mostly renewable energy on the grid.",
"zone": "SE3",
"zone_name": "Stockholm"
}