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": "0700efc9-fd51-446b-a848-767e9e97653f",
        "chapter": "11",
        "chapter_title": "Chemical Surface Treatment of Metals\/Plastic",
        "sub_chapter": "01",
        "sub_chapter_title": "Chemical surface treatment and coating of metals and other materials (for example galvanic processes - zinc coating processes - pickling processes - etching - phosphating - alkaline degreasing - anodising)",
        "code": "10",
        "code_description": "sludges and filter cakes other than those mentioned in 11 01 09",
        "hazardous": false,
        "density": 0.9,
        "full_code": "11 01 10",
        "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"
}