CargoAi Co2calculation API

The Co2calculation API from CargoAi — 1 operation(s) for co2calculation.

Operations 1

GET /co2calculation Co2 Calculation #

Documentation

📖
Documentation
https://cargoai.readme.io/reference/routes-schedules-and-rates
📖
Documentation
https://cargoai.readme.io/reference/rate-types
📖
Documentation
https://cargoai.readme.io/reference/rate-search-types-coloader-behaviour
📖
Documentation
https://cargoai.readme.io/reference/product-coverage
📖
Documentation
https://cargoai.readme.io/reference/search-response-objects-definition
📖
Documentation
https://cargoai.readme.io/reference/air-freight-calculations
📖
APIReference
https://cargoai.readme.io/reference/routes-schedules-and-rates-endpoint-post
📖
Documentation
https://cargoai.readme.io/reference/booking
📖
Documentation
https://cargoai.readme.io/reference/booking-status
📖
Documentation
https://cargoai.readme.io/reference/booking-payments
📖
Documentation
https://cargoai.readme.io/reference/booking-errors
📖
Documentation
https://cargoai.readme.io/reference/booking-callback
📖
Documentation
https://cargoai.readme.io/reference/flywindow
📖
Documentation
https://cargoai.readme.io/reference/flywindow-callback-details
📖
Documentation
https://cargoai.readme.io/reference/search-book-flow
📖
APIReference
https://cargoai.readme.io/reference/booking-endpoint-post
📖
Documentation
https://cargoai.readme.io/reference/track-and-trace
📖
Documentation
https://cargoai.readme.io/reference/tracking-event-codes
📖
Documentation
https://cargoai.readme.io/reference/subscription-e-mail-and-url-updates
📖
Documentation
https://cargoai.readme.io/reference/interline-tracking
📖
Documentation
https://cargoai.readme.io/reference/track-trace-premium
📖
Documentation
https://cargoai.readme.io/reference/ai-tracking-predictive-alerts
📖
Documentation
https://cargoai.readme.io/reference/guide-to-track-trace-data
📖
Documentation
https://cargoai.readme.io/reference/airfreight-track-and-trace
📖
APIReference
https://cargoai.readme.io/reference/tracking-subscription-endpoint-post
📖
Documentation
https://cargoai.readme.io/reference/fwb-and-fhl
📖
Documentation
https://cargoai.readme.io/reference/eawb-data-format
📖
APIReference
https://cargoai.readme.io/reference/eawb-endpoint-post
📖
Documentation
https://cargoai.readme.io/reference/user-provisioning
📖
Documentation
https://cargoai.readme.io/reference/data-format
📖
APIReference
https://cargoai.readme.io/reference/create-user
📖
APIReference
https://cargoai.readme.io/reference/get-token
📖
APIReference
https://cargoai.readme.io/reference/co2calculation
📖
Documentation
https://www.iata.org/en/programs/cargo/sustainability/carbon-footprint/
📖
Documentation
https://cargoai.readme.io/reference/cargocopilot-api
📖
APIReference
https://cargoai.readme.io/reference/awb-extraction
📖
APIReference
https://cargoai.readme.io/reference/shipment-extraction

Specifications

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/cargoai-co2calculation-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

cargoai-co2calculation-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Solutions Co2calculation API
  version: '1.0'
servers:
- url: https://api.cargoai.co/solutions
security:
- sec0: []
tags:
- name: Co2calculation
paths:
  /co2calculation:
    get:
      summary: Co2 Calculation
      description: ''
      operationId: co2calculation
      parameters:
      - name: awb
        in: query
        description: Booking's AWB prefix and number
        schema:
          type: string
      - name: flightnumber
        in: query
        description: Flight Number of a specific flight
        schema:
          type: integer
          format: int32
      - name: date
        in: query
        description: Flight departure date in local time at origin
        schema:
          type: string
      - name: weight
        in: query
        description: Shipment's total weight (kg)
        schema:
          type: integer
          format: int32
      - name: origin
        in: query
        description: Flight origin
        schema:
          type: string
      - name: destination
        in: query
        description: Flight destination
        schema:
          type: string
      - name: aircraft
        in: query
        description: 'Flight Aircraft IATA code (ex: 73Y)'
        schema:
          type: string
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Success:
                  value: "{\n\t\"origin\": \"CDG\",\n\t\"destination\": \"JFK\",\n\t\"aircraft\": \"330\",\n\t\"distance\": {\n\t\t\"value\": 5833.6,\n\t\t\"unit\": \"km\"\n\t},\n\t\"weight\": {\n\t\t\"value\": 100,\n\t\t\"unit\": \"kg\"\n\t},\n\t\"co2TTW\": {\n\t\t\"value\": 128.47,\n\t\t\"unit\": \"kg\"\n\t},\n\t\"co2WTW\": {\n\t\t\"value\": 157.02,\n\t\t\"unit\": \"kg\"\n\t},\n\t\"co2eTTW\": {\n\t\t\"value\": 129.69,\n\t\t\"unit\": \"kg\"\n\t},\n\t\"co2eWTW\": {\n\t\t\"value\": 158.24,\n\t\t\"unit\": \"kg\"\n\t},\n\t\"co2EfficiencyScore\": 100,\n\t\"co2EfficiencyIndustry\": 86\n}"
              schema:
                type: object
                properties:
                  origin:
                    type: string
                    example: CDG
                  destination:
                    type: string
                    example: JFK
                  aircraft:
                    type: string
                    example: '330'
                  distance:
                    type: object
                    properties:
                      value:
                        type: number
                        example: 5833.6
                        default: 0
                      unit:
                        type: string
                        example: km
                  weight:
                    type: object
                    properties:
                      value:
                        type: integer
                        example: 100
                        default: 0
                      unit:
                        type: string
                        example: kg
                  co2TTW:
                    type: object
                    properties:
                      value:
                        type: number
                        example: 128.47
                        default: 0
                      unit:
                        type: string
                        example: kg
                  co2WTW:
                    type: object
                    properties:
                      value:
                        type: number
                        example: 157.02
                        default: 0
                      unit:
                        type: string
                        example: kg
                  co2eTTW:
                    type: object
                    properties:
                      value:
                        type: number
                        example: 129.69
                        default: 0
                      unit:
                        type: string
                        example: kg
                  co2eWTW:
                    type: object
                    properties:
                      value:
                        type: number
                        example: 158.24
                        default: 0
                      unit:
                        type: string
                        example: kg
                  co2EfficiencyScore:
                    type: integer
                    example: 100
                    default: 0
                  co2EfficiencyIndustry:
                    type: integer
                    example: 86
                    default: 0
        '400':
          description: '400'
          content:
            application/json:
              examples:
                Result:
                  value: '{}'
              schema:
                type: object
                properties: {}
      deprecated: false
      tags:
      - Co2calculation
components:
  securitySchemes:
    sec0:
      type: apiKey
      name: x-api-key
      in: header
x-cargoai-api-family: Cargo2ZERO CO2
x-provenance:
  harvestedFrom: CargoAi CargoCONNECT developer portal (ReadMe) — per-operation oasDefinition embedded in each reference page
  fetchDate: '2026-07-30'
  httpStatus: 200
  sourceInfoTitle: Solutions
  sourceInfoVersion: '1.0'
  note: Operations reproduced verbatim from the provider-published OpenAPI 3.1 definition. No operation, path, parameter, schema or server was authored by API Evangelist.
  operations:
  - sourceURL: https://cargoai.readme.io/reference/co2calculation
    httpStatus: 200
    operation: GET /co2calculation