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": "de22d206-ee93-4462-a7ba-98c59b4382d1",
        "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": "15",
        "code_description": "machining sludges other than those mentioned in 12 01 14",
        "hazardous": false,
        "density": 0.9,
        "full_code": "12 01 15",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "2e40185c-0ad9-4f7d-a03a-c646fa5653a2",
        "chapter": "04",
        "chapter_title": "Leather\/Fur\/Textile Industry",
        "sub_chapter": "01",
        "sub_chapter_title": "Leather and fur industry",
        "code": "09",
        "code_description": "wastes from dressing and finishing",
        "hazardous": false,
        "density": 0.51,
        "full_code": "04 01 09",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/de22d206-ee93-4462-a7ba-98c59b4382d1

{
    "uuid": "de22d206-ee93-4462-a7ba-98c59b4382d1",
    "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": "15",
    "code_description": "machining sludges other than those mentioned in 12 01 14",
    "hazardous": false,
    "density": 0.9,
    "full_code": "12 01 15",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}