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": "643d3dab-9ef5-438f-8f0f-76052dd143c7",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "04",
        "sub_chapter_title": "Sugar processing",
        "code": "03",
        "code_description": "sludges from on-site effluent treatment",
        "hazardous": false,
        "density": 0.922,
        "full_code": "02 04 03",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "8c409859-16f7-4654-b19e-08307565314f",
        "chapter": "11",
        "chapter_title": "Chemical Surface Treatment of Metals\/Plastic",
        "sub_chapter": "03",
        "sub_chapter_title": "sludges and solids from tempering processes",
        "code": "02",
        "code_description": "other wastes",
        "hazardous": true,
        "density": 1.17,
        "full_code": "11 03 02*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/643d3dab-9ef5-438f-8f0f-76052dd143c7

{
    "uuid": "643d3dab-9ef5-438f-8f0f-76052dd143c7",
    "chapter": "02",
    "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
    "sub_chapter": "04",
    "sub_chapter_title": "Sugar processing",
    "code": "03",
    "code_description": "sludges from on-site effluent treatment",
    "hazardous": false,
    "density": 0.922,
    "full_code": "02 04 03",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}