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": "f747340b-65fb-49af-bc9d-1af2baa8a13e",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "04",
        "sub_chapter_title": "Lead thermal metallurgy",
        "code": "10",
        "code_description": "wastes from cooling-water treatment other than those mentioned in 10 04 09",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 04 10",
        "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"
}