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": "5616f305-f0b8-40e1-beb9-dd385d249312",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "11",
        "sub_chapter_title": "waste linings and refractories",
        "code": "06",
        "code_description": "linings and refractories from non-metallurgical processes others than those mentioned in 16 11 05",
        "hazardous": false,
        "density": 1.17,
        "full_code": "16 11 06",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "0a881f3a-1bb6-4a2f-8270-e11ed7f98af3",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "07",
        "sub_chapter_title": "Manufacture - formulation - supply and use of halogens and halogen chemical processes",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "06 07 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/5616f305-f0b8-40e1-beb9-dd385d249312

{
    "uuid": "5616f305-f0b8-40e1-beb9-dd385d249312",
    "chapter": "16",
    "chapter_title": "Other wastes from Industrial processes",
    "sub_chapter": "11",
    "sub_chapter_title": "waste linings and refractories",
    "code": "06",
    "code_description": "linings and refractories from non-metallurgical processes others than those mentioned in 16 11 05",
    "hazardous": false,
    "density": 1.17,
    "full_code": "16 11 06",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}