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": "9760652a-66eb-4da2-b971-bd1e919e7017",
        "chapter": "20",
        "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
        "sub_chapter": "03",
        "sub_chapter_title": "other municipal wastes",
        "code": "07",
        "code_description": "bulky waste",
        "hazardous": false,
        "density": 0.18,
        "full_code": "20 03 07",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "976ebe67-b3c6-44d1-b113-e18758045d9d",
        "chapter": "03",
        "chapter_title": "Wood\/Paper\/Card Processing",
        "sub_chapter": "01",
        "sub_chapter_title": "Wood processing and the production of panels and furniture",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "03 01 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/9760652a-66eb-4da2-b971-bd1e919e7017

{
    "uuid": "9760652a-66eb-4da2-b971-bd1e919e7017",
    "chapter": "20",
    "chapter_title": "Municipal Waste and Similar Materials From Commerce and Industry",
    "sub_chapter": "03",
    "sub_chapter_title": "other municipal wastes",
    "code": "07",
    "code_description": "bulky waste",
    "hazardous": false,
    "density": 0.18,
    "full_code": "20 03 07",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}