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": "fe3b6ea7-8dab-499a-9294-6621290020d4",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "05",
        "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "07 05 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "1675ebd6-2c2a-495b-a26b-4f0d68dfab0f",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "02",
        "sub_chapter_title": "Physico\/chemical treatments of waste (including dechromatation - decyanidation - neutralisation)",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "19 02 99",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/fe3b6ea7-8dab-499a-9294-6621290020d4

{
    "uuid": "fe3b6ea7-8dab-499a-9294-6621290020d4",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "05",
    "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.1852,
    "full_code": "07 05 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}