API Documentation

Our aim is to provide the simplest and most comprehensive, free, API available. We are always trying to improve so any feedback is welcome.

Get All 842 Waste Codes

https://ewccodes.com/api/codes

[
    {
        "uuid": "63a9ef90-fb66-49d3-874d-45f95211a51a",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "03",
        "sub_chapter_title": "Fruit - vegetables - cereals - edible oils - cocoa - coffee - tea and tobacco preparation and processing; conserve production; yeast and yeast extract production - molasses preparation and fermentation",
        "code": "03",
        "code_description": "wastes from solvent extraction",
        "hazardous": false,
        "density": 0.47,
        "full_code": "02 03 03",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "b86bee6b-dc25-4545-9c35-facbefb10415",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "01",
        "sub_chapter_title": "end-of-life vehicles from different means of transport (including off-road machinery) and wastes from dismantling of end-of-life vehicles and vehicle maintenance (except 13 - 14 - 16 06 and 16 08)",
        "code": "06",
        "code_description": "end-of-life vehicles, containing neither liquids nor other hazardous components",
        "hazardous": false,
        "density": 0.4597,
        "full_code": "16 01 06",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/63a9ef90-fb66-49d3-874d-45f95211a51a

{
    "uuid": "63a9ef90-fb66-49d3-874d-45f95211a51a",
    "chapter": "02",
    "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
    "sub_chapter": "03",
    "sub_chapter_title": "Fruit - vegetables - cereals - edible oils - cocoa - coffee - tea and tobacco preparation and processing; conserve production; yeast and yeast extract production - molasses preparation and fermentation",
    "code": "03",
    "code_description": "wastes from solvent extraction",
    "hazardous": false,
    "density": 0.47,
    "full_code": "02 03 03",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}