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": "78b99a13-0e30-4663-92a2-4066c77a2b7f",
        "chapter": "18",
        "chapter_title": "Healthcare Waste",
        "sub_chapter": "02",
        "sub_chapter_title": "Research - diagnosis - treatment or prevention of disease involving animals",
        "code": "05",
        "code_description": "chemicals consisting of or containing hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "18 02 05*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "b87ca1d9-b727-4223-9be1-e0d61ddccac2",
        "chapter": "05",
        "chapter_title": "Petroleum\/Gas Production",
        "sub_chapter": "01",
        "sub_chapter_title": "Petroleum refining",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "05 01 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/78b99a13-0e30-4663-92a2-4066c77a2b7f

{
    "uuid": "78b99a13-0e30-4663-92a2-4066c77a2b7f",
    "chapter": "18",
    "chapter_title": "Healthcare Waste",
    "sub_chapter": "02",
    "sub_chapter_title": "Research - diagnosis - treatment or prevention of disease involving animals",
    "code": "05",
    "code_description": "chemicals consisting of or containing hazardous substances",
    "hazardous": true,
    "density": 0.9,
    "full_code": "18 02 05*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}