latestOpenAPI 3.0.02026-08-10517386.6 KB
a9f1b102faca
CarbonCredits
Project vintages
Returns a summary of the current state of credits for the given project
get/carbonCredits/projects/{id}
Path parameters
idstring required
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"
}
}