LCA Tools
Query Life Cycle Assessment (LCA) data — product portfolios with environmental impact results broken down by EN 15804 life cycle stages. Each LCA represents a product-level assessment covering raw materials (A1), transport (A2), manufacturing (A3), distribution (A4), and operational use (B6/B7).list_lcas
List all LCA portfolios for the organization with pagination.
Parameters:
Example response:
get_lca_dashboard
Get calculated environmental impact results for an LCA, organized by EN 15804 life cycle stages. This is the main results view.
Parameters:
Example response:
For LCAs with co-products (multiple output products), use
view=product_total or view=product_unit with output_product_id to see allocated impacts. The meta.output_products array lists available co-products and their allocation factors.get_lca_block_impacts
Get impact values broken down by lifecycle block (process stage) for a specific impact category. Useful for identifying which manufacturing step has the highest environmental impact.
Parameters:
Example response:
get_lca_piece_impacts
Get impact values broken down by material/piece within the LCA. Useful for identifying which raw materials contribute most to environmental impact.
Parameters:
Example response:
validate_lca
Run validation checks on an LCA portfolio. Returns whether the LCA configuration is complete.
Parameters:
For detailed validation information, prefer
get_lca_dashboard — its validation_errors array provides structured error codes (no_materials, invalid_conversions, missing_transport_data, pending_distances) with affected pieces listed.Life Cycle Stages (EN 15804)
Impact categories (36)
Impact categories (36)
Climate change indicators:
Environmental indicators:
Resource use indicators:
Waste indicators:
Output flow indicators:
Workflow
- Discover LCAs —
list_lcasto see available portfolios and their status - View results —
get_lca_dashboardfor the full impact breakdown by EN 15804 stage - Drill into blocks —
get_lca_block_impactswithimpact_category=climate_changeto see which process step dominates - Drill into materials —
get_lca_piece_impactsto identify which raw materials drive the most impact - Check validity —
validate_lcaor checkvalidation_errorsin the dashboard response - Co-product analysis — For multi-product LCAs, use
view=product_unitwithoutput_product_idfor per-unit impacts
Related
Emissions
Organization-level GHG emissions (complementary to product-level LCA)
Projects
Projects that LCA portfolios are organized under
Facilities
Manufacturing sites where LCA products are produced
API Reference
REST API endpoints for Life Cycle Assessment