Electricitymaps Carbon Intensity
electricitymaps_carbon_intensityCarbon intensity (gCO2/kWh) for a grid zone now — the live climate cost of a kWh drawn from the local grid. Pass a zone code (e.g. "US-CAL-CISO", "DE", "FR", "GB") or lat+lon. Example: electricitymaps_carbon_intensity({ zone: "DE", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude (use with lon instead of zone) | |
| lon | No | Longitude (use with lat instead of zone) | |
| zone | No | Grid zone code, e.g. "US-CAL-CISO" (California ISO), "DE" (Germany), "FR" (France), "GB" (Great Britain). Alternatively pass lat + lon. | |
| _apiKey | Yes | Electricity Maps API key (free trial / developer tier at electricitymaps.com) |