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": "e297377f-0351-4657-aff9-6e5dcaff313e",
        "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": "10",
        "code_description": "synthetic machining oils",
        "hazardous": true,
        "density": 0.9,
        "full_code": "12 01 10*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "0405e08f-3904-4a31-85f8-bd432325d6e4",
        "chapter": "11",
        "chapter_title": "Chemical Surface Treatment of Metals\/Plastic",
        "sub_chapter": "01",
        "sub_chapter_title": "Chemical surface treatment and coating of metals and other materials (for example galvanic processes - zinc coating processes - pickling processes - etching - phosphating - alkaline degreasing - anodising)",
        "code": "07",
        "code_description": "pickling bases",
        "hazardous": true,
        "density": 0.9,
        "full_code": "11 01 07*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e297377f-0351-4657-aff9-6e5dcaff313e

{
    "uuid": "e297377f-0351-4657-aff9-6e5dcaff313e",
    "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": "10",
    "code_description": "synthetic machining oils",
    "hazardous": true,
    "density": 0.9,
    "full_code": "12 01 10*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}