Currently only the support for Electricity Maps is implemented using two endpoints:
/v3/carbon-intensity/latest
/v3/carbon-intensity/history
Support for Carbon-Aware-Computing.com makes sense for us to have a free API with a granularity of 15 minutes (instead of the 1 hour from Electricity Maps).
Sample Response:
{
"location": "de",
"time": "2025-09-22T10:45:00+00:00",
"value": 270.9
}
See also information provided in the SPECIFICATION file.
Currently only the support for Electricity Maps is implemented using two endpoints:
/v3/carbon-intensity/latest/v3/carbon-intensity/historySupport for Carbon-Aware-Computing.com makes sense for us to have a free API with a granularity of 15 minutes (instead of the 1 hour from Electricity Maps).
Sample Response:
{ "location": "de", "time": "2025-09-22T10:45:00+00:00", "value": 270.9 }See also information provided in the SPECIFICATION file.