Early-Stage Embodied Carbon Model
Here's a list of the input and output fields for the /get_co2_warming_potential
API endpoint of 2050 Materials, including the format and options for the input fields:
Input Fields
building_type (String)
Description: Type of building.
Options: "Residential, High-rise", "Residential, Low-rise", "Commercial, High-rise", "Commercial, Low-rise", "Commercial, Fitout", "Industrial, Low-rise", "Farm building", "Outhouse", "School", "Garage", "Cultural building, Low-rise", "Retail (supermarket), Low-rise", "Carport, Low-rise", "Office, High-rise", "Daycare institution, Low-rise", "Detached house", "Factory, Low-rise", "Hospital, Low-rise", "Logistic, High-rise", "Hotel, High-rise", "Multi dwelling, High-rise", "Office (residential building), High-rise", "Sport centre"
gross_internal_floor_area (Number)
Description: Gross internal floor area in square meters.
glazing_percentage (Number)
Description: Percentage of glazing in the building.
materials_type (String)
Description: Type of materials used.
Options: ‘Low-carbon, Regenerative materials’, ‘Conventional materials’, ‘High-carbon (Metal, Concrete)’.
stories (Integer)
Description: Number of stories in the building.
Output Fields
warming_potential (Float)
Description: The calculated warming potential based on the input parameters.
co2e_per_m2 (Float)
Description: Carbon dioxide equivalent emissions per square meter.
total_co2e (Float)
Description: Total carbon dioxide equivalent emissions.
Additional Information
The API uses JWT authentication and requires the user to be authenticated.
The response codes include "200" for successful requests, "400" for bad requests due to missing or invalid inputs, and "401" for unauthorized access.
The API has rate limiting and access control based on the user's account status and permissions.
This endpoint allows users to retrieve detailed environmental impact data (CO2 and warming potential) based on specific building parameters, aiding in sustainable building design and planning.
Last updated