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": "8aae1def-6b5f-4c9c-97bb-96398d5387b9",
        "chapter": "19",
        "chapter_title": "Materials from Waste and Water Treatment",
        "sub_chapter": "01",
        "sub_chapter_title": "Incineration or pyrolysis of waste",
        "code": "05",
        "code_description": "filter cake from gas treatment",
        "hazardous": true,
        "density": 0.3342,
        "full_code": "19 01 05*",
        "last_updated_at": "2018-05-15T08:42:59+00:00"
    },
    {
        "uuid": "95127a3e-2b2f-4db8-a8cd-1cd2b0144737",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "02",
        "sub_chapter_title": "Iron and steel industry",
        "code": "99",
        "code_description": "wastes not otherwise specified",
        "hazardous": false,
        "density": 0.1852,
        "full_code": "10 02 99",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/8aae1def-6b5f-4c9c-97bb-96398d5387b9

{
    "uuid": "8aae1def-6b5f-4c9c-97bb-96398d5387b9",
    "chapter": "19",
    "chapter_title": "Materials from Waste and Water Treatment",
    "sub_chapter": "01",
    "sub_chapter_title": "Incineration or pyrolysis of waste",
    "code": "05",
    "code_description": "filter cake from gas treatment",
    "hazardous": true,
    "density": 0.3342,
    "full_code": "19 01 05*",
    "last_updated_at": "2018-05-15T08:42:59+00:00"
}