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

# List suppliers

`GET /v1/climate/suppliers`

Lists all available Climate supplier objects.

## Query parameters

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

## Response `200`

Successful response.

- object
  - `data` ClimateSupplier[], required
    - `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/stripe-api-2.md) · [All operations](https://skmtc.net/stripe/apis/stripe-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/stripe-api-2/versions/3653ad45bbec/schema)
