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": "0417e752-bbed-4c3f-aa4b-1da87f90282c",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "07",
        "sub_chapter_title": "Silver - gold and platinum thermal metallurgy",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "10 07 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "36b94a5d-5187-4191-8b21-a00bcef0b601",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "05",
        "sub_chapter_title": "Zinc thermal metallurgy",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "10 05 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/0417e752-bbed-4c3f-aa4b-1da87f90282c

{
    "uuid": "0417e752-bbed-4c3f-aa4b-1da87f90282c",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "07",
    "sub_chapter_title": "Silver - gold and platinum thermal metallurgy",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.1852,
    "full_code": "10 07 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}