Docs
API Reference
API ReferenceEstimation

Estimation

The estimation response model is returned in a variety of estimation-related endpoints.

The model contains the total amount of emissions in kgCO2e, and includes the emission factor used for the calculation.

AttributeDescription
co2eEmission factor carbon dioxide equivalent.
co2e_unitThe unit in which the co2e field is expressed.
co2e_calculation_methodWhich calculation methodology that was used.
co2e_calculation_originWhether the data source or earthemission made the calculation.
emission_factorThe emission factor that was used for the calculation.
constituent_gasesIndicates which constituent gases the emission factor is composed of.
audit_trailIndicates whether Audit trail was enabled for this request.
activity_dataIndicates the parameters which were multiplied by the factor to estimate emissions.
{
    "co2e": 95.42,
    "co2e_unit": "kg",
    "co2e_calculation_method": "ar4",
    "co2e_calculation_origin": "source",
    "emission_factor": {
        "name": "Electricity supplied from grid - residual mix",
        "activity_id": "electricity-supply_grid-source_residual_mix",
        "id": "eefd06c3-1c7a-447c-aaf5-fe958bfa470e",
        "access_type": "public",
        "source": "AIB",
        "source_dataset": "European Residual Mix",
        "year": 2022,
        "region": "RS",
        "category": "Electricity",
        "source_lca_activity": "electricity_generation",
        "data_quality_flags": [
            "partial_factor",
            "notable_methodological_variance"
        ]
    },
    "constituent_gases": {
        "co2e_total": 95.42,
        "co2e_other": null,
        "co2": 95.42,
        "ch4": null,
        "n2o": null
    },
    "activity_data": {
        "activity_value": 100,
        "activity_unit": "kWh"
    },
    "audit_trail": "selector"
}
Was this helpful?
Docs
Copyright © earthemission.com. All rights reserved.