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": "42c6ec6a-2c49-4e29-8c8d-caa673457b46",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "06",
        "sub_chapter_title": "insulation materials and asbestos-containing construction materials",
        "code": "05",
        "code_description": "construction materials containing asbestos",
        "hazardous": true,
        "density": 0.31,
        "full_code": "17 06 05*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "69e80416-34ad-452f-9c62-2ff7fe853d32",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "05",
        "sub_chapter_title": "Zinc thermal metallurgy",
        "code": "05",
        "code_description": "solid waste from gas treatment",
        "hazardous": true,
        "density": 0.738,
        "full_code": "10 05 05*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/42c6ec6a-2c49-4e29-8c8d-caa673457b46

{
    "uuid": "42c6ec6a-2c49-4e29-8c8d-caa673457b46",
    "chapter": "17",
    "chapter_title": "Construction and Demolition Waste",
    "sub_chapter": "06",
    "sub_chapter_title": "insulation materials and asbestos-containing construction materials",
    "code": "05",
    "code_description": "construction materials containing asbestos",
    "hazardous": true,
    "density": 0.31,
    "full_code": "17 06 05*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}