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": "8641f621-0aeb-4523-b6a5-ff5b71eb9482",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "02",
        "sub_chapter_title": "Physico\/chemical treatments of waste (including dechromatation - decyanidation - neutralisation)",
        "code": "03",
        "code_description": "premixed wastes composed only of non-hazardous wastes",
        "hazardous": false,
        "density": 0.4937,
        "full_code": "19 02 03",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "4013070d-a8f7-449b-8c06-e8b249e3668f",
        "chapter": "12",
        "chapter_title": "Shaping\/Physical Treatment of Metals\/Plastic",
        "sub_chapter": "01",
        "sub_chapter_title": "wastes from shaping and physical and mechanical surface treatment of metals and plastics",
        "code": "17",
        "code_description": "waste blasting material other than those mentioned in 12 01 16",
        "hazardous": false,
        "density": 0.97,
        "full_code": "12 01 17",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/8641f621-0aeb-4523-b6a5-ff5b71eb9482

{
    "uuid": "8641f621-0aeb-4523-b6a5-ff5b71eb9482",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "02",
    "sub_chapter_title": "Physico\/chemical treatments of waste (including dechromatation - decyanidation - neutralisation)",
    "code": "03",
    "code_description": "premixed wastes composed only of non-hazardous wastes",
    "hazardous": false,
    "density": 0.4937,
    "full_code": "19 02 03",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}