curl --request GET \
--url https://api.sandbox.isometric.com/registry/v0/suppliers/{id}/projects \
--header 'Authorization: Bearer <token>' \
--header 'x-client-secret: <x-client-secret>'{
"nodes": [
{
"country_code": "<string>",
"crediting_period_end": "2023-12-25",
"crediting_period_start": "2023-12-25",
"current_verifier_name": "<string>",
"id": "<string>",
"issued_buffer_pool_credits_total": {
"credit_kgs": 123,
"credits": 123
},
"issued_credits_total": {
"credit_kgs": 123,
"credits": 123
},
"location": {
"country_code": "<string>",
"country_name": "<string>",
"latitude": 0,
"longitude": 0,
"description": "<string>"
},
"name": "<string>",
"pathway": "biomass_carbon_removal_and_storage",
"process_key": "<string>",
"protocol_slug": "<string>",
"retired_buffer_pool_credits_total": {
"credit_kgs": 123,
"credits": 123
},
"retired_credits_total": {
"credit_kgs": 123,
"credits": 123
},
"short_code": "<string>",
"status": "draft",
"supplier": {
"id": "<string>",
"location": {
"country_code": "<string>",
"country_name": "<string>",
"latitude": 0,
"longitude": 0,
"description": "<string>"
},
"long_description": "<string>",
"organisation": {
"domain": "isometric.com",
"id": "<string>",
"name": "<string>"
},
"short_description": "<string>"
},
"url": "<string>",
"validator_name": "<string>"
}
],
"page_info": {
"end_cursor": "<string>",
"has_next_page": true,
"has_previous_page": true,
"start_cursor": "<string>"
},
"total_count": 123
}List of projects for a given supplier.
Projects are sorted by most recently created first.
curl --request GET \
--url https://api.sandbox.isometric.com/registry/v0/suppliers/{id}/projects \
--header 'Authorization: Bearer <token>' \
--header 'x-client-secret: <x-client-secret>'{
"nodes": [
{
"country_code": "<string>",
"crediting_period_end": "2023-12-25",
"crediting_period_start": "2023-12-25",
"current_verifier_name": "<string>",
"id": "<string>",
"issued_buffer_pool_credits_total": {
"credit_kgs": 123,
"credits": 123
},
"issued_credits_total": {
"credit_kgs": 123,
"credits": 123
},
"location": {
"country_code": "<string>",
"country_name": "<string>",
"latitude": 0,
"longitude": 0,
"description": "<string>"
},
"name": "<string>",
"pathway": "biomass_carbon_removal_and_storage",
"process_key": "<string>",
"protocol_slug": "<string>",
"retired_buffer_pool_credits_total": {
"credit_kgs": 123,
"credits": 123
},
"retired_credits_total": {
"credit_kgs": 123,
"credits": 123
},
"short_code": "<string>",
"status": "draft",
"supplier": {
"id": "<string>",
"location": {
"country_code": "<string>",
"country_name": "<string>",
"latitude": 0,
"longitude": 0,
"description": "<string>"
},
"long_description": "<string>",
"organisation": {
"domain": "isometric.com",
"id": "<string>",
"name": "<string>"
},
"short_description": "<string>"
},
"url": "<string>",
"validator_name": "<string>"
}
],
"page_info": {
"end_cursor": "<string>",
"has_next_page": true,
"has_previous_page": true,
"start_cursor": "<string>"
},
"total_count": 123
}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
An integer number of items to retrieve before the item represented by the cursor passed in the before parameter. Defaults to 10 with a maximum value of 50.
x <= 50An opaque cursor representing the first item in the previously requested page to select items ordered before it. Submit the previously requested page’s start_cursor here when paginated backwards.
1An integer number of items to retrieve after the item represented by the cursor passed in the after parameter. Defaults to 10 with a maximum value of 50.
x <= 50An opaque cursor representing the last item in the previously requested page to select items ordered after it. Submit the previously requested page’s end_cursor here when paginated forwards.
1Successful Response
Show child attributes
A three letter ISO 3166-1 alpha-3 code representing a country
The name of the organization currently responsible for verifying this project, if assigned
20 - 37The total number of credits from this project that have been allocated to the supplier's buffer pool
Show child attributes
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e. This field can handle bigint values.
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
The total number of credits Isometric has issued to this project, including those allocated to the buffer pool
Show child attributes
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e. This field can handle bigint values.
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
The pathway this project is following
biomass_carbon_removal_and_storage, direct_air_capture, enhanced_weathering, carbon_mineralization, reforestation, marine The carbon removal process used in this project
The slug of the protocol this project is following
The total number of credits from this project that have been retired from the supplier's buffer pool
Show child attributes
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e. This field can handle bigint values.
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
The total number of credits from this project that have been retired, including those allocated to the buffer pool
Show child attributes
A representation of the credit quantity as an integer kilogram amount. Where 1 unit represents 0.001 credits and 1 kilogram of CO₂e. This field can handle bigint values.
A representation of the credit quantity as a fractional amount, to 3 decimal places. Where 1 unit represents 1 credit and 1 ton of CO₂e.
A random short code, uniquely identifying the project
The project status
draft, preview, under_validation, validated, validation_unsuccessful, closed Show child attributes
20 - 37Show child attributes
-90 <= x <= 90-180 <= x <= 180The url to the Isometric page for this project
The name of the organization responsible for validating this project, if assigned
Was this page helpful?