Calculates greenhouse gas emissions for one or more transport operations. The endpoint supports the four core transport modes - AIR, RAIL, ROAD, and WATER - as well as a combination mode, WEIGHTED_MODES, which allows multiple underlying modes to be prorated into a single combined operation. Each transport operation in the request represents one leg of the cargo movement, and you may submit a single operation or a sequence of operations within the same request.
API key for authenticating requests. Include this header in all calls.
Defines the transported goods for which emissions are calculated. Cargo parameters affect vehicle choice, load factors, and resulting emission estimates throughout the transport chain. Only the weight property is mandatory. Other properties will be defaulted if they are not provided. However, the more detail provided, the more accurate the results will be.
Used to customize emissions calculations and to control which details are included in the response.
Locations resolve either to a transport facility (airport, harbor, or rail yard) or to a general geographic area such as a building, street, postcode, or city. For larger areas, centroids are used to represent the approximate position.
iataCode for airports, unLoCode for harbors).type is not PLACE, the closest transport facility of the indicated
type is selected.When multiple data sources are provided, they are evaluated in the following order of preference:
Geocoding accuracy depends on the quality and completeness of the input. Structured addresses almost always yield better results and are tolerant of minor data-entry errors, such as postcodes appearing in street fields. For both structured and unstructured inputs, the most probable match is selected based on lexicographical similarity to known locations.
When a transport facility is specified directly, it will be used regardless of any transport vehicle specified. The system does not enforce suitability constraints. For example, a large aircraft such as a Boeing 747-8F may be routed to Gibraltar International (LXGB) despite its short runways. If the airport were not explicitly chosen, the system would instead select a nearby suitable airport such as Málaga-Costa del Sol (AGP).
Similarly, a container vessel may be routed to Plymouth (GBPLY) even though the port lacks container handling facilities. If the port were not specified explicitly, a capable alternative such as Southampton (GBSOU) would be selected automatically.
Locations resolve either to a transport facility (airport, harbor, or rail yard) or to a general geographic area such as a building, street, postcode, or city. For larger areas, centroids are used to represent the approximate position.
iataCode for airports, unLoCode for harbors).type is not PLACE, the closest transport facility of the indicated
type is selected.When multiple data sources are provided, they are evaluated in the following order of preference:
Geocoding accuracy depends on the quality and completeness of the input. Structured addresses almost always yield better results and are tolerant of minor data-entry errors, such as postcodes appearing in street fields. For both structured and unstructured inputs, the most probable match is selected based on lexicographical similarity to known locations.
When a transport facility is specified directly, it will be used regardless of any transport vehicle specified. The system does not enforce suitability constraints. For example, a large aircraft such as a Boeing 747-8F may be routed to Gibraltar International (LXGB) despite its short runways. If the airport were not explicitly chosen, the system would instead select a nearby suitable airport such as Málaga-Costa del Sol (AGP).
Similarly, a container vessel may be routed to Plymouth (GBPLY) even though the port lacks container handling facilities. If the port were not specified explicitly, a capable alternative such as Southampton (GBSOU) would be selected automatically.
Represents the sequence of transport and hub operations that define a complete multimodal logistics chain.
The transportChain is an ordered array of elements describing how cargo moves between points.
type value of AIR, RAIL, ROAD, WATER, or WEIGHTED_MODES.type of HUB and represents the connecting location between consecutive transport segments.origin and destination properties, enabling emissions to be attributed to those locations.Emissions calculation successfully performed
The origin location for the transport chain.
The destination location for the transport chain.
The total distance in kilometers across all transport operations in the request.
The total transport activity for all transport operations in the request. Measured in tonne kilometers.
The combined emission intensity rates across all the transport operations.
The total emissions for all the transport operations.
The combined emission intensity rates across all the logistics hubs.
The total emissions for all the logistics hubs.
The combined emission intensity rates across the entire transport chain.
The total emissions for the entire transport chain.
Number of credits consumed to generate the emissions calculation results, deducted from the user’s account as part of processing the request.
Array of emissions calculation results for the transport operations defined in the request’s transport chain, along with any automatically inserted logistics hub operation results. The results appear in the same order as in the request, with any inserted hub operations results placed where they occurred in the transport chain.