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": "3d9a104d-531b-4770-862c-1e1292a2cd65",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "13",
        "sub_chapter_title": "Inorganic chemical processes not otherwise specified",
        "code": "01",
        "code_description": "inorganic plant protection products, wood-preserving agents and other biocides.",
        "hazardous": true,
        "density": 0.9,
        "full_code": "06 13 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "57944d60-d8cf-44eb-b75c-142b8e924c02",
        "chapter": "20",
        "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "separately collected fractions (except 15 01)",
        "code": "35",
        "code_description": "discarded electrical and electronic equipment other than those mentioned in 20 01 21 and 20 01 23 containing hazardous components ( 6 )",
        "hazardous": true,
        "density": 0.2131,
        "full_code": "20 01 35*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/3d9a104d-531b-4770-862c-1e1292a2cd65

{
    "uuid": "3d9a104d-531b-4770-862c-1e1292a2cd65",
    "chapter": "06",
    "chapter_title": "Inorganic Chemical Processing",
    "sub_chapter": "13",
    "sub_chapter_title": "Inorganic chemical processes not otherwise specified",
    "code": "01",
    "code_description": "inorganic plant protection products, wood-preserving agents and other biocides.",
    "hazardous": true,
    "density": 0.9,
    "full_code": "06 13 01*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}