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": "5ba1d124-8453-46ad-bcbb-e09a3fdfca9c",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "04",
        "sub_chapter_title": "metal-containing wastes other than those mentioned in 06 03",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "06 04 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "5c07cdb4-5f4e-4dd9-881f-92a38da34f20",
        "chapter": "09",
        "chapter_title": "Photographic Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "Photographic industry",
        "code": "08",
        "code_description": "photographic film and paper free of silver or silver compounds",
        "hazardous": false,
        "density": 0.2105,
        "full_code": "09 01 08",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/5ba1d124-8453-46ad-bcbb-e09a3fdfca9c

{
    "uuid": "5ba1d124-8453-46ad-bcbb-e09a3fdfca9c",
    "chapter": "06",
    "chapter_title": "Inorganic Chemical Processing",
    "sub_chapter": "04",
    "sub_chapter_title": "metal-containing wastes other than those mentioned in 06 03",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.1852,
    "full_code": "06 04 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}