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": "56d7e46f-a547-4147-b259-e3bfd39c9198",
        "chapter": "18",
        "chapter_title": "Healthcare Waste",
        "sub_chapter": "02",
        "sub_chapter_title": "Research - diagnosis - treatment or prevention of disease involving animals",
        "code": "01",
        "code_description": "sharps (except 18 02 02)",
        "hazardous": false,
        "density": 0.18,
        "full_code": "18 02 01",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "afa86a92-a77a-4e45-8ed8-7cbd5d2d7801",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Manufacture - formulation - supply and use of plastics - synthetic rubber and man-made fibres",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "07 02 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/56d7e46f-a547-4147-b259-e3bfd39c9198

{
    "uuid": "56d7e46f-a547-4147-b259-e3bfd39c9198",
    "chapter": "18",
    "chapter_title": "Healthcare Waste",
    "sub_chapter": "02",
    "sub_chapter_title": "Research - diagnosis - treatment or prevention of disease involving animals",
    "code": "01",
    "code_description": "sharps (except 18 02 02)",
    "hazardous": false,
    "density": 0.18,
    "full_code": "18 02 01",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}