Retrieve aggregated sustainability data for a product identified by GTIN: circularity scores, recyclability information, packaging breakdown, major components, end-of-life instructions, and quantified environmental impact assessments.
Empty sections are returned as null (single records) or empty lists; the response shape is stable regardless of how much data is available for the product.
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
GTIN identifier of the product.
8 - 14^\d{8}$|^\d{12,14}$OK
Aggregated sustainability data for a single product (trade item).
Packaging elements (primary, secondary, tertiary). Empty list if no packaging records exist.
Major components of the product, ordered by priority then name. Empty list if no components are recorded.
Disposal guidance for the product or its components, ordered by priority then instruction_type. Empty list if none are recorded.
Quantified environmental impact assessments (carbon, water, energy, waste, etc.). Empty list if none are recorded.
Aggregate circularity scores for the product. null when no circularity assessment has been recorded.
{
"assessment_date": "2025-06-01",
"durability_score": 8,
"methodology": "EU Circular Economy Monitoring Framework",
"overall_score": 7.5,
"recyclability_score": 9,
"repairability_score": 6,
"reusability_score": 7
}Best-of recyclability across packaging components — the component with the highest recyclability_percentage is surfaced here so legacy callers that expected a single per-product recyclability record still get a sensible value. null when no component has a recyclability assessment. For the full per-component breakdown, iterate packaging and read packaging[].recyclability.
{
"assessed_by": "RecycleSmart Labs",
"assessment_date": "2025-03-01",
"assessment_standard": "ISO_14021",
"conditions": "Rinse and remove cap before recycling.",
"description": "PET plastic, widely recyclable.",
"recyclability_code": "PET-1",
"recyclability_percentage": 95,
"recycling_instructions": "Place in curbside recycling bin.",
"recycling_instructions_url": "https://example.com/recycle",
"recycling_stream": "PLASTIC_PET",
"status": "WIDELY_RECYCLABLE",
"valid_regions": "US, CA, EU",
"valid_until": "2026-03-01"
}