← 智能数据整合

绿色能源评分

GET /mashup/green/energy

北欧绿色能源评估:结合任何 Nord Pool 区域的当前电价、发电组合、碳强度、天气和电网需求。

参数

zone 可选

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.00274,
    "local_kwh": 0.02994
  },
  "factors": {
    "demand": {
      "note": "Mild weather - low energy demand",
      "score": 9.0,
      "temperature_c": 6.2
    },
    "price_signal": {
      "note": "Low price indicates abundant renewable supply",
      "price_eur_kwh": 0.00274,
      "score": 10.0
    },
    "wind_power": {
      "note": "Strong winds boosting wind power",
      "score": 8.0,
      "wind_speed_kmh": 34.6
    }
  },
  "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"
}