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": "2c08f7d4-1f0b-45a2-8473-8ad8b2998eb5",
        "chapter": "15",
        "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
        "sub_chapter": "01",
        "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
        "code": "02",
        "code_description": "plastic packaging",
        "hazardous": false,
        "density": 0.22,
        "full_code": "15 01 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "fadc0a8f-f9aa-4836-9c58-635204f3ac97",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "13",
        "sub_chapter_title": "Soil and groundwater remediation",
        "code": "02",
        "code_description": "solid wastes from soil remediation other than those mentioned in 19 13 01",
        "hazardous": false,
        "density": 1.1724999999999999,
        "full_code": "19 13 02",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/2c08f7d4-1f0b-45a2-8473-8ad8b2998eb5

{
    "uuid": "2c08f7d4-1f0b-45a2-8473-8ad8b2998eb5",
    "chapter": "15",
    "chapter_title": "Packaging, Absorbents, Wiping Cloths and Filters",
    "sub_chapter": "01",
    "sub_chapter_title": "packaging (including separately collected municipal packaging waste)",
    "code": "02",
    "code_description": "plastic packaging",
    "hazardous": false,
    "density": 0.22,
    "full_code": "15 01 02",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}