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": "fb18213d-2b43-4a24-95ca-8c4c629fced8",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "07",
        "sub_chapter_title": "Manufacture - formulation - supply and use of fine chemicals and chemical products not otherwise specified",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "07 07 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "11e3fcbc-2f7f-4ff9-b470-d4a9e778992d",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "03",
        "sub_chapter_title": "Manufacture - formulation - supply and use of printing inks",
        "code": "17",
        "code_description": "waste printing toner containing hazardous substances",
        "hazardous": true,
        "density": 0.3626,
        "full_code": "08 03 17*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/fb18213d-2b43-4a24-95ca-8c4c629fced8

{
    "uuid": "fb18213d-2b43-4a24-95ca-8c4c629fced8",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "07",
    "sub_chapter_title": "Manufacture - formulation - supply and use of fine chemicals and chemical products not otherwise specified",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.1852,
    "full_code": "07 07 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}