Skip to main content
Datasets are the original source of impact data (emission factors). They can come from databases like ecoinvent, be shared by other companies, or be created by the user. The /v1/dataset endpoint lists datasets in your account — ones you’ve added from the Variable Database, created yourself, or received from a supplier. This is different from the /v1/database (search) endpoint, which searches the global Variable Database.
API documentation: Dataset , Database search

How datasets relate to products and materials

A Product (LCA) is a modeled footprint — it has a bill of materials with Inputs. A Material gets its impacts by referencing a Dataset directly. See Products & Materials for more.
EndpointReturnsDescription
/v1/productProductsModeled footprints with a bill of materials
/v1/materialMaterialsItems that reference a dataset for their impacts
/v1/datasetDatasetsThe original source of impact data in your account
/v1/databaseSearch resultsGlobal emission factor database search

Attributes

AttributeTypeDescriptionExample
uuidstringThe unique identifier123e4567-e89b-12d3-a456-426614174000
namestringThe name of the datasetSteel, converter, unalloyed
skustringThe stock keeping unitEI-3.10-12345
unitUnitThe unit of measurekg
taxonomyTaxonomyThe categorySteel
geoLocationGeoLocationGeographic scopeEurope
dataSourcesDataSource[]The source databases[{ name: "ecoinvent" }]
createddateThe date the dataset was added2021-01-01T00:00:00.000Z
updateddateThe date the dataset was last updated2021-01-22T00:00:00.000Z

Footprint

The footprint.CO2e object holds the CO2e values for the dataset. See Products & Materials for the full footprint structure.