{
  "x402Version": 2,
  "id": 4680,
  "slug": "4680",
  "resource": "https://api.myco2suite.io/api/v1/freight",
  "description": "Freight carbon: CO2e for road/rail/sea/air shipments by weight × distance, single-leg or multi-leg intermodal. Ports/airports by UN-LOCODE, IATA, name or lat/long.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xdCA14e2B0F7995fe9263d77A9E7dCd128D1E6dD7",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "destination": "SGSIN",
            "mode": "sea",
            "origin": "GBSOU",
            "weight_kg": 20000
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "co2e_kg": 1520.44,
            "co2e_tonnes": 1.52044,
            "factor": {
              "source": "IMO GHG Study",
              "unit": "kgCO2e/tonne.km"
            },
            "route": {
              "distance_km": 15320.5,
              "tonne_km": 306410
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "destination": {
                    "description": "UN/LOCODE, IATA, name, or destination_lat + destination_lon",
                    "type": "string"
                  },
                  "legs": {
                    "description": "For multi-leg: array of { mode, origin, destination } (omit top-level mode/origin/destination)",
                    "type": "array"
                  },
                  "mode": {
                    "description": "sea | road | rail | air",
                    "type": "string"
                  },
                  "origin": {
                    "description": "UN/LOCODE, IATA, name, or origin_lat + origin_lon",
                    "type": "string"
                  },
                  "weight_kg": {
                    "description": "Shipment weight in kg (>0)",
                    "type": "number"
                  }
                },
                "required": [
                  "weight_kg"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.myco2suite.io",
  "lastUpdated": "2026-09-14T19:49:38.637Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T19:49:38.429Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.myco2suite.io",
    "manifest_name": "api.myco2suite.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}