View emission reduction claims

GET/claims/emission-reduction

Retrieve records of Certified Emission Reductions (CERs) achieved.

Response

project_idstring

Unique identifier of the project

periodstring

Time period for which emissions were reduced

reductionsinteger

Amount of emissions reduced

Example response

{
  "project_id": "project-789",
  "period": "2023-Q4",
  "reductions": 300
}