Skip to main content
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 a waste_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

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Query Parameters

string
Filter by region code. Use GLO for global factors, or a country code such as ES for Spain-specific factors.Example: GLO
string
Filter by exact LER code (European Waste Catalogue).Example: 200101
string
Filter by exact RD code (disposal/recovery operation).Example: R3
integer
default:"1"
Page number for paginationExample: 1
integer
default:"50"
Number of items per page (max 100)Example: 50

Response

array[object]
Array of waste emission factor entries
integer
Total number of entries matching the current filters
integer
Current page number
integer
Number of items per page

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key
Solution: Verify your API key is valid and active.

Create Waste

Create a waste record using the waste_efs_id from this endpoint

List Wastes

Retrieve existing waste records for a facility