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": "e9acb0fd-5c67-445b-987e-fee242d068f0",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "04",
        "sub_chapter_title": "waste explosives",
        "code": "01",
        "code_description": "waste ammunition",
        "hazardous": true,
        "density": 0.18,
        "full_code": "16 04 01*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "02285ecd-03a7-4e39-a027-729777478cbd",
        "chapter": "11",
        "chapter_title": "Chemical Surface Treatment of Metals\/Plastic",
        "sub_chapter": "02",
        "sub_chapter_title": "Non-ferrous hydrometallurgical processes",
        "code": "06",
        "code_description": "wastes from copper hydrometallurgical processes other than those mentioned in 11 02 05",
        "hazardous": false,
        "density": 0.9,
        "full_code": "11 02 06",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e9acb0fd-5c67-445b-987e-fee242d068f0

{
    "uuid": "e9acb0fd-5c67-445b-987e-fee242d068f0",
    "chapter": "16",
    "chapter_title": "Other wastes from Industrial processes",
    "sub_chapter": "04",
    "sub_chapter_title": "waste explosives",
    "code": "01",
    "code_description": "waste ammunition",
    "hazardous": true,
    "density": 0.18,
    "full_code": "16 04 01*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}