# Get emissions between two points using the given modality. **GET /route-information/api/emissions** ## Servers - Routescanner base URL: https://connect.routescanner.com (Routescanner base URL) ## Parameters #### Query parameters - **origin** (string) Origin of voyage. Can be a locode or a lat,long - **destination** (string) Destination of voyage. Can be a locode or a lat,long - **modality** (string) Modality of voyage. Can be one of [`DEEPSEA`, `BARGE`, `RAIL`, `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 `DRY` or `REEFER`. Defaults to `DRY` - **fuelType** (string) Optional fuel type information. For modality `BARGE`, it can be one of [`BIODIESEL`, `DIESEL`, `DIESEL_90_HVO_10`, `DIESEL_80_HVO_20`, `DIESEL_50_HVO_50`, `ETHANOL`, `HVO`, `HYDROGEN_BLUE`, `HYDROGEN_GREEN`, `HYDROGEN_GREY`, `LNG_MEDIUM`, `LNG_SLOW`, `LPG`]. For modality `RAIL`, it can be one of [`DIESEL`, `ELECTRIC`]. For modality `TRUCK`, it can be one of [`BIO_LNG`, `CNG`, `DIESEL`, `ELECTRIC`, `HVO`, `LNG`]. ## Responses ### 200: Calculated the emissions in kg CO₂e per TEU, kg CO₂e per ton, and the distance in meters #### Body Parameters: application/json (object) - **co2eTeu** (number(double)) - **co2eTon** (number(double)) - **distance** (integer(int32)) ### 204: The emissions couldn't be calculated because a route could not be found ### 400: Bad request, query parameters were wrong ### 500: Something went wrong on our side. [Powered by Bump.sh](https://bump.sh)