Skip to main content

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:
Key response fields:

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:
Key response fields:
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)

Climate change indicators:Environmental indicators:Resource use indicators:Waste indicators:Output flow indicators:
Example prompts:

Workflow

  1. Discover LCAslist_lcas to see available portfolios and their status
  2. View resultsget_lca_dashboard for the full impact breakdown by EN 15804 stage
  3. Drill into blocksget_lca_block_impacts with impact_category=climate_change to see which process step dominates
  4. Drill into materialsget_lca_piece_impacts to identify which raw materials drive the most impact
  5. Check validityvalidate_lca or check validation_errors in the dashboard response
  6. Co-product analysis — For multi-product LCAs, use view=product_unit with output_product_id for per-unit impacts

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