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": "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"
    },
    {
        "uuid": "5a1c45a1-6d43-41b9-a9d1-50c95265c2d7",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "01",
        "sub_chapter_title": "Incineration or pyrolysis of waste",
        "code": "13",
        "code_description": "fly ash containing hazardous substances",
        "hazardous": true,
        "density": 0.594,
        "full_code": "19 01 13*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/3f28214f-1ecd-46cd-b854-d833ce34826d

{
    "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"
}