← Tiedusteluyhdistelmät

Vihreän energian pisteet

GET /mashup/green/energy

Pohjoismainen vihreän energian arviointi: yhdistää nykyisen sähkön hinnan, tuotantojakauman, hiili-intensiteetin, sään ja verkon kysynnän mille tahansa Nord Pool -alueelle.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.

Katso se visualisoituna

Parametrit

zone valinnainen

Nord Pool zone (default NO1)

Esimerkkipyynnöt

Peruskäyttö
curl "https://nordapi.ee/api/v1/mashup/green/energy?zone=SE3"

Reaaliaikainen vastaus

{
  "country": "SE",
  "current_price": {
    "currency": "SEK",
    "eur_kwh": 0.02407,
    "local_kwh": 0.26868
  },
  "factors": {
    "demand": {
      "note": "Mild weather - low energy demand",
      "score": 9.0,
      "temperature_c": 14.0
    },
    "price_signal": {
      "note": "Low price indicates abundant renewable supply",
      "price_eur_kwh": 0.02407,
      "score": 8.0
    },
    "wind_power": {
      "note": "Low wind - less wind power available",
      "score": 6.0,
      "wind_speed_kmh": 15.5
    }
  },
  "green_score": 7.5,
  "optimal_action": "Run appliances now - cheap and green!",
  "success": true,
  "verdict": "Good - mostly renewable energy on the grid.",
  "zone": "SE3",
  "zone_name": "Stockholm"
}