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": "47676b97-6933-40f6-8e85-4a750b57ee2a",
        "chapter": "20",
        "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
        "sub_chapter": "03",
        "sub_chapter_title": "other municipal wastes",
        "code": "04",
        "code_description": "septic tank sludge",
        "hazardous": false,
        "density": 0.922,
        "full_code": "20 03 04",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "f7c4e2eb-55a1-44dc-91f5-82b09004c874",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "10",
        "sub_chapter_title": "Manufacture - formulation - supply and use of nitrogen chemicals - nitrogen chemical processes and fertiliser manufacture",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "06 10 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/47676b97-6933-40f6-8e85-4a750b57ee2a

{
    "uuid": "47676b97-6933-40f6-8e85-4a750b57ee2a",
    "chapter": "20",
    "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
    "sub_chapter": "03",
    "sub_chapter_title": "other municipal wastes",
    "code": "04",
    "code_description": "septic tank sludge",
    "hazardous": false,
    "density": 0.922,
    "full_code": "20 03 04",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}