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": "2cc900d8-67b4-4c41-aa6c-9aa084cdbc42",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "03",
        "sub_chapter_title": "Manufacture - formulation - supply and use of printing inks",
        "code": "08",
        "code_description": "aqueous liquid waste containing ink",
        "hazardous": false,
        "density": 0.9,
        "full_code": "08 03 08",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "8b6ef771-249b-44b9-93f5-7b0b98b3911b",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "01",
        "sub_chapter_title": "Manufacture - formulation - supply and use and removal of paint and varnish",
        "code": "21",
        "code_description": "waste paint or varnish remover",
        "hazardous": true,
        "density": 0.9,
        "full_code": "08 01 21*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/2cc900d8-67b4-4c41-aa6c-9aa084cdbc42

{
    "uuid": "2cc900d8-67b4-4c41-aa6c-9aa084cdbc42",
    "chapter": "08",
    "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
    "sub_chapter": "03",
    "sub_chapter_title": "Manufacture - formulation - supply and use of printing inks",
    "code": "08",
    "code_description": "aqueous liquid waste containing ink",
    "hazardous": false,
    "density": 0.9,
    "full_code": "08 03 08",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}