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": "5014a6d8-6e8a-4e80-b78b-4e35c5252110",
        "chapter": "18",
        "chapter_title": "Healthcare Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "Natal care - diagnosis - treatment or prevention of disease in humans",
        "code": "10",
        "code_description": "amalgam waste from dental care",
        "hazardous": true,
        "density": 0.9,
        "full_code": "18 01 10*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "b7751c50-eddb-4561-b4d1-f26b0404764b",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "03",
        "sub_chapter_title": "Manufacture - formulation - supply and use of printing inks",
        "code": "16",
        "code_description": "waste etching solutions",
        "hazardous": true,
        "density": 0.9,
        "full_code": "08 03 16*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/5014a6d8-6e8a-4e80-b78b-4e35c5252110

{
    "uuid": "5014a6d8-6e8a-4e80-b78b-4e35c5252110",
    "chapter": "18",
    "chapter_title": "Healthcare Waste",
    "sub_chapter": "01",
    "sub_chapter_title": "Natal care - diagnosis - treatment or prevention of disease in humans",
    "code": "10",
    "code_description": "amalgam waste from dental care",
    "hazardous": true,
    "density": 0.9,
    "full_code": "18 01 10*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}