Provenance
PublisherElectricity Maps
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)
Methods (3)
getPowerBreakdown
readGet power-generation breakdown by source for a zone.
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "zone": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }getCarbonIntensity
readGet carbon intensity (gCO2/kWh) for a zone.
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "zone": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }getLatestZoneData
readGet latest combined zone data (intensity + breakdown).
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "zone": { "type": "string" }, "metric": { "oneOf": [ { "type": "string", "enum": [ "zones" ] }, { "type": "string", "enum": [ "power-breakdown" ] }, { "type": "string", "enum": [ "carbon-intensity" ] } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }
