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": "8c9680ab-648a-47ab-8db7-cd8d2edc03ac",
        "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": "19",
        "code_description": "readily biodegradable machining oil",
        "hazardous": true,
        "density": 0.9,
        "full_code": "12 01 19*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "da8484bb-4f16-409c-9781-b3bbce3e5c44",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "13",
        "sub_chapter_title": "Soil and groundwater remediation",
        "code": "05",
        "code_description": "sludges from groundwater remediation containing hazardous substances",
        "hazardous": true,
        "density": 0.9,
        "full_code": "19 13 05*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/8c9680ab-648a-47ab-8db7-cd8d2edc03ac

{
    "uuid": "8c9680ab-648a-47ab-8db7-cd8d2edc03ac",
    "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": "19",
    "code_description": "readily biodegradable machining oil",
    "hazardous": true,
    "density": 0.9,
    "full_code": "12 01 19*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}