Attributes
name
string Carrier name.
slug
string Carrier name as it appears in the Xeneta database.
date_from
string Start date of the quarter that the returned Carbon Emissions Index score is valid for.
date_to
string End date of the quarter that the returned Carbon Emissions Index score is valid for.
index
number Carrier's Carbon Emissions Index score on the requested corridor.
position_percent
integer Carrier's ranking relative to the average Carbon Emissions Index score on the requested corridor.
Body
{
"carrier_carbon_emissions": {
"name": "CMA CGM",
"slug": "cma_cgm",
"date_from": "2023-01-01",
"date_to": "2023-03-31",
"index": 90.5,
"position_percent": 4
}
}