In this minor update, we've added
pv_array
to the response object of the
/calculate
and
/carbon-intensities
endpoints.
Accessing New Fields
Users can access the
pv_array
carbon intensity in the
/calculate
endpoint by returning
response.carbon_intensities.pv_array
.
Users can access the
pv_array
carbon intensties in the
/carbon-intensities
endpoint by returning
response.pv_array
. This object follow the same structure as the other keys in the response, and will return all three levels of specification (Conservative, Best Practices, and Low Carbon), along with the data source and units of the carbon intensity.