← Greindasamsetningar

Græn orkueinkunn

GET /mashup/green/energy

Norrænt grænorkumat: sameinar núverandi raforkuverð, orkuframleiðsluhlutfall, kolefnisþéttleika, veður og eftirspurn raforkukerfis fyrir hvaða Nord Pool svæði sem er.

Sjáðu það myndrænt

Breytur

zone valfrjálst

Nord Pool zone (default NO1)

Dæmi um fyrirspurnir

Grunnnotkun
curl "https://nordapi.ee/api/v1/mashup/green/energy?zone=SE3"

Lifandi svar

{
  "country": "SE",
  "current_price": {
    "currency": "SEK",
    "eur_kwh": 0.04428,
    "local_kwh": 0.4856
  },
  "factors": {
    "demand": {
      "note": "Mild weather - low energy demand",
      "score": 9.0,
      "temperature_c": 15.2
    },
    "price_signal": {
      "note": "Low price indicates abundant renewable supply",
      "price_eur_kwh": 0.04428,
      "score": 8.0
    },
    "wind_power": {
      "note": "Low wind - less wind power available",
      "score": 4.0,
      "wind_speed_kmh": 11.2
    }
  },
  "green_score": 6.7,
  "optimal_action": "Normal conditions",
  "success": true,
  "verdict": "Good - mostly renewable energy on the grid.",
  "zone": "SE3",
  "zone_name": "Stockholm"
}