GET /mashup/green/energy
Pohjoismainen vihreän energian arviointi: yhdistää nykyisen sähköhinnan, tuotantosekoituksen, hiili-intensiteetin, sään ja verkon kysynnän mille tahansa Nord Pool -vyöhykkeelle.
zone
valinnainen
Nord Pool zone (default NO1)
| Nimi | Pakollinen | Oletus | Kuvaus |
|---|---|---|---|
zone |
Ei | - | 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.14177,
"local_kwh": 1.54439
},
"factors": {
"demand": {
"note": "Mild weather - low energy demand",
"score": 9.0,
"temperature_c": 15.0
},
"price_signal": {
"note": "Higher price suggests constrained supply",
"price_eur_kwh": 0.14177,
"score": 4.0
},
"wind_power": {
"note": "Low wind - less wind power available",
"score": 4.0,
"wind_speed_kmh": 9.0
}
},
"green_score": 5.3,
"optimal_action": "Normal conditions",
"success": true,
"verdict": "Moderate - some fossil fuels supplementing renewables.",
"zone": "SE3",
"zone_name": "Stockholm"
}