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": "50d46b9d-e152-45bf-aca0-a5c3c76da6dc",
        "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": "11",
        "code_description": "brake pads containing asbestos",
        "hazardous": true,
        "density": 0.4369,
        "full_code": "16 01 11*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "0a871ff0-57cb-4896-be2e-5967273d4863",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "06",
        "sub_chapter_title": "Manufacture - formulation - supply and use of fats - grease - soaps - detergents - disinfectants and cosmetics",
        "code": "03",
        "code_description": "organic halogenated solvents, washing liquids and mother liquors",
        "hazardous": true,
        "density": 0.9,
        "full_code": "07 06 03*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/50d46b9d-e152-45bf-aca0-a5c3c76da6dc

{
    "uuid": "50d46b9d-e152-45bf-aca0-a5c3c76da6dc",
    "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": "11",
    "code_description": "brake pads containing asbestos",
    "hazardous": true,
    "density": 0.4369,
    "full_code": "16 01 11*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}