Get emissions between two points using the given modality.
Query parameters
-
Origin of voyage. Can be a locode or a lat,long
-
Destination of voyage. Can be a locode or a lat,long
-
Modality of voyage. Can be DEEPSEA, BARGE, RAIL or TRUCK
-
vesselInfo string
Optional vessel information. Can be dimensions (length, width, draught) in cm or ship IMO/MMSI. Example: 100.0,50.0,25.0 or IMO1234567 or MMSI027811100
-
containerType string
Optional container type information. Can be REEFER or DRY. Defaults to DRY
-
fuelType string
Optional fuel type information. For modality RAIL it can be DIESEL or ELECTRIC. For modality TRUCK it can be BIO_LNG, CNG, DIESEL, ELECTRIC, HVO, or LNG.
GET /api/emissions
curl \
-X GET https://connect.routescanner.com/route-information/api/emissions?origin=string&destination=string&modality=string
Response examples (200)
{
"co2eTeu": 42.0,
"co2eTon": 42.0,
"distance": 42
}