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": "bdf2db72-26f4-423d-86c6-2f644e89b376",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "10",
        "sub_chapter_title": "Casting of non-ferrous pieces",
        "code": "09",
        "code_description": "flue-gas dust containing hazardous substances",
        "hazardous": true,
        "density": 0.738,
        "full_code": "10 10 09*",
        "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"
}