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": "6a3b4b60-058e-44b6-90c3-31d973d0f496",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "11",
        "sub_chapter_title": "Manufacture of glass and glass products",
        "code": "10",
        "code_description": "waste preparation mixture before thermal processing, other than those mentioned in 10 11 09",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 11 10",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "f8780974-971f-4e11-9f46-fee52234eab1",
        "chapter": "08",
        "chapter_title": "MFSU of Coatings\/Adhesives\/Inks",
        "sub_chapter": "03",
        "sub_chapter_title": "Manufacture - formulation - supply and use of printing inks",
        "code": "12",
        "code_description": "waste ink containing hazardous substances",
        "hazardous": true,
        "density": 0.567,
        "full_code": "08 03 12*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/6a3b4b60-058e-44b6-90c3-31d973d0f496

{
    "uuid": "6a3b4b60-058e-44b6-90c3-31d973d0f496",
    "chapter": "10",
    "chapter_title": "Thermal Processes",
    "sub_chapter": "11",
    "sub_chapter_title": "Manufacture of glass and glass products",
    "code": "10",
    "code_description": "waste preparation mixture before thermal processing, other than those mentioned in 10 11 09",
    "hazardous": false,
    "density": 0.9,
    "full_code": "10 11 10",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}