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": "1d467fe2-bfcb-4c06-8fa1-75c8a70a39ae",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "06",
        "sub_chapter_title": "Copper thermal metallurgy",
        "code": "10",
        "code_description": "wastes from cooling-water treatment other than those mentioned in 10 06 09",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 06 10",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "0423e64e-a979-42d2-845d-a44681ecbfb4",
        "chapter": "15",
        "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
        "sub_chapter": "01",
        "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
        "code": "04",
        "code_description": "metallic packaging",
        "hazardous": false,
        "density": 0.22,
        "full_code": "15 01 04",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/1d467fe2-bfcb-4c06-8fa1-75c8a70a39ae

{
    "uuid": "1d467fe2-bfcb-4c06-8fa1-75c8a70a39ae",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "06",
    "sub_chapter_title": "Copper thermal metallurgy",
    "code": "10",
    "code_description": "wastes from cooling-water treatment other than those mentioned in 10 06 09",
    "hazardous": false,
    "density": 0.9,
    "full_code": "10 06 10",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}