---
title: "List products"
method: GET
path: "/v1/climate/products"
---

# List products

`GET /v1/climate/products`

Lists all available Climate product objects.

## Query parameters

- `ending_before` string
- `expand` string[]
- `limit` integer
- `starting_after` string

## Response `200`

Successful response.

- object
  - `data` ClimateProduct[], required
    - `created` integer, required — Time at which the object was created. Measured in seconds since the Unix epoch.
    - `current_prices_per_metric_ton` object, required — Current prices for a metric ton of carbon removal in a currency's smallest unit.
    - `delivery_year` integer, nullable — The year in which the carbon removal is expected to be delivered.
    - `id` string, required — Unique identifier for the object. For convenience, Climate product IDs are human-readable strings that start with `climsku_`. See [carbon removal inventory](https://stripe.com/docs/climate/orders/carbon-removal-inventory) for a list of available carbon removal products.
    - `livemode` boolean, required — Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
    - `metric_tons_available` string, decimal, required — The quantity of metric tons available for reservation.
    - `name` string, required — The Climate product's name.
    - `object` 'climate.product', required — String representing the object's type. Objects of the same type share the same value.
    - `suppliers` ClimateSupplier[], required — The carbon removal suppliers that fulfill orders for this Climate product.
      - `id` string, required — Unique identifier for the object.
      - `info_url` string, required — Link to a webpage to learn more about the supplier.
      - `livemode` boolean, required — Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
      - `locations` ClimateRemovalsLocation[], required — The locations in which this supplier operates.
        - `city` string, nullable — The city where the supplier is located.
        - `country` string, required — Two-letter ISO code representing the country where the supplier is located.
        - `latitude` number, nullable — The geographic latitude where the supplier is located.
        - `longitude` number, nullable — The geographic longitude where the supplier is located.
        - `region` string, nullable — The state/county/province/region where the supplier is located.
      - `name` string, required — Name of this carbon removal supplier.
      - `object` 'climate.supplier', required — String representing the object’s type. Objects of the same type share the same value.
      - `removal_pathway` 'biomass_carbon_removal_and_storage' | 'direct_air_capture' | 'enhanced_weathering' | 'marine_carbon_removal', required — The scientific pathway used for carbon removal.
  - `has_more` boolean, required — True if this list has another page of items after this one that can be fetched.
  - `object` 'list', required — String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
  - `url` string, required — The URL where this list can be accessed.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/spec3.md) · [All operations](https://skmtc.net/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/3653ad45bbec/schema)
