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": "87d24c62-5aa1-4efb-89f2-7fd7bb308122",
        "chapter": "18",
        "chapter_title": "Healthcare Waste",
        "sub_chapter": "02",
        "sub_chapter_title": "Research - diagnosis - treatment or prevention of disease involving animals",
        "code": "02",
        "code_description": "wastes whose collection and disposal is subject to special requirements in order to prevent infection",
        "hazardous": true,
        "density": 0.225,
        "full_code": "18 02 02*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "baaef35f-89c0-472a-9286-c91fc665938f",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "03",
        "sub_chapter_title": "stabilised\/solidified wastes",
        "code": "05",
        "code_description": "stabilised wastes other than those mentioned in 19 03 04",
        "hazardous": false,
        "density": 1.4811,
        "full_code": "19 03 05",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/87d24c62-5aa1-4efb-89f2-7fd7bb308122

{
    "uuid": "87d24c62-5aa1-4efb-89f2-7fd7bb308122",
    "chapter": "18",
    "chapter_title": "Healthcare Waste",
    "sub_chapter": "02",
    "sub_chapter_title": "Research - diagnosis - treatment or prevention of disease involving animals",
    "code": "02",
    "code_description": "wastes whose collection and disposal is subject to special requirements in order to prevent infection",
    "hazardous": true,
    "density": 0.225,
    "full_code": "18 02 02*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}