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": "0ec03765-2ef8-473e-b5bf-34ffbf14cf3b",
        "chapter": "12",
        "chapter_title": "Shaping\/Physical Treatment of Metals\/Plastic",
        "sub_chapter": "03",
        "sub_chapter_title": "Water and steam degreasing processes (except 11)",
        "code": "01",
        "code_description": "aqueous washing liquids",
        "hazardous": true,
        "density": 0.9,
        "full_code": "12 03 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "823e0afe-a4dc-4de0-8aa0-a187187c7d76",
        "chapter": "02",
        "chapter_title": "Agriculture\/Hunting\/Fishing\/Food Processing",
        "sub_chapter": "02",
        "sub_chapter_title": "Preparation and processing of meat - fish and other foods of animal origin",
        "code": "03",
        "code_description": "materials unsuitable for consumption or processing",
        "hazardous": false,
        "density": 0.2693,
        "full_code": "02 02 03",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/0ec03765-2ef8-473e-b5bf-34ffbf14cf3b

{
    "uuid": "0ec03765-2ef8-473e-b5bf-34ffbf14cf3b",
    "chapter": "12",
    "chapter_title": "Shaping\/Physical Treatment of Metals\/Plastic",
    "sub_chapter": "03",
    "sub_chapter_title": "Water and steam degreasing processes (except 11)",
    "code": "01",
    "code_description": "aqueous washing liquids",
    "hazardous": true,
    "density": 0.9,
    "full_code": "12 03 01*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}