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": "3d9a104d-531b-4770-862c-1e1292a2cd65",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "13",
        "sub_chapter_title": "Inorganic chemical processes not otherwise specified",
        "code": "01",
        "code_description": "inorganic plant protection products, wood-preserving agents and other biocides.",
        "hazardous": true,
        "density": 0.9,
        "full_code": "06 13 01*",
        "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"
}