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": "4f15ce45-dea2-42dd-a912-9a9f0df99dfc",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "waste hydraulic oils",
        "code": "04",
        "code_description": "chlorinated emulsions",
        "hazardous": true,
        "density": 0.9,
        "full_code": "13 01 04*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "95127a3e-2b2f-4db8-a8cd-1cd2b0144737",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "02",
        "sub_chapter_title": "Iron and steel industry",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "10 02 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/4f15ce45-dea2-42dd-a912-9a9f0df99dfc

{
    "uuid": "4f15ce45-dea2-42dd-a912-9a9f0df99dfc",
    "chapter": "13",
    "chapter_title": "Oil and Liquid Fuel Waste",
    "sub_chapter": "01",
    "sub_chapter_title": "waste hydraulic oils",
    "code": "04",
    "code_description": "chlorinated emulsions",
    "hazardous": true,
    "density": 0.9,
    "full_code": "13 01 04*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}