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": "4afb92aa-4a8d-435a-a79e-15fbb5682d7b",
        "chapter": "01",
        "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
        "sub_chapter": "04",
        "sub_chapter_title": "Physical and chemical processing of non-metalliferous minerals",
        "code": "09",
        "code_description": "waste sand and clays",
        "hazardous": false,
        "density": 1.17,
        "full_code": "01 04 09",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    },
    {
        "uuid": "7f810fc9-f793-45d3-a997-d37c2a0b66e5",
        "chapter": "10",
        "chapter_title": "Thermal Processes",
        "sub_chapter": "07",
        "sub_chapter_title": "Silver - gold and platinum thermal metallurgy",
        "code": "08",
        "code_description": "wastes from cooling-water treatment other than those mentioned in 10 07 07",
        "hazardous": false,
        "density": 0.9,
        "full_code": "10 07 08",
        "last_updated_at": "2018-05-15T08:42:58+00:00"
    }
]

Get Single Waste Code

https://ewccodes.com/api/codes/4afb92aa-4a8d-435a-a79e-15fbb5682d7b

{
    "uuid": "4afb92aa-4a8d-435a-a79e-15fbb5682d7b",
    "chapter": "01",
    "chapter_title": "Mining\/Quarrying\/Mineral Treatment",
    "sub_chapter": "04",
    "sub_chapter_title": "Physical and chemical processing of non-metalliferous minerals",
    "code": "09",
    "code_description": "waste sand and clays",
    "hazardous": false,
    "density": 1.17,
    "full_code": "01 04 09",
    "last_updated_at": "2018-05-15T08:42:58+00:00"
}