v1
latestOpenAPI 3.1.02026-07-243613262.4 KBBy 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.
| Field | Description | Type |
|---|---|---|
| co2e | Estimated CO₂ emissions data. | Statistics (min, max, average, standardDeviation) |
| co2e.wtt | Well-to-Tank (WTT) emissions data. | Statistics (min, max, average, standardDeviation) |
| co2e.ttw | Tank-to-Wheels (TTW) emissions data. | Statistics (min, max, average, standardDeviation) |
| co2e.intensity | CO₂ intensity values (emissions per unit of cargo). | Statistics (min, max, average, standardDeviation) |
| distance | Total 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