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": "e7cbac7e-35fe-4878-934e-227f0bbc89ab",
        "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": "15",
        "code_description": "eluate and sludges from membrane systems or ion exchange systems containing hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "11 01 15*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "6c40214a-defa-40a7-8e77-b61deeaba24d",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "08",
        "sub_chapter_title": "Waste water treatment plants not otherwise specified",
        "code": "11",
        "code_description": "sludges containing hazardous substances from biological treatment of industrial waste water",
        "hazardous": true,
        "density": 0.4035,
        "full_code": "19 08 11*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e7cbac7e-35fe-4878-934e-227f0bbc89ab

{
    "uuid": "e7cbac7e-35fe-4878-934e-227f0bbc89ab",
    "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": "15",
    "code_description": "eluate and sludges from membrane systems or ion exchange systems containing hazardous substances",
    "hazardous": true,
    "density": 0.9,
    "full_code": "11 01 15*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}