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": "e0280172-9cc1-4e58-acc9-b77b37611b18",
        "chapter": "07",
        "chapter_title": "Organic Chemical Processing",
        "sub_chapter": "06",
        "sub_chapter_title": "Manufacture - formulation - supply and use of fats - grease - soaps - detergents - disinfectants and cosmetics",
        "code": "01",
        "code_description": "aqueous washing liquids and mother liquors",
        "hazardous": true,
        "density": 0.9,
        "full_code": "07 06 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "8cef3568-54e7-4796-a97d-db6d03ca9bca",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "04",
        "sub_chapter_title": "Lead thermal metallurgy",
        "code": "05",
        "code_description": "other particulates and dust",
        "hazardous": true,
        "density": 0.738,
        "full_code": "10 04 05*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/e0280172-9cc1-4e58-acc9-b77b37611b18

{
    "uuid": "e0280172-9cc1-4e58-acc9-b77b37611b18",
    "chapter": "07",
    "chapter_title": "Organic Chemical Processing",
    "sub_chapter": "06",
    "sub_chapter_title": "Manufacture - formulation - supply and use of fats - grease - soaps - detergents - disinfectants and cosmetics",
    "code": "01",
    "code_description": "aqueous washing liquids and mother liquors",
    "hazardous": true,
    "density": 0.9,
    "full_code": "07 06 01*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}