GET
/
projects
/
{id}
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-11-07T05:31:56Z",
  "crediting_period_start": "2023-11-07T05:31:56Z",
  "id": "abc_1H0G39139CF0DZB2",
  "issued_buffer_pool_credits_total": {
    "credit_kgs": 125632,
    "credits": 125.632
  },
  "issued_credits_total": {
    "credit_kgs": 125632,
    "credits": 125.632
  },
  "name": "<string>",
  "retired_buffer_pool_credits_total": {
    "credit_kgs": 125632,
    "credits": 125.632
  },
  "retired_credits_total": {
    "credit_kgs": 125632,
    "credits": 125.632
  },
  "short_code": "F5X7",
  "supplier": {
    "id": "abc_1H0G39139CF0DZB2",
    "organisation": {
      "domain": "isometric.com",
      "id": "abc_1H0G39139CF0DZB2",
      "name": "Isometric"
    },
    "pathway": "biomass_carbon_removal_and_storage"
  }
}

Authorizations

Authorization
string
headerrequired

An JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Path Parameters

id
string
required

Response

200 - application/json
country_code
string
required

A three letter ISO 3166-1 alpha-3 code representing a country

crediting_period_end
string | null
required
crediting_period_start
string | null
required
id
string
required
issued_buffer_pool_credits_total
object
required

The total number of credits from this project that have been allocated to the supplier's buffer pool

issued_credits_total
object
required

The total number of credits Isometric has issued to this project, including those allocated to the buffer pool

name
string
required
retired_buffer_pool_credits_total
object
required

The total number of credits from this project that have been retired from the supplier's buffer pool

retired_credits_total
object
required

The total number of credits from this project that have been retired, including those allocated to the buffer pool

short_code
string
required

A random short code, uniquely identifying the project

supplier
object
required