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": "cdb8b756-4277-4321-8f37-df0840e4a20d",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "01",
        "sub_chapter_title": "Manufacture - formulation - supply and use of acids",
        "code": "03",
        "code_description": "hydrofluoric acid",
        "hazardous": true,
        "density": 0.9,
        "full_code": "06 01 03*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "976ebe67-b3c6-44d1-b113-e18758045d9d",
        "chapter": "03",
        "chapter_title": "Wood\/Paper\/Card Processing",
        "sub_chapter": "01",
        "sub_chapter_title": "Wood processing and the production of panels and furniture",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "03 01 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/cdb8b756-4277-4321-8f37-df0840e4a20d

{
    "uuid": "cdb8b756-4277-4321-8f37-df0840e4a20d",
    "chapter": "06",
    "chapter_title": "Inorganic Chemical Processing",
    "sub_chapter": "01",
    "sub_chapter_title": "Manufacture - formulation - supply and use of acids",
    "code": "03",
    "code_description": "hydrofluoric acid",
    "hazardous": true,
    "density": 0.9,
    "full_code": "06 01 03*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}