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": "bf4ccd5d-b83e-4606-b43c-0e43f5bdde5e",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "07",
        "sub_chapter_title": "Transport tank - storage tank and barrel cleaning (except 05 and 13)",
        "code": "08",
        "code_description": "wastes containing oil",
        "hazardous": true,
        "density": 0.1852,
        "full_code": "16 07 08*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "75bf07b6-18fc-4ab0-bcdc-1c4466d087cf",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "07",
        "sub_chapter_title": "Production of alcoholic and non-alcoholic beverages (except coffee - tea and cocoa)",
        "code": "03",
        "code_description": "wastes from chemical treatment",
        "hazardous": false,
        "density": 0.9,
        "full_code": "02 07 03",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/bf4ccd5d-b83e-4606-b43c-0e43f5bdde5e

{
    "uuid": "bf4ccd5d-b83e-4606-b43c-0e43f5bdde5e",
    "chapter": "16",
    "chapter_title": "Other wastes from Industrial processes",
    "sub_chapter": "07",
    "sub_chapter_title": "Transport tank - storage tank and barrel cleaning (except 05 and 13)",
    "code": "08",
    "code_description": "wastes containing oil",
    "hazardous": true,
    "density": 0.1852,
    "full_code": "16 07 08*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}