Cloverly website screenshot

Cloverly

Cloverly is an Atlanta-headquartered climate technology company that operates a developer-first carbon-credit infrastructure platform. The Cloverly API estimates and purchases verified carbon offsets in real time across a curated portfolio of reforestation, biochar, direct air capture, renewable energy, and methane-abatement projects sourced from registries such as Verra, Gold Standard, ACR, Climate Action Reserve, and Puro.earth. The Catalyst product extends the same platform to project developers managing inventory, pricing, content, payments, and omnichannel distribution. In 2024 Cloverly was acquired by Climate Impact X (CIX), the Singapore-based carbon exchange, and has since operated as the technology arm powering CIX-aligned voluntary carbon market infrastructure.

4 APIs 0 Features
CarbonCarbon CreditsCarbon OffsetsCatalystClimateClimate ActionClimate Impact XCIXDecarbonizationESGGreenhouse GasNet ZeroProject DevelopersRegistriesSustainabilityVoluntary Carbon MarketVCM

APIs

Cloverly Estimates API

Create and retrieve carbon-offset estimates without committing a purchase. Supports shipping (distance + weight), vehicle (distance + fuel efficiency), flights (passenger-miles)...

Cloverly Purchases API

Purchase and retire carbon offsets from Cloverly's curated marketplace. Mirrors the Estimates shape (shipping, vehicle, flight, electricity, carbon, currency) but immediately re...

Cloverly Offset Types API

List the carbon-offset project types and individual offset sources available through Cloverly — including reforestation, biochar, direct air capture, renewable energy, methane a...

Cloverly Account API

Retrieve the authenticated account record including the configured currency, default offset type preferences, and the public/private API key context. Useful for confirming which...

Collections

Pricing Plans

Cloverly Plans Pricing

3 plans

PLANS

Rate Limits

Cloverly Rate Limits

2 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Cloverly Context

0 classes · 5 properties

JSON-LD

API Governance Rules

Cloverly API Rules

4 rules · 3 warnings

SPECTRAL

JSON Structure

Cloverly Estimate Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
📝
Signup
Signup
🔗
Registration
Registration
🔗
ProductPage
ProductPage
🔗
ProductPage
ProductPage
🔗
Marketplace
Marketplace
📰
Blog
Blog
🔗
CaseStudies
CaseStudies
🔗
WhitePapers
WhitePapers
🔗
ContactUs
ContactUs
🔗
Careers
Careers
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
👥
YouTube
YouTube
👥
GitHubOrganization
GitHubOrganization
📦
SDKs
SDKs
📦
SDKs
SDKs
🔗
PackageRegistry
PackageRegistry
🔗
PackageRegistry
PackageRegistry
🔗
APIReference
APIReference
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
Vocabulary
Vocabulary
🔗
JSONLD
JSONLD
🔗
Spectral
Spectral

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Cloverly Purchases API
  version: 2019-03-beta
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Purchases
    type: folder
  items:
  - info:
      name: Cloverly List Purchases
      type: http
    http:
      method: GET
      url: https://api.cloverly.com/2019-03-beta/purchases
    docs: List purchases recorded against the authenticated account.
  - info:
      name: Cloverly Convert Estimate To Purchase
      type: http
    http:
      method: POST
      url: https://api.cloverly.com/2019-03-beta/purchases
      body:
        type: json
        data: '{}'
    docs: Promote a previously created estimate to a purchase by posting its slug.
  - info:
      name: Cloverly Retrieve Purchase
      type: http
    http:
      method: GET
      url: https://api.cloverly.com/2019-03-beta/purchases/:slug
      params:
      - name: slug
        value: ''
        type: path
    docs: Retrieve a single purchase by slug.
  - info:
      name: Cloverly Cancel Purchase
      type: http
    http:
      method: DELETE
      url: https://api.cloverly.com/2019-03-beta/purchases/:slug
      params:
      - name: slug
        value: ''
        type: path
    docs: Cancel a purchase (subject to Cloverly's cancellation window).
  - info:
      name: Cloverly Purchase Shipping Offset
      type: http
    http:
      method: POST
      url: https://api.cloverly.com/2019-03-beta/purchases/shipping
      body:
        type: json
        data: '{}'
    docs: Estimate and immediately retire offsets for a shipping activity.
  - info:
      name: Cloverly Purchase Vehicle Offset
      type: http
    http:
      method: POST
      url: https://api.cloverly.com/2019-03-beta/purchases/vehicle
      body:
        type: json
        data: '{}'
    docs: Estimate and immediately retire offsets for vehicle travel.
  - info:
      name: Cloverly Purchase Flight Offset
      type: http
    http:
      method: POST
      url: https://api.cloverly.com/2019-03-beta/purchases/flights
      body:
        type: json
        data: '{}'
    docs: Estimate and immediately retire offsets for one or more flight legs.
  - info:
      name: Cloverly Purchase Electricity Offset
      type: http
    http:
      method: POST
      url: https://api.cloverly.com/2019-03-beta/purchases/electricity
      body:
        type: json
        data: '{}'
    docs: Estimate and immediately retire offsets for electricity consumption.
  - info:
      name: Cloverly Purchase Carbon Offset
      type: http
    http:
      method: POST
      url: https://api.cloverly.com/2019-03-beta/purchases/carbon
      body:
        type: json
        data: '{}'
    docs: Estimate and immediately retire offsets for a direct mass of CO2-equivalent emissions.
  - info:
      name: Cloverly Purchase Currency Offset
      type: http
    http:
      method: POST
      url: https://api.cloverly.com/2019-03-beta/purchases/currency
      body:
        type: json
        data: '{}'
    docs: Retire offsets corresponding to a fixed currency spend.
bundled: true