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": "7b7fb86a-cd18-4331-805c-70063edc45ae",
        "chapter": "18",
        "chapter_title": "Healthcare Waste",
        "sub_chapter": "02",
        "sub_chapter_title": "Research - diagnosis - treatment or prevention of disease involving animals",
        "code": "03",
        "code_description": "wastes whose collection and disposal is not subject to special requirements in order to prevent infection",
        "hazardous": false,
        "density": 0.225,
        "full_code": "18 02 03",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "28264626-897f-41aa-b121-4c0a9c2bbcd3",
        "chapter": "01",
        "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
        "sub_chapter": "03",
        "sub_chapter_title": "Physical and chemical processing of metalliferous minerals",
        "code": "05",
        "code_description": "other tailings containing hazardous substances",
        "hazardous": true,
        "density": 1.23,
        "full_code": "01 03 05*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/7b7fb86a-cd18-4331-805c-70063edc45ae

{
    "uuid": "7b7fb86a-cd18-4331-805c-70063edc45ae",
    "chapter": "18",
    "chapter_title": "Healthcare Waste",
    "sub_chapter": "02",
    "sub_chapter_title": "Research - diagnosis - treatment or prevention of disease involving animals",
    "code": "03",
    "code_description": "wastes whose collection and disposal is not subject to special requirements in order to prevent infection",
    "hazardous": false,
    "density": 0.225,
    "full_code": "18 02 03",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}