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": "19c66889-041c-428b-9829-7c583bb90050",
        "chapter": "17",
        "chapter_title": "Construction and Demolition Waste",
        "sub_chapter": "03",
        "sub_chapter_title": "bituminous mixtures - coal tar and tarred products",
        "code": "01",
        "code_description": "bituminous mixtures containing coal tar",
        "hazardous": true,
        "density": 0.9,
        "full_code": "17 03 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "3f28214f-1ecd-46cd-b854-d833ce34826d",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "14",
        "sub_chapter_title": "waste from crematoria",
        "code": "01",
        "code_description": "waste from gas cleaning containing mercury",
        "hazardous": true,
        "density": 0.9,
        "full_code": "10 14 01*",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/19c66889-041c-428b-9829-7c583bb90050

{
    "uuid": "19c66889-041c-428b-9829-7c583bb90050",
    "chapter": "17",
    "chapter_title": "Construction and Demolition Waste",
    "sub_chapter": "03",
    "sub_chapter_title": "bituminous mixtures - coal tar and tarred products",
    "code": "01",
    "code_description": "bituminous mixtures containing coal tar",
    "hazardous": true,
    "density": 0.9,
    "full_code": "17 03 01*",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}