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": "1780110a-cf46-4f77-b0f2-98e12b904290",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "05",
        "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
        "code": "04",
        "code_description": "other organic solvents, washing liquids and mother liquors",
        "hazardous": true,
        "density": 0.9,
        "full_code": "07 05 04*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "2e2cff07-1da8-46d7-acf1-cdf47e13d14a",
        "chapter": "20",
        "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "separately collected fractions (except 15 01)",
        "code": "10",
        "code_description": "clothes",
        "hazardous": false,
        "density": 0.2,
        "full_code": "20 01 10",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/1780110a-cf46-4f77-b0f2-98e12b904290

{
    "uuid": "1780110a-cf46-4f77-b0f2-98e12b904290",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "05",
    "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
    "code": "04",
    "code_description": "other organic solvents, washing liquids and mother liquors",
    "hazardous": true,
    "density": 0.9,
    "full_code": "07 05 04*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}