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": "6b879883-9b90-4a2c-b558-0d4349196d9c",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "08",
        "sub_chapter_title": "Other non-ferrous thermal metallurgy",
        "code": "20",
        "code_description": "wastes from cooling-water treatment other than those mentioned in 10 08 19",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 08 20",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "ca771472-87cc-432f-a6c2-daa2c6f96825",
        "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": "18",
        "code_description": "metal sludge (grinding, honing and lapping sludge) containing oil",
        "hazardous": true,
        "density": 0.9,
        "full_code": "12 01 18*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/6b879883-9b90-4a2c-b558-0d4349196d9c

{
    "uuid": "6b879883-9b90-4a2c-b558-0d4349196d9c",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "08",
    "sub_chapter_title": "Other non-ferrous thermal metallurgy",
    "code": "20",
    "code_description": "wastes from cooling-water treatment other than those mentioned in 10 08 19",
    "hazardous": false,
    "density": 0.9,
    "full_code": "10 08 20",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}