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": "77d6dac0-c450-4a4e-b245-645d4147418e",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Preparation and processing of meat - fish and other foods of animal origin",
        "code": "01",
        "code_description": "sludges from washing and cleaning",
        "hazardous": false,
        "density": 0.922,
        "full_code": "02 02 01",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "bf704c70-60b2-410e-928d-fb5e01d72327",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "13",
        "sub_chapter_title": "Manufacture of cement - lime and plaster and articles and products made from them",
        "code": "09",
        "code_description": "wastes from asbestos-cement manufacture containing asbestos",
        "hazardous": true,
        "density": 0.4369,
        "full_code": "10 13 09*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/77d6dac0-c450-4a4e-b245-645d4147418e

{
    "uuid": "77d6dac0-c450-4a4e-b245-645d4147418e",
    "chapter": "02",
    "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
    "sub_chapter": "02",
    "sub_chapter_title": "Preparation and processing of meat - fish and other foods of animal origin",
    "code": "01",
    "code_description": "sludges from washing and cleaning",
    "hazardous": false,
    "density": 0.922,
    "full_code": "02 02 01",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}