Skip to main content

Emission factor

An emission factors is a coefficient representing the amount of emissions per unit of activity, eg 0.354kgCO₂/USD.

The source property describes what database the emission factor has been ingested from.

  • Endpoints
  • The Emission factor object
    idstringrequired

    The emission factor unique identifier


    namestringrequired

    The emission factor name


    sourceenumrequired
    Enum:
    • epa
    • exiobase
    • ecoinvent
    • beis
    • lune
    • glec
    • emsa

    source_versionstringrequired

    Source version of the emission factor.


    publication_yearnumberrequired

    Publication year of the emission factor


    numerator_unitenumrequired

    Unit, t for tonne, kg for kilogram, g for gram

    Enum:
    • g
    • kg
    • t


    created_atstringdate-timerequired

    Date of creation of the emission factor


    regionstringrequired

    The name of the region that the emission factor covers.

  • EmissionFactor
  • {
      "id": "ljmkOq7vXd238gAE9WALWQ8ZGVD5ExNz",
      "name": "Steel Pipe",
      "source": "exiobase",
      "source_version": "1.0",
      "publication_year": 2021,
      "numerator_unit": "t",
      "denominator_unit": "GBP",
      "created_at": "2022-09-01T00:00:00.000Z",
      "region": "region"
    }