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": "6922ee38-1142-440a-befa-dee0034ce03e",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Manufacture - formulation - supply and use of bases",
        "code": "05",
        "code_description": "other bases",
        "hazardous": true,
        "density": 0.9,
        "full_code": "06 02 05*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "1588cd73-4b5f-49bd-844c-477c781dc490",
        "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": "04",
        "code_description": "end-of-life vehicles",
        "hazardous": true,
        "density": 0.4597,
        "full_code": "16 01 04*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/6922ee38-1142-440a-befa-dee0034ce03e

{
    "uuid": "6922ee38-1142-440a-befa-dee0034ce03e",
    "chapter": "06",
    "chapter_title": "Inorganic Chemical Processing",
    "sub_chapter": "02",
    "sub_chapter_title": "Manufacture - formulation - supply and use of bases",
    "code": "05",
    "code_description": "other bases",
    "hazardous": true,
    "density": 0.9,
    "full_code": "06 02 05*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}