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": "180b7c41-fdb5-46d0-8aa9-f282bb960a28",
        "chapter": "13",
        "chapter_title": "Oil and Liquid Fuel Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "waste hydraulic oils",
        "code": "12",
        "code_description": "readily biodegradable hydraulic oils",
        "hazardous": true,
        "density": 0.9,
        "full_code": "13 01 12*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "0c3281e1-1d7e-494e-9458-e2b7f85d3d62",
        "chapter": "16",
        "chapter_title": "Other wastes from Industrial processes",
        "sub_chapter": "06",
        "sub_chapter_title": "batteries and accumulators",
        "code": "01",
        "code_description": "lead batteries",
        "hazardous": true,
        "density": 1.35,
        "full_code": "16 06 01*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/180b7c41-fdb5-46d0-8aa9-f282bb960a28

{
    "uuid": "180b7c41-fdb5-46d0-8aa9-f282bb960a28",
    "chapter": "13",
    "chapter_title": "Oil and Liquid Fuel Waste",
    "sub_chapter": "01",
    "sub_chapter_title": "waste hydraulic oils",
    "code": "12",
    "code_description": "readily biodegradable hydraulic oils",
    "hazardous": true,
    "density": 0.9,
    "full_code": "13 01 12*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}