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": "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"
    },
    {
        "uuid": "59ec7160-bf32-4178-8bb2-97e78bde3805",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Manufacture - formulation - supply and use of bases",
        "code": "03",
        "code_description": "ammonium hydroxide",
        "hazardous": true,
        "density": 0.9,
        "full_code": "06 02 03*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/b86bee6b-dc25-4545-9c35-facbefb10415

{
    "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"
}