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": "da93a947-d6e5-4f90-9fc1-23b22d1c849a",
        "chapter": "06",
        "chapter_title": "Inorganic Chemical Processing",
        "sub_chapter": "11",
        "sub_chapter_title": "Manufacture of inorganic pigments and opacificiers",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.83,
        "full_code": "06 11 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "81ad44bd-cf74-439a-a3f1-44724417c8c2",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "01",
        "sub_chapter_title": "concrete - bricks - tiles and ceramics",
        "code": "01",
        "code_description": "concrete",
        "hazardous": false,
        "density": 0.93,
        "full_code": "17 01 01",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/da93a947-d6e5-4f90-9fc1-23b22d1c849a

{
    "uuid": "da93a947-d6e5-4f90-9fc1-23b22d1c849a",
    "chapter": "06",
    "chapter_title": "Inorganic Chemical Processing",
    "sub_chapter": "11",
    "sub_chapter_title": "Manufacture of inorganic pigments and opacificiers",
    "code": "99",
    "code_description": "wastes not otherwise specified",
    "hazardous": false,
    "density": 0.83,
    "full_code": "06 11 99",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}