List Waste Emission Factors
List Waste Emission Factors
Retrieve the catalog of LER/RD code combinations and their waste_efs_id — needed when creating waste records
GET
List Waste Emission Factors
List Waste Emission Factors
Returns a paginated list of all waste emission factor entries. Each entry maps a LER code (European Waste Catalogue) and an RD code (disposal/recovery operation) to awaste_efs_id. Pass that UUID as waste_efs_id when creating a waste record via POST /v1/wastes.
This is global reference data — it is the same for all organizations. Use the
region, low_code, and rd_code filters to narrow down to the entries relevant to your waste records.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faQuery Parameters
Filter by region code. Use
GLO for global factors, or a country code such as ES for Spain-specific factors.Example: GLOFilter by exact LER code (European Waste Catalogue).Example:
200101Filter by exact RD code (disposal/recovery operation).Example:
R3Page number for paginationExample:
1Number of items per page (max 100)Example:
50Response
Array of waste emission factor entries
Total number of entries matching the current filters
Current page number
Number of items per page
Total number of pages
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API keyRelated Endpoints
Create Waste
Create a waste record using the
waste_efs_id from this endpointList Wastes
Retrieve existing waste records for a facility

