Cloverly · JSON Structure

Cloverly Estimate Structure

JSON Structure description of a Cloverly Estimate as returned by POST /estimates/{type}.

Type: object Properties: 0
CarbonCarbon CreditsCarbon OffsetsCatalystClimateClimate ActionClimate Impact XCIXDecarbonizationESGGreenhouse GasNet ZeroProject DevelopersRegistriesSustainabilityVoluntary Carbon MarketVCM

Cloverly Estimate Structure is a JSON Structure definition published by Cloverly. It conforms to the https://json-structure.org/draft/2026-01 meta-schema.

Meta-schema: https://json-structure.org/draft/2026-01

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2026-01",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cloverly/main/json-structure/cloverly-estimate-structure.json",
  "title": "Cloverly Estimate Structure",
  "description": "JSON Structure description of a Cloverly Estimate as returned by POST /estimates/{type}.",
  "type": "object",
  "fields": {
    "slug": { "type": "string", "required": true, "description": "Stable identifier." },
    "state": { "type": "string", "enum": ["estimated", "purchased", "cancelled"], "required": true },
    "total_co2e_in_grams": { "type": "number", "unit": "g", "required": true },
    "total_cost_in_usd_cents": { "type": "integer", "unit": "USD cents", "required": true },
    "transaction_cost_in_usd_cents": { "type": "integer", "unit": "USD cents" },
    "offset_cost_in_usd_cents": { "type": "integer", "unit": "USD cents" },
    "offset": {
      "type": "object",
      "fields": {
        "slug": { "type": "string" },
        "name": { "type": "string" },
        "registry_name": { "type": "string", "description": "Verra | Gold Standard | ACR | CAR | Puro.earth | ..." },
        "offset_type": { "type": "string", "description": "Reforestation | Biochar | DAC | Renewable Energy | Methane | ..." },
        "country": { "type": "string", "format": "iso-3166-1-alpha-2" },
        "vintage_year": { "type": "integer" },
        "price_per_kg_in_usd_cents": { "type": "number", "unit": "USD cents/kg" }
      }
    },
    "pretty_url": { "type": "string", "format": "uri" },
    "created_at": { "type": "string", "format": "date-time" }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/cloverly-estimate-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.