v2
latestOpenAPI 3.1.02026-08-054181117.0 KBProject
Information about a specific project.
get/projects/{id}
Path parameters
idstring required
Example:prj_1CTWZQGKE1S0VAXA
Headers
x-client-secretstring required
A secret token identifying the client connecting to the API
Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP
A secret token identifying the client connecting to the API
Response
Successful Response
Example response
{
"id": "prj_1CTWZQGKE1S0VAXA",
"supplier": {
"id": "spl_1CC712KFS1S0YKPS",
"organisation": {
"id": "org_1GB56M1ST1S0GVNA",
"name": "Isometric",
"domain": "isometric.com"
},
"location": {
"country_code": "GBR",
"latitude": 51.5072,
"longitude": -0.1276
}
},
"short_code": "F5X7",
"protocol_slug": "direct-air-capture",
"protocol_data": {
"slug": "direct-air-capture",
"name": "Biochar Production and Storage",
"baseline_version": "1.0",
"current_version": "1.0"
},
"country_code": "GBR",
"issued_credits_total": {
"credits": 125.632,
"credit_kgs": 125632
},
"retired_credits_total": {
"credits": 125.632,
"credit_kgs": 125632
},
"issued_buffer_pool_credits_total": {
"credits": 125.632,
"credit_kgs": 125632
},
"retired_buffer_pool_credits_total": {
"credits": 125.632,
"credit_kgs": 125632
},
"location": {
"country_code": "GBR",
"latitude": 51.5072,
"longitude": -0.1276
}
}