← Intelligenz-Mashups

Grüne-Energie-Wert

GET /mashup/green/energy

Nordische Grünenergie-Bewertung: kombiniert aktuellen Strompreis, Erzeugungsmix, CO2-Intensität, Wetter und Netznachfrage für jede Nord Pool-Zone.

Sehen Sie es visualisiert

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.02875,
    "local_kwh": 0.31529
  },
  "factors": {
    "demand": {
      "note": "Mild weather - low energy demand",
      "score": 9.0,
      "temperature_c": 16.4
    },
    "price_signal": {
      "note": "Low price indicates abundant renewable supply",
      "price_eur_kwh": 0.02875,
      "score": 8.0
    },
    "wind_power": {
      "note": "Low wind - less wind power available",
      "score": 4.0,
      "wind_speed_kmh": 11.9
    }
  },
  "green_score": 6.7,
  "optimal_action": "Normal conditions",
  "success": true,
  "verdict": "Good - mostly renewable energy on the grid.",
  "zone": "SE3",
  "zone_name": "Stockholm"
}