← Intelligenz-Mashups

Grüne-Energie-Wert

GET /mashup/green/energy

Nordische green energy assessment: combines current Strompreis, generation mix, Kohlenstoffintensität, weather, und grid demand for any Nord Pool zone.

Parameter

zone optional

Nord Pool zone (default NO1)

Beispielanfragen

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

Live-Antwort

{
  "country": "SE",
  "current_price": {
    "currency": "SEK",
    "eur_kwh": 0.00495,
    "local_kwh": 0.05408
  },
  "factors": {
    "demand": {
      "note": "Mild weather - low energy demand",
      "score": 9.0,
      "temperature_c": 6.7
    },
    "price_signal": {
      "note": "Low price indicates abundant renewable supply",
      "price_eur_kwh": 0.00495,
      "score": 10.0
    },
    "wind_power": {
      "note": "Strong winds boosting wind power",
      "score": 8.0,
      "wind_speed_kmh": 37.1
    }
  },
  "green_score": 8.9,
  "optimal_action": "Run appliances now - cheap and green!",
  "success": true,
  "verdict": "Excellent - grid is very green right now. Great time to use energy.",
  "zone": "SE3",
  "zone_name": "Stockholm"
}