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": "e700c5aa-1c9c-4991-b6fd-15493229a49f",
        "chapter": "18",
        "chapter_title": "Healthcare Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "Natal care - diagnosis - treatment or prevention of disease in humans",
        "code": "02",
        "code_description": "Body parts and organs including blood bags and blood preserves (except 18 01 03)",
        "hazardous": false,
        "density": 0.2877,
        "full_code": "18 01 02",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "e84af759-efb2-4bf1-91e6-59ac73c5143d",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "01",
        "sub_chapter_title": "Manufacture - formulation - supply and use of acids",
        "code": "02",
        "code_description": "hydrochloric acid",
        "hazardous": true,
        "density": 0.9,
        "full_code": "06 01 02*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e700c5aa-1c9c-4991-b6fd-15493229a49f

{
    "uuid": "e700c5aa-1c9c-4991-b6fd-15493229a49f",
    "chapter": "18",
    "chapter_title": "Healthcare Waste",
    "sub_chapter": "01",
    "sub_chapter_title": "Natal care - diagnosis - treatment or prevention of disease in humans",
    "code": "02",
    "code_description": "Body parts and organs including blood bags and blood preserves (except 18 01 03)",
    "hazardous": false,
    "density": 0.2877,
    "full_code": "18 01 02",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}