curl --request GET \
--url https://api.sandbox.isometric.com/registry/v0/projects/{id} \
--header 'Authorization: Bearer <token>' \
--header 'x-client-secret: <x-client-secret>'
{
"country_code": "GBR",
"crediting_period_end": "2023-12-25",
"crediting_period_start": "2023-12-25",
"id": "prj_1CTWZQGKE1S0VAXA",
"issued_buffer_pool_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"issued_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"location": {
"country_code": "<string>",
"country_name": "<string>"
},
"name": "<string>",
"pathway": "biomass_carbon_removal_and_storage",
"process_key": "<string>",
"protocol_slug": "<string>",
"retired_buffer_pool_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"retired_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"short_code": "F5X7",
"status": "draft",
"supplier": {
"id": "spl_1CC712KFS1S0YKPS",
"location": {
"country_code": "<string>",
"country_name": "<string>"
},
"organisation": {
"domain": "isometric.com",
"id": "org_1GB56M1ST1S0GVNA",
"name": "Isometric"
}
},
"url": "<string>",
"validator_name": "<string>"
}
Information about a specific project.
curl --request GET \
--url https://api.sandbox.isometric.com/registry/v0/projects/{id} \
--header 'Authorization: Bearer <token>' \
--header 'x-client-secret: <x-client-secret>'
{
"country_code": "GBR",
"crediting_period_end": "2023-12-25",
"crediting_period_start": "2023-12-25",
"id": "prj_1CTWZQGKE1S0VAXA",
"issued_buffer_pool_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"issued_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"location": {
"country_code": "<string>",
"country_name": "<string>"
},
"name": "<string>",
"pathway": "biomass_carbon_removal_and_storage",
"process_key": "<string>",
"protocol_slug": "<string>",
"retired_buffer_pool_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"retired_credits_total": {
"credit_kgs": 125632,
"credits": 125.632
},
"short_code": "F5X7",
"status": "draft",
"supplier": {
"id": "spl_1CC712KFS1S0YKPS",
"location": {
"country_code": "<string>",
"country_name": "<string>"
},
"organisation": {
"domain": "isometric.com",
"id": "org_1GB56M1ST1S0GVNA",
"name": "Isometric"
}
},
"url": "<string>",
"validator_name": "<string>"
}
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
A secret token identifying the client connecting to the API
"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"
Successful Response
The response is of type object
.