Cloverly · Example Payload

Cloverly Estimate Shipping Example

CarbonCarbon CreditsCarbon OffsetsCatalystClimateClimate ActionClimate Impact XCIXDecarbonizationESGGreenhouse GasNet ZeroProject DevelopersRegistriesSustainabilityVoluntary Carbon MarketVCM

Cloverly Estimate Shipping Example is an example object payload from Cloverly, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.cloverly.com/2019-03-beta/estimates/shipping",
    "headers": {
      "Authorization": "Bearer <CLOVERLY_API_KEY>",
      "Content-Type": "application/json"
    },
    "body": {
      "to": { "country": "US", "postal_code": "35209" },
      "from": { "country": "PK", "postal_code": "54000" },
      "weight": { "value": 5, "units": "kg" }
    }
  },
  "response": {
    "status": 200,
    "body": {
      "slug": "estimate_2026_05_24_abc123",
      "state": "estimated",
      "total_co2e_in_grams": 14200,
      "total_cost_in_usd_cents": 12,
      "transaction_cost_in_usd_cents": 7,
      "offset_cost_in_usd_cents": 5,
      "offset": {
        "slug": "rimba-raya-reforestation",
        "name": "Rimba Raya REDD+ Reforestation",
        "registry_name": "Verra",
        "offset_type": "Reforestation",
        "country": "ID",
        "vintage_year": 2024,
        "price_per_kg_in_usd_cents": 0.35
      },
      "pretty_url": "https://cloverly.com/r/estimate_2026_05_24_abc123",
      "created_at": "2026-05-24T15:42:11Z"
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/cloverly-estimate-shipping-example"
All examples
curl "https://apis.io/api/v1/examples?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.