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": "a2250cee-2878-4388-8678-ce6002daeeeb",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "07",
        "sub_chapter_title": "Manufacture - formulation - supply and use of fine chemicals and chemical products not otherwise specified",
        "code": "10",
        "code_description": "other filter cakes and spent absorbents",
        "hazardous": true,
        "density": 0.418,
        "full_code": "07 07 10*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "c3d8d362-3769-40a2-abd5-67079a7fd57c",
        "chapter": "03",
        "chapter_title": "Wood\/Paper\/Card Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Wood preservation",
        "code": "03",
        "code_description": "organometallic wood preservatives",
        "hazardous": true,
        "density": 0.9,
        "full_code": "03 02 03*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/a2250cee-2878-4388-8678-ce6002daeeeb

{
    "uuid": "a2250cee-2878-4388-8678-ce6002daeeeb",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "07",
    "sub_chapter_title": "Manufacture - formulation - supply and use of fine chemicals and chemical products not otherwise specified",
    "code": "10",
    "code_description": "other filter cakes and spent absorbents",
    "hazardous": true,
    "density": 0.418,
    "full_code": "07 07 10*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}