v1

latestOpenAPI 3.1.02026-07-243613262.4 KB
By ocean carrier

Get CO₂ details for an itinerary from proformas by hash

This endpoint retrieves CO₂ emissions details for a specific itinerary, identified by a hash.
Itinerary hashes are generated and returned in the /itinerary/v2/proformas response.

Response

The CO₂e emissions are returned in grams.

FieldDescriptionType
co2eEstimated CO₂ emissions data.Statistics (min, max, average, standardDeviation)
co2e.wttWell-to-Tank (WTT) emissions data.Statistics (min, max, average, standardDeviation)
co2e.ttwTank-to-Wheels (TTW) emissions data.Statistics (min, max, average, standardDeviation)
co2e.intensityCO₂ intensity values (emissions per unit of cargo).Statistics (min, max, average, standardDeviation)
distanceTotal itinerary distance.Numeric (meters)

Notes & considerations

  • Hashes are not intended to be persisted or used as permanent references.

Support endpoints and resources

  • Retrieve itinerary solutions: use our /itinerary/v2/proformas endpoint to retrieve itinerary hashes for a given carrier, port pair and shipment details.
  • Learn about our methodology: visit the Methodology for sea emissions calculation page.
get/co2/v2/proformas/{hash}

Path parameters

hashstring required
Example:DRHBfsJe7Ft

The hash of the CO₂e details per itinerary to retrieve.

Response

OK