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": "3f1d500b-f7af-415e-8115-fd0e9db3570e",
        "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": "14",
        "code_description": "sludges from paint or varnish other than those mentioned in 08 01 13",
        "hazardous": false,
        "density": 0.9,
        "full_code": "08 01 14",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "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"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/3f1d500b-f7af-415e-8115-fd0e9db3570e

{
    "uuid": "3f1d500b-f7af-415e-8115-fd0e9db3570e",
    "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": "14",
    "code_description": "sludges from paint or varnish other than those mentioned in 08 01 13",
    "hazardous": false,
    "density": 0.9,
    "full_code": "08 01 14",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}