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": "a64c3a9e-cf89-414f-a086-287c3876f320",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "01",
        "sub_chapter_title": "Manufacture - formulation - supply and use of acids",
        "code": "01",
        "code_description": "sulphuric acid and sulphurous acid",
        "hazardous": true,
        "density": 0.9,
        "full_code": "06 01 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "475afaa8-2ffb-4a5b-a605-60bf9dc126f6",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "10",
        "sub_chapter_title": "Casting of non-ferrous pieces",
        "code": "05",
        "code_description": "casting cores and moulds which have not undergone pouring, containing hazardous substances",
        "hazardous": true,
        "density": 0.47,
        "full_code": "10 10 05*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/a64c3a9e-cf89-414f-a086-287c3876f320

{
    "uuid": "a64c3a9e-cf89-414f-a086-287c3876f320",
    "chapter": "06",
    "chapter_title": "Inorganic Chemical Processing",
    "sub_chapter": "01",
    "sub_chapter_title": "Manufacture - formulation - supply and use of acids",
    "code": "01",
    "code_description": "sulphuric acid and sulphurous acid",
    "hazardous": true,
    "density": 0.9,
    "full_code": "06 01 01*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}