latestOpenAPI 3.0.02026-08-10235750.6 KB

b0f71533dff5

Projects

Retrieve credits for a specific project

get/v1/projects/{id}/credits

Path parameters

idstring required

Project ID

Response

Example response

{
  "summary": {
    "exPost": 1200,
    "exAnte": 15,
    "retired": 13.5,
    "validated": 3500
  },
  "vintages": [
    {
      "events": [
        {
          "type": "issuance",
          "creditType": "carbon",
          "files": [
            {
              "size": 1024,
              "type": "monitoringReport"
            }
          ]
        }
      ],
      "vintage": "2023",
      "summary": {
        "exPost": 1200,
        "exAnte": 15,
        "retired": 13.5,
        "validated": 3500
      }
    }
  ],
  "project": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "fullName": "Project 1",
    "url": "https://api.carbonregistry.com/projects/47abd663-fb35-4b2e-ad08-c347e761649e",
    "publicUrl": "https://carbonregistry.com/explore/projects/47abd663-fb35-4b2e-ad08-c347e761649e"
  }
}