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": "9d84bd41-1a40-49ce-b444-ad20cfdc846c",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "05",
        "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
        "code": "12",
        "code_description": "sludges from on-site effluent treatment other than those mentioned in 07 05 11",
        "hazardous": false,
        "density": 0.922,
        "full_code": "07 05 12",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "d52a0104-0466-4090-87b1-8a78f21ff9a4",
        "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": "11",
        "code_description": "other wastes containing hazardous substances",
        "hazardous": true,
        "density": 0.724,
        "full_code": "19 02 11*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/9d84bd41-1a40-49ce-b444-ad20cfdc846c

{
    "uuid": "9d84bd41-1a40-49ce-b444-ad20cfdc846c",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "05",
    "sub_chapter_title": "Manufacture - formulation - supply and use of pharmaceuticals",
    "code": "12",
    "code_description": "sludges from on-site effluent treatment other than those mentioned in 07 05 11",
    "hazardous": false,
    "density": 0.922,
    "full_code": "07 05 12",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}