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": "90a45d1a-0372-493e-a9ed-b1579232a0c2",
        "chapter": "15",
        "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
        "sub_chapter": "02",
        "sub_chapter_title": "absorbents - filter materials - wiping cloths and protective clothing",
        "code": "02",
        "code_description": "absorbents, filter materials (including oil filters not otherwise specified), wiping cloths, protective clothing contaminated by hazardous substances",
        "hazardous": true,
        "density": 0.418,
        "full_code": "15 02 02*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "063a70ed-0e49-4933-982f-0b593d68885e",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "11",
        "sub_chapter_title": "Manufacture of glass and glass products",
        "code": "14",
        "code_description": "glass-polishing and -grinding sludge other than those mentioned in 10 11 13",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 11 14",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/90a45d1a-0372-493e-a9ed-b1579232a0c2

{
    "uuid": "90a45d1a-0372-493e-a9ed-b1579232a0c2",
    "chapter": "15",
    "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
    "sub_chapter": "02",
    "sub_chapter_title": "absorbents - filter materials - wiping cloths and protective clothing",
    "code": "02",
    "code_description": "absorbents, filter materials (including oil filters not otherwise specified), wiping cloths, protective clothing contaminated by hazardous substances",
    "hazardous": true,
    "density": 0.418,
    "full_code": "15 02 02*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}