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": "f8780974-971f-4e11-9f46-fee52234eab1",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "03",
        "sub_chapter_title": "Manufacture - formulation - supply and use of printing inks",
        "code": "12",
        "code_description": "waste ink containing hazardous substances",
        "hazardous": true,
        "density": 0.567,
        "full_code": "08 03 12*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "d0ef07be-e54f-4a24-872b-2f8a995fc5e8",
        "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": "13",
        "code_description": "degreasing wastes containing hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "11 01 13*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/f8780974-971f-4e11-9f46-fee52234eab1

{
    "uuid": "f8780974-971f-4e11-9f46-fee52234eab1",
    "chapter": "08",
    "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
    "sub_chapter": "03",
    "sub_chapter_title": "Manufacture - formulation - supply and use of printing inks",
    "code": "12",
    "code_description": "waste ink containing hazardous substances",
    "hazardous": true,
    "density": 0.567,
    "full_code": "08 03 12*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}