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": "02eb6f61-7ccb-4e45-9507-78d5a8d552f2",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "03",
        "sub_chapter_title": "Manufacture - formulation - supply and use of printing inks",
        "code": "19",
        "code_description": "disperse oil",
        "hazardous": true,
        "density": 0.9,
        "full_code": "08 03 19*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "0abe67db-785e-46d3-b74c-ed8128c9ee04",
        "chapter": "04",
        "chapter_title": "Leather\/Fur\/Textile Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "Leather and fur industry",
        "code": "05",
        "code_description": "tanning liquor free of chromium",
        "hazardous": false,
        "density": 0.9,
        "full_code": "04 01 05",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/02eb6f61-7ccb-4e45-9507-78d5a8d552f2

{
    "uuid": "02eb6f61-7ccb-4e45-9507-78d5a8d552f2",
    "chapter": "08",
    "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
    "sub_chapter": "03",
    "sub_chapter_title": "Manufacture - formulation - supply and use of printing inks",
    "code": "19",
    "code_description": "disperse oil",
    "hazardous": true,
    "density": 0.9,
    "full_code": "08 03 19*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}