Product Data (Full)
For the /get_products endpoint in the 2050 Materials API, the following filter options and output fields are included.
Filtering the data
Filter options can be retrieved dynamically using the get_product_filters endpoint. This endpoint can also take the same filtering as the get_products endpoint, to dynamically return the available filters within a response (e.g. for implementing dropdowns to further filter a response).
Filter Options & Examples
data=minireturns a smaller dictionary which only include the following fields. This can be used to show information for dropdown menus without retrieving the full API response.{'name': 'Grey Cotto Sheathing and flooring', 'company': 'Fornace Brioni Cotto', 'product_url': 'https://app.2050-materials.com/product/details_designer/fornace-brioni-cotto-grey-cotto-sheathing-and-flooring', 'product_api_url': 'https://app.2050-materials.com/developer/api/get_products?unique_product_uuid_v2=54a1fcde-f8cd-11ed-9c01-0242ac120004'},epd_operator: Filter by a specific EPD operator, (e.g.epd_operator=EPDNorge)sort_by: "Sort by any field.Available options include:
Basic fields (
id,name,created,updated)Technical parameters (
u_value,density,thermal_conductivity,fire_performance,compression_strength)Location (
manufacturing_location,city,manufacturing_country,continent),Relationships (
product_type,material_type,company,building_applications),Environmental data (
manufacturing,recycled_content,carbon_sorting,water_use_kg,odp),LCA breakdown fields (
global_warming_potential_fossil__A1A2A3,net_fresh_water_use__A1, etc.),Physical properties (
density,grammage,thickness,mass_per_piece), HVAC fields (cooling_capacity,heating_capacity,flow_rate).
Special filters allow you to sort by proxibity to a location (in string format
e.g. "Paris, France"or latitude longitude of a site.?sort_by=location&sort_reference_location=London, UK?sort_by=location&sort_reference_latitude=45.7128&sort_reference_longitude=-74.0060
group_by: "Products are grouped by (Available options are - company_name, product_type, material, manufacturing_location, continent, price_range, building_applications, building_types, certification_types)"
mf_unit: "Include dictionary with material facts in specified units. Accepts a single value or multiple values. Use 'all' to include all units. For example, to express material facts in square meters and square feet, use mf_unit=m2&mf_unit=ft2'"
name: "Search with the full or partial name of the product" If you're including special characters (like +, &, or =) in filters, be sure to encode them properly, or results may not match as expected.
product_type: "Product Type Ids (e.g. product_type=2 or product_type=2&product_type=3)"
product_type_family: "Product Type Family Ids (e.g. product_type_family=3 or product_type_family=2&product_type_family=3)"
material_types: "Material Types Ids (e.g. material_types=4 or material_types=2&material_types=3)"
material_type_family: "Material Types Family Ids (e.g. material_type_family=3 or material_type_family=2&material_type_family=3)"
building_applications: "Building Applications Ids (e.g. building_applications=4 or building_applications=2&building_applications=3)"city: Filter city by searching using textwork_section_caws: Filter work_section_caws by searching using text or IDcsi_masterformat: Filter csi_masterformat by searching using text or IDuniclass_systems: Filter uniclass_systems by searching using text or IDuniclass_products: Filter uniclass_products by searching using text or IDuniclass_materials: Filter uniclass_materials by searching using text or ID
company: "Company Ids (e.g. company=4 or company=22&company=23)"
building_types: "Building Types Ids (e.g. building_types=4 or building_types=2&building_types=3])"
fire_performance: "Fire Performance Name (e.g. fire_performance=A1 or fire_performance=A2&fire_performance=A1)"
manufacturing_country: "Manufacturing Country Ids (e.g. manufacturing_country=4 or manufacturing_country=United States)"city: "Manufacturing City Ids or Names (e.g. city=5 or city=London)"
continent: "Continent Ids (e.g. continent=5 or continent=2&continent=3)"
certificate_type: "Certificate Type Ids (e.g. certificate_type=2or certificate_type=2&certificate_type=3)"
certificate_type_family: "Certificate Type Family Ids (e.g. certificate_type_family=1or certificate_type_family=2&certificate_type_family=3)"
norm_price: "Norm Price Ids (e.g. norm_price=4 or norm_price=2&norm_price=3)"product_url: "Retrieve product data for a specific URL from the 2050 Materials platform (e.g. product_url="https://app.2050-materials.com/product/details_designer/kingspan-data-and-flooring-rmg600-access-floor-system-2/")compliances: "compliances (e.g. compliances=EN 15804)"updated_after: "Products updated after a date (e.g. updated_after=2022-12-31)"updated_before: "Products updated before a date (e.g. updated_before=2022-12-31)"created_after: "Products created after a date (e.g. created_after=2022-12-31)"created_before: "Products created before a date (e.g. created_before=2022-12-31)"created_between: "Products created during date range (e.g. created_between=2022-12-31,2023-12-31)"
updated_between: "Products updated during date range (e.g. updated_between=2022-12-31,2023-12-31)"unique_product_uuid_v2: "Searching specific product with UUID (2050 Materials unique id) (e.g. unique_product_uuid_v2=ac22f2a4-f960-11ed-92ea-0242ac120004)"certificate_expires_before:Products, which haver data source (certificates) expired before (e.g. certificate_expires_before=2024-12-31)certificate_expires_after: Products, which haver data source (certificates) expired before (e.g. certificate_expires_after=2024-12-31)ec3_product_id: "Filter products by EC3 Product ID with an exact case-insensitive match (e.g.ec3_product_id=ABC123orec3_product_id=xyz456).declare_label_id: "Filter products by Declare Label ID with an exact case-insensitive match (e.g.declare_label_id=DL123ordeclare_label_id=dl456).eco_platform_id: "Filter products by ECO Platform ID with an exact case-insensitive match (e.g.eco_platform_id=ECO123oreco_platform_id=eco456).registration_number: "Filter products by Registration Number with an exact case-insensitive match (e.g.registration_number=REG123orregistration_number=reg456).source: "Filter products based on non-null values of specific IDs (e.g.source=ec3filters products with a non-null EC3 Product ID,source=eco_platformfilters products with a non-null ECO Platform ID, andsource=declare_labelfilters products with a non-null Declare Label ID)."collection: Filter products by public collections or your private ones, using collection id (e.g.collection=3)
Output Fields in the Response
The output fields include a wide range of information about each product, which we categorize below in groups.
Product Fields
Product Fields
epd_operatorDescription: EPD operator / source of the datapoint (only available for products with an EPD)
unique_product_uuid_v2Description: Unique Product UUID
ec3_product_idDescription: Unique identifier for an EPD based on BuildingTransparency's EC3 API
declare_label_idDescription: Unique identifier for an EPD based on Declare Label's API
eco_platform_idDescription: Unique identifier for an EPD based on ECO Platform's API
registration_numberDescription: EPD Registration number
nameDescription: Product name
descriptionDescription: Product description
companyDescription: Company name
group_elements_nrm_1Description: Group Elements NRM 1
elements_nrm_1Description: Elements NRM 1
product_typeDescription: Product Type
product_type_familyDescription: Product Type Family
material_typeDescription: Material Type
building_applicationsDescription: Building Applications
building_typesDescription: Building Types
material_type_familyDescription: Material Type Family
manufacturing_locationDescription: Manufacturing Location
countryDescription: Country
cityDescription: City
manufacturing_continentDescription: Manufacturing Continent
product_urlDescription: Product URL
product_slugDescription: Product Slug
updatedDescription: Product Updated
certificate_urlDescription: Certificate URL
certificatesDescription: A dictionary with all available certificates and their respective URLs as shown below.
'certificates': [{'certificate_type': 'FSC', 'certificate_url': 'https://app.2050-materials.com/media/certificates/FSC-Example.pdf'}, {'certificate_type': 'C2C Certified', 'certificate_url': 'https://app.2050-materials.com/media/certificates/C2C-Example.pdf'},
work_section_cawsDescription: Common Arrangement of Work Sections (CAWS)
csi_masterformatDescription: Construction Specifications Institute (CSI) MasterFormat
uniclass_systemsDescription: Uniclass Systems (https://uniclass.thenbs.com/taxon/ss) "Contains Uniclass data © NBS, licensed under the Creative Commons Attribution-NoDerivatives 4.0 International licence (https://creativecommons.org/licenses/by-nd/4.0/). Source: https://www.thenbs.com/uniclass"
uniclass_productsDescription: Uniclass products (https://uniclass.thenbs.com/taxon/pr) "Contains Uniclass data © NBS, licensed under the Creative Commons Attribution-NoDerivatives 4.0 International licence (https://creativecommons.org/licenses/by-nd/4.0/). Source: https://www.thenbs.com/uniclass"
uniclass_materialsDescription: Uniclass products (https://uniclass.thenbs.com/taxon/ma) "Contains Uniclass data © NBS, licensed under the Creative Commons Attribution-NoDerivatives 4.0 International licence (https://creativecommons.org/licenses/by-nd/4.0/). Source: https://www.thenbs.com/uniclass"
Material Facts (simplified EPD fields)
Material Facts (simplified EPD fields)
total_co2e_kg_mfDescription: Total Fossil Carbon (stages reported)
Unit: kg CO2-equivalent
total_co2e_kg_mf_correctedDescription: Corrected Total Fossil Carbon (stages reported)
Unit: kg CO2-equivalent
total_biogenic_co2eDescription: Total Upfront Biogenic Carbon
Unit: kg CO2-equivalent
total_biogenic_co2e_correctedDescription: Corrected Total Upfront Biogenic Carbon
Unit: kg CO2-equivalent
manufacturingDescription: Fossil Carbon (A1-A3)
Unit: kg CO2-equivalent
manufacturing_correctedDescription: Corrected Fossil Carbon (A1-A3). For negative fossil A1-A3 values (e.g. EN15804 A1 EPDs for tiber-based products), this value provides the corrected field.
Unit: kg CO2-equivalent
on_site_installationDescription: Fossil Carbon (A5)
Unit: kg CO2-equivalent
use_and_maintenanceDescription: Fossil Carbon (B1-B5)
Unit: kg CO2-equivalent
end_of_lifeDescription: Fossil Carbon (C1, C3, C4)
Unit: kg CO2-equivalent
end_of_life_correctedDescription: Corrected Fossil Carbon (C1, C3, C4)
Unit: kg CO2-equivalent
water_use_kgDescription: Freshwater use (A1-A3)
Unit: kg
recycled_contentDescription: Recycled Content
Unit: %
recyclable_contentDescription: Recyclable Content
Unit: %
reuse_potentialDescription: Re-use Potential
Unit: %
energy_recovery_possibilityDescription: Energy Recovery Possibility
Unit: %
odpDescription: Ozone Depletion Potential (A1-A3)
Unit: mg CFC 11-equivalent
data_sourceDescription: Data Source
compliancesDescription: Compliances
declared_unitDescription: Declared Unit
languageDescription: Language
data_source_link__date_of_issueDescription: Date of Issue
data_source_link__certificate_expiryDescription: Certificate Expiry Date
data_source_link__certificate_type__family__nameDescription: Certificate Type
mass_per_declared_unitDescription: Mass per Declared Unit
mass_per_declared_unit_estimatedDescription: Mass per Declared Unit (Estimated)
plant_or_groupDescription: Plant or Group
certificate_subtypeDescription: Certificate Subtype
Expanded LCA Information from EPDs
Input Table EPD Fields
net_fresh_water_useDescription: Use of net fresh water
Short Name: FW
Unit: kg
non_renewable_primary_energyDescription: Use of non-renewable primary energy
Short Name: PENRE
Unit: MJ
non_renewable_primary_energy_raw_materialsDescription: Use of non-renewable primary energy resources used as raw materials
Short Name: PENRM
Unit: MJ
non_renewable_secondary_fuelsDescription: Use of non-renewable secondary fuels
Short Name: NRSF
Unit: MJ
renewable_primary_energyDescription: Use of renewable primary energy
Short Name: PERE
Unit: MJ
renewable_primary_energy_raw_materialsDescription: Use of renewable primary energy resources used as raw materials
Short Name: PERM
Unit: MJ
renewable_secondary_fuelsDescription: Use of renewable secondary fuels
Short Name: RSF
Unit: MJ
secondary_material_useDescription: Use of secondary material
Short Name: SM
Unit: kg
total_non_renewable_primary_energyDescription: Total use of non-renewable primary energy resource
Short Name: PENRT
Unit: MJ
total_renewable_primary_energyDescription: Total use of renewable primary energy resources
Short Name: PERT
Unit: MJ
Output Table EPD Fields
components_for_reuseDescription: Components for re-use
Short Name: CRU
Unit: kg
exported_electrical_energyDescription: Exported electrical energy
Short Name: EEE
Unit: MJ
exported_thermal_energyDescription: Exported thermal energy
Short Name: EET
Unit: MJ
hazardous_waste_disposedDescription: Hazardous waste disposed
Short Name: HWD
Unit: kg
materials_for_energy_recoveryDescription: Materials for energy recovery
Short Name: MER
Unit: kg
materials_for_recyclingDescription: Materials for recycling
Short Name: MFR
Unit: kg
non_hazardous_waste_disposedDescription: Non-hazardous waste dispose
Short Name: NHWD
Unit: kg
radioactive_waste_disposedDescription: Radioactive waste disposed
Short Name: RWD
Unit: kg
Impact Table EPD Fields
abiotic_depletion_potential_fossilDescription: Abiotic depletion potential for fossil resources
Short Name: ADPF
Unit: MJ
abiotic_depletion_potential_non_fossilDescription: Abiotic depletion potential for non-fossil resources
Short Name: ADPE
Unit: kg Sb-equivalent
acidification_potentialDescription: Acidification potential of soil and water
Short Name: AP
Unit: kg SO2-equivalent
ozone_depletion_potentialDescription: Depletion potential of the stratospheric ozone layer
Short Name: ODP
Unit: mg CFC 11-equivalent
eutrophication_potentialDescription: Eutrophication potential
Short Name: EP
Unit: kg Phosphate-equivalent
formation_potential_of_tropospheric_ozoneDescription: Formation potential of tropospheric ozone
Short Name: POCP
Unit: kg NMVOC-equivalent
global_warming_potential_fossilDescription: Global warming potential, Fossil
Short Name: GWP-f
Unit: kg CO2-equivalent
global_warming_potential_biogenicDescription: Global warming potential, Biogenic
Short Name: GWP-b
Unit: kg CO2-equivalent
global_warming_potential_lulucDescription: Global warming potential, LULUC (Land Use, Land-Use Change, and Forestry)
Short Name: GWP-luluc
Unit: kg CO2-equivalent
water_deprivation_potentialDescription: Water (user) deprivation potential
Short Name: WDP
Unit: m3 world-equivalent
eutrophication_potential_freshwaterDescription: Eutrophication potential – freshwater
Short Name: EP-f
Unit: kg Phosphate-equivalent
eutrophication_potential_marineDescription: Eutrophication potential – marine
Short Name: EP-m
Unit: kg Nitrogen-equivalent
eutrophication_potential_terrestrialDescription: Eutrophication potential – terrestrial
Short Name: EP-t
Unit: mol Nitrogen-equivalent
exported_energy_aggregateDescription: Aggregate exported energy when not split by type
Short Name: EE-agg
Unit: MJ
global_warming_potential_aggregateDescription: Aggregated global warming potential when not split by type
Short Name: GWP-agg
Unit: kg CO₂-equivalent
freshwater_ecotoxicity_potentialDescription: Ecotoxicity potential for aquatic freshwater
Short Name: ETP-fw
Unit: CTUe
human_toxicity_potential_cancerDescription: Human toxicity potential, cancer effects
Short Name: HTP-c
Unit: CTUh
human_toxicity_potential_non_cancerDescription: Human toxicity potential, non-cancer effects
Short Name: HTP-nc
Unit: CTUh
ionising_radiation_potentialDescription: Ionising radiation potential – human health effects
Short Name: IRP
Unit: kBq U-235-equivalent
particulate_matter_formation_potentialDescription: Potential formation of particulate matter
Short Name: PM
Unit: Disease incidence
soil_quality_potentialDescription: Soil quality potential index
Short Name: SQP
Unit: Points
Non-Environmental Product Data
Physical Properties
densityDescription: Density
Unit: kg/m3
density_estimatedDescription: Density Estimated?
grammageDescription: Specific Density
Unit: kg/m2
grammage_estimatedDescription: Specific Density Estimated?
linear_densityDescription: Linear Density
Unit: kg/m
linear_density_estimatedDescription: Linear Density Estimated?
mass_per_pieceDescription: Mass per piece
Unit: kg
mass_per_piece_estimatedDescription: Mass per piece Estimated?
thicknessDescription: Thickness
Unit: m
thickness_estimatedDescription: Thickness Estimated?
cross_sectional_areaDescription: Cross sectional area
Unit: m2
cross_sectional_area_estimatedDescription: Cross sectional area Estimated?
mass_per_declared_unitDescription: Mass per declared unit
Unit: kg/DU
mass_per_declared_unit_estimatedDescription: Mass per declared unit Estimated?
scaling_factorsDescription: Scaling Factors for Unit Conversion. This dictionary maps target units (keys) to their corresponding scaling factors (values). To convert a value from a declared unit to one of these target units, divide the value by the scaling factor associated with the target unit. Each scaling factor specifies how much one unit of the declared unit is equivalent to in the target unit, facilitating accurate and consistent unit conversions.
Technical Parameters
retail_priceDescription: Price Range
fire_performanceDescription: Fire Performance
colorDescription: Colour
steel_gradeDescription: Steel grade
u_valueDescription: U-Value
Unit: w/m2k
acoustic_performanceDescription: Acoustic Performance
Unit: dB
maintenanceDescription: Maintenance
Unit: Frequency
porosityDescription: Porosity
Unit: %
life_expectancyDescription: Life expectancy
Unit: years
warrantyDescription: Warranty
Unit: years
compression_strengthDescription: Compression Strength
impact_strengthDescription: Impact Strength
thermal_conductivityDescription: Thermal Conductivity
textureDescription: Texture
elasticity_plasticityDescription: Elasticity Plasticity
abrasion_resistanceDescription: Abrasion Resistance
corrosion_resistanceDescription: Corrosion Resistance
weathering_resistanceDescription: Weathering Resistance
typical_lead_timeDescription: Typical Lead Time
slip_resistanceDescription: Slip Resistance
solar_heat_gain_coefficientDescription: Solar Heat Gain Coefficient
concrete_mixDescription: Concrete Mix
consistence_classDescription: Consistence Class
cooling_capacityDescription: Max cooling an HVAC system or heat pump provides.
Unit: kW or BTU
heating_capacityDescription: Max heating output the unit produces.
Unit: kW
rated_heat_powerDescription: Rated heat power output under standard conditions.
Unit: kW
refrigerant_typeDescription: Type of refrigerant used, e.g., R-410A or R-32.
refrigerant_chargeDescription: Amount of refrigerant required.
Unit: kg
tank_volumeDescription: Storage capacity of the tank.
Unit: liters
flow_rateDescription: Fluid flow rate.
Unit: m3 per hour
headDescription: Pressure level for fluid movement.
Unit: meters
nominal_thermal_power_pcalDescription: Theoretical thermal power output.
Unit: kW
useful_power_pDescription: Actual usable power after efficiency losses.
Unit: kW
charging_power_3_phaseDescription: Power needed for charging via 3-phase supply.
Unit: kW
charging_power_1_phaseDescription: Power needed for charging via single-phase supply.
Unit: kW
charging_ampereDescription: Charging current required.
Unit: amps
Other Information
LCA Modules Information
A1 - Description: Raw material supply: Extraction and processing of raw materials.
A2 - Description: Transport to the manufacturer: Transportation of raw materials to the factory.
A3 - Description: Manufacturing: The manufacturing process of the product.
A1A2A3 - Description: Product stage combined: Covers raw material extraction, transport to the manufacturer, and manufacturing combined.
A4 - Description: Transport to the construction site: Transportation of the construction product to the building site.
A5 - Description: Installation in the building: The process of installing the product into the building during construction.
B1 - Description: Use: The use of the product during the building’s life, including maintenance and energy use.
B2 - Description: Maintenance: Activities involved in maintaining the product during its life cycle.
B3 - Description: Repair: The repair of the product, if necessary, during its life cycle.
B4 - Description: Replacement: The replacement of the product during the building’s life cycle.
B5 - Description: Refurbishment: Refurbishment or renovation of the building/product.
B6 - Description: Operational energy use: The energy used by the product during its operational life.
B7 - Description: Operational water use: The water used by the product during its operational life.
C1 - Description: Deconstruction: The process of deconstructing the building at the end of its life.
C2 - Description: Transportation of waste: Transport of demolished materials and products.
C3 - Description: Waste processing: Processing of waste materials for disposal or recycling.
C4 - Description: Disposal: Final disposal of waste materials.
D - Description: Benefits and loads beyond the system boundary: Credits for recycling, energy recovery, etc.
Additional Information about the endpoint
The API uses JWT authentication and requires the user to be authenticated.
The endpoint supports pagination
The API handles different user roles and permissions, with specific access and rate limits.
Various response statuses are managed, including "200 OK" for successful requests, "401 Unauthorized" for access issues, and "429 Too Many Requests" for rate limit exceeding.
This endpoint offers an extensive and detailed overview of products, enabling users to make informed decisions based on sustainability, technical specifications, and compliance standards in the construction industry.
Last updated
Was this helpful?